Commit dd2cac86 authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding

ARM: tegra: Add HDMI audio graph to Tegra20 device-tree

Add HDMI audio graph to Tegra20 device-tree to enable HDMI audio on
Tegra20 devices.
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent dcbc4084
...@@ -178,7 +178,7 @@ rgb { ...@@ -178,7 +178,7 @@ rgb {
}; };
}; };
hdmi@54280000 { tegra_hdmi: hdmi@54280000 {
compatible = "nvidia,tegra20-hdmi"; compatible = "nvidia,tegra20-hdmi";
reg = <0x54280000 0x00040000>; reg = <0x54280000 0x00040000>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
...@@ -1040,4 +1040,24 @@ pmu { ...@@ -1040,4 +1040,24 @@ pmu {
interrupt-affinity = <&{/cpus/cpu@0}>, interrupt-affinity = <&{/cpus/cpu@0}>,
<&{/cpus/cpu@1}>; <&{/cpus/cpu@1}>;
}; };
sound-hdmi {
compatible = "simple-audio-card";
simple-audio-card,name = "NVIDIA Tegra20 HDMI";
#address-cells = <1>;
#size-cells = <0>;
simple-audio-card,dai-link@0 {
reg = <0>;
cpu {
sound-dai = <&tegra_spdif>;
};
codec {
sound-dai = <&tegra_hdmi>;
};
};
};
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment