Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c18927f authored by Marc Dietrich's avatar Marc Dietrich Committed by Thierry Reding
Browse files

ARM: tegra: paz00: Mark panel regulator as enabled on boot



Current U-Boot enables the display already. Marking the regulator as
enabled on boot fixes sporadic panel initialization failures.

Signed-off-by: default avatarMarc Dietrich <marvin24@gmx.de>
Tested-by: default avatarMisha Komarovskiy <zombah@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 6270bd3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -569,6 +569,7 @@
			regulator-name = "+3VS,vdd_pnl";
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			regulator-boot-on;
			gpio = <&gpio TEGRA_GPIO(A, 4) GPIO_ACTIVE_HIGH>;
			enable-active-high;
		};