We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d244d6c commit 041f240Copy full SHA for 041f240
arch/arm/boot/dts/rockchip/rk3066a.dtsi
@@ -53,6 +53,22 @@
53
ports = <&vop0_out>, <&vop1_out>;
54
};
55
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
72
sram: sram@10080000 {
73
compatible = "mmio-sram";
74
reg = <0x10080000 0x10000>;
0 commit comments