mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-04 12:54:37 +08:00
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>
This commit is contained in:
parent
fe25313372
commit
8f338ecf0c
@ -313,6 +313,8 @@
|
|||||||
rt5616: rt5616@1b {
|
rt5616: rt5616@1b {
|
||||||
compatible = "rt5616";
|
compatible = "rt5616";
|
||||||
reg = <0x1b>;
|
reg = <0x1b>;
|
||||||
|
clocks = <&cru SCLK_I2S_OUT>;
|
||||||
|
clock-names = "mclk";
|
||||||
#sound-dai-cells = <0>;
|
#sound-dai-cells = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user