UPSTREAM: ARM: dts: rockchip: add mclk for rt5616 on rk3036 kylin board
authorCaesar Wang <wxt@rock-chips.com>
Tue, 2 Feb 2016 03:40:52 +0000 (11:40 +0800)
committerCaesar Wang <wxt@rock-chips.com>
Tue, 31 May 2016 08:43:25 +0000 (16:43 +0800)
The I2S block that provide the output clock as the mclk for rt5616,
That will be the master clock input.

Change-Id: Ia5d126c24aa7a869e667f5280d40a6a1977cd4a0
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git.kernel.org next/linux-next.git master
 commit 8f338ecf0cd47d94303d9b4d9b2f9a99944ef0e2)

arch/arm/boot/dts/rk3036-kylin.dts

index 3332a7f785c5309b4cec2115995e41750fb64313..b754613b9a9afbf6f938d331a16a5da77f87a350 100644 (file)
        rt5616: rt5616@1b {
                compatible = "rt5616";
                reg = <0x1b>;
+               clocks = <&cru SCLK_I2S_OUT>;
+               clock-names = "mclk";
                #sound-dai-cells = <0>;
        };
 };