From: Caesar Wang Date: Tue, 2 Feb 2016 03:40:52 +0000 (+0800) Subject: ARM: dts: rockchip: add mclk for rt5616 on rk3036 kylin board X-Git-Tag: v4.6-rc1~74^2~29^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f338ecf0cd47d94303d9b4d9b2f9a99944ef0e2;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: rockchip: add mclk for rt5616 on rk3036 kylin board The I2S block that provide the output clock as the mclk for rt5616, That will be the master clock input. Signed-off-by: Caesar Wang Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts index 3332a7f785c53..b754613b9a9af 100644 --- a/arch/arm/boot/dts/rk3036-kylin.dts +++ b/arch/arm/boot/dts/rk3036-kylin.dts @@ -313,6 +313,8 @@ rt5616: rt5616@1b { compatible = "rt5616"; reg = <0x1b>; + clocks = <&cru SCLK_I2S_OUT>; + clock-names = "mclk"; #sound-dai-cells = <0>; }; };