1
0
Fork 0

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: Marc Dietrich <marvin24@gmx.de>
Tested-by: Misha Komarovskiy <zombah@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
zero-colors
Marc Dietrich 2016-12-09 10:20:38 +01:00 committed by Thierry Reding
parent 6270bd3d91
commit 0c18927f51
1 changed files with 1 additions and 0 deletions

View File

@ -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;
};