From: LuoXiaoTan Date: Tue, 11 Apr 2017 05:43:48 +0000 (-0700) Subject: Documentation: DT: ASoC: add for rockchip HDMIIn X-Git-Tag: firefly_0821_release~29 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=949f0095eb40b8734b21fdb1b6710bc5a0bc81e7;hp=005290906c72c072dabe18398f9affda8c77b89e;p=firefly-linux-kernel-4.4.55.git Documentation: DT: ASoC: add for rockchip HDMIIn Change-Id: I984999e66ae24919335b2aef5c732022e78c7e47 Signed-off-by: LuoXiaoTan --- diff --git a/Documentation/devicetree/bindings/sound/rockchip,rt5651-tc358749x.txt b/Documentation/devicetree/bindings/sound/rockchip,rt5651-tc358749x.txt new file mode 100644 index 000000000000..086727406948 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/rockchip,rt5651-tc358749x.txt @@ -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"; +};