diff options
author | Caesar Wang <wxt@rock-chips.com> | 2016-02-02 04:40:52 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-02-02 22:21:40 +0100 |
commit | 8f338ecf0cd47d94303d9b4d9b2f9a99944ef0e2 (patch) | |
tree | 36b745b7c666ead212980421531fcf2f29b42b36 /arch/arm/boot/dts/rk3036-kylin.dts | |
parent | ARM: dts: rockchip: add the leds control for rk3036-kylin board (diff) | |
download | linux-8f338ecf0cd47d94303d9b4d9b2f9a99944ef0e2.tar.xz linux-8f338ecf0cd47d94303d9b4d9b2f9a99944ef0e2.zip |
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 <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3036-kylin.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3036-kylin.dts | 2 |
1 files changed, 2 insertions, 0 deletions
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>; }; }; |