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 dcbc408 commit dd2cac8Copy full SHA for dd2cac8
arch/arm/boot/dts/tegra20.dtsi
@@ -178,7 +178,7 @@
178
};
179
180
181
- hdmi@54280000 {
+ tegra_hdmi: hdmi@54280000 {
182
compatible = "nvidia,tegra20-hdmi";
183
reg = <0x54280000 0x00040000>;
184
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
@@ -1040,4 +1040,24 @@
1040
interrupt-affinity = <&{/cpus/cpu@0}>,
1041
<&{/cpus/cpu@1}>;
1042
1043
+
1044
+ sound-hdmi {
1045
+ compatible = "simple-audio-card";
1046
+ simple-audio-card,name = "NVIDIA Tegra20 HDMI";
1047
1048
+ #address-cells = <1>;
1049
+ #size-cells = <0>;
1050
1051
+ simple-audio-card,dai-link@0 {
1052
+ reg = <0>;
1053
1054
+ cpu {
1055
+ sound-dai = <&tegra_spdif>;
1056
+ };
1057
1058
+ codec {
1059
+ sound-dai = <&tegra_hdmi>;
1060
1061
1062
1063
0 commit comments