Skip to content

Commit 949f009

Browse files
author
LuoXiaoTan
committed
Documentation: DT: ASoC: add for rockchip HDMIIn
Change-Id: I984999e66ae24919335b2aef5c732022e78c7e47 Signed-off-by: LuoXiaoTan <lxt@rock-chips.com>
1 parent 0052909 commit 949f009

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
};

0 commit comments

Comments
 (0)