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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8f338ecf0cd47d94303d9b4d9b2f9a99944ef0e2;p=linux-beck.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 3332a7f785c5..b754613b9a9a 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>; }; };