Documentation: DT: ASoC: add for rockchip HDMIIn
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / sound / rockchip,rt5651-tc358749x.txt
1 ROCKCHIP with RT5651_TC358749X CODECS
2
3 Required properties:
4 - compatible: "rockchip,rockchip-rt5651-tc358749x-sound"
5 - rockchip,cpu: CPU DAI, The phandle of the Rockchip I2S controller that's
6   connected to the CODEC
7 - rockchip,audio-codec: The phandle of the RT5651 TC358749x audio codec
8
9 Example:
10
11 sound {
12         compatible = "rockchip,rockchip-rt5651-tc358749x-sound";
13         rockchip,cpu = <&i2s0>;
14         rockchip,codec = <&rt5651 &rt5651 &tc358749x>;
15         status = "okay";
16 };