Documentation: DT: ASoC: add for rockchip HDMIIn
authorLuoXiaoTan <lxt@rock-chips.com>
Tue, 11 Apr 2017 05:43:48 +0000 (22:43 -0700)
committerLuoXiaoTan <lxt@rock-chips.com>
Fri, 14 Apr 2017 06:22:38 +0000 (23:22 -0700)
Change-Id: I984999e66ae24919335b2aef5c732022e78c7e47
Signed-off-by: LuoXiaoTan <lxt@rock-chips.com>
Documentation/devicetree/bindings/sound/rockchip,rt5651-tc358749x.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/sound/rockchip,rt5651-tc358749x.txt b/Documentation/devicetree/bindings/sound/rockchip,rt5651-tc358749x.txt
new file mode 100644 (file)
index 0000000..0867274
--- /dev/null
@@ -0,0 +1,16 @@
+ROCKCHIP with RT5651_TC358749X CODECS
+
+Required properties:
+- compatible: "rockchip,rockchip-rt5651-tc358749x-sound"
+- rockchip,cpu: CPU DAI, The phandle of the Rockchip I2S controller that's
+  connected to the CODEC
+- rockchip,audio-codec: The phandle of the RT5651 TC358749x audio codec
+
+Example:
+
+sound {
+       compatible = "rockchip,rockchip-rt5651-tc358749x-sound";
+       rockchip,cpu = <&i2s0>;
+       rockchip,codec = <&rt5651 &rt5651 &tc358749x>;
+       status = "okay";
+};