arm64: tegra: Add HDMI supplies on Norrin
authorThierry Reding <treding@nvidia.com>
Thu, 25 Jun 2020 11:39:10 +0000 (13:39 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Jul 2020 12:57:29 +0000 (14:57 +0200)
The SOR controller needs the AVDD I/O and VDD HDMI PLL supplies in order
to operate correctly. Make sure to specify them for the Norrin board.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra132-norrin.dts

index fb27812..6e5f846 100644 (file)
@@ -39,6 +39,9 @@
                sor@54540000 {
                        status = "okay";
 
+                       avdd-io-hdmi-dp-supply = <&vdd_3v3_hdmi>;
+                       vdd-hdmi-dp-pll-supply = <&vdd_hdmi_pll>;
+
                        nvidia,dpaux = <&dpaux>;
                        nvidia,panel = <&panel>;
                };