ARM: tegra: asus-tf101: Enable S/PDIF and HDMI audio
authorDmitry Osipenko <digetx@gmail.com>
Mon, 7 Feb 2022 21:28:23 +0000 (00:28 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 24 Feb 2022 15:54:41 +0000 (16:54 +0100)
Enable S/PDIF controller to enable HDMI audio support on ASUS TF101.
Use nvidia,fixed-parent-rate property that prevents audio rate conflict
between S/PDIF and I2S.

Tested-by: Robert Eckelmann <longnoserob@gmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20-asus-tf101.dts

index c700f80..37e90bd 100644 (file)
                };
        };
 
+       spdif@70002400 {
+               status = "okay";
+
+               nvidia,fixed-parent-rate;
+       };
+
        i2s@70002800 {
                status = "okay";
+
+               nvidia,fixed-parent-rate;
        };
 
        serial@70006040 {