Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f338ecf authored by Caesar Wang's avatar Caesar Wang Committed by Heiko Stuebner
Browse files

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: default avatarCaesar Wang <wxt@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent fe253133
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -313,6 +313,8 @@
	rt5616: rt5616@1b {
		compatible = "rt5616";
		reg = <0x1b>;
		clocks = <&cru SCLK_I2S_OUT>;
		clock-names = "mclk";
		#sound-dai-cells = <0>;
	};
};