]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 2 Feb 2016 21:21:40 +0000 (22:21 +0100)
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>
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>;
        };
 };