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

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
...@@ -569,6 +569,7 @@ vdd_pnl_reg: regulator@1 { ...@@ -569,6 +569,7 @@ vdd_pnl_reg: regulator@1 {
regulator-name = "+3VS,vdd_pnl"; regulator-name = "+3VS,vdd_pnl";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
regulator-boot-on;
gpio = <&gpio TEGRA_GPIO(A, 4) GPIO_ACTIVE_HIGH>; gpio = <&gpio TEGRA_GPIO(A, 4) GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment