From: Thierry Reding Date: Thu, 25 Jun 2020 11:39:10 +0000 (+0200) Subject: arm64: tegra: Add HDMI supplies on Norrin X-Git-Tag: howlett/maple_spf/20210104~1384^2~45^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=eb93bd8d273bdbb6aa211fcd9165f9755ec86eaa;p=users%2Fjedix%2Flinux-maple.git 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 --- 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>; };