Skip to content

Commit 041f240

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: add hdmi-sound node to rk3066a
Add hdmi-sound node to rk3066a.dtsi, so that it can be reused by boards with HDMI support. Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent d244d6c commit 041f240

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

arch/arm/boot/dts/rockchip/rk3066a.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,22 @@
5353
ports = <&vop0_out>, <&vop1_out>;
5454
};
5555

56+
hdmi_sound: hdmi-sound {
57+
compatible = "simple-audio-card";
58+
simple-audio-card,name = "HDMI";
59+
simple-audio-card,format = "i2s";
60+
simple-audio-card,mclk-fs = <256>;
61+
status = "disabled";
62+
63+
simple-audio-card,codec {
64+
sound-dai = <&hdmi>;
65+
};
66+
67+
simple-audio-card,cpu {
68+
sound-dai = <&i2s0>;
69+
};
70+
};
71+
5672
sram: sram@10080000 {
5773
compatible = "mmio-sram";
5874
reg = <0x10080000 0x10000>;

0 commit comments

Comments
 (0)