Commit a4563f5b authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Add eDP power supplies on Venice2



The power supplies needed to drive eDP on Venice2 were never hooked up,
so things only worked because those regulators are already enabled by
other devices.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 5d089d42
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@
		sor@54540000 {
			status = "okay";

			avdd-io-hdmi-dp-supply = <&vdd_1v05_run>;
			vdd-hdmi-dp-pll-supply = <&vdd_3v3_run>;

			nvidia,dpaux = <&dpaux>;
			nvidia,panel = <&panel>;
		};