diff options
author | Thierry Reding <[email protected]> | 2020-06-25 13:39:10 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2020-07-16 14:57:29 +0200 |
commit | eb93bd8d273bdbb6aa211fcd9165f9755ec86eaa (patch) | |
tree | d3de1c6bbbb3ef547eeb0f36b5d50497f0b22a2b | |
parent | 4087162fecf4e226a4a3783694aeabf33831ea5a (diff) |
arm64: tegra: Add HDMI supplies on Norrin
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 <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts index fb27812eace1..6e5f8465669e 100644 --- a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts +++ b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts @@ -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>; }; |