Commit a781e316 authored by Marc Dietrich's avatar Marc Dietrich Committed by Kleber Sacilotto de Souza

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

BugLink: http://bugs.launchpad.net/bugs/1694621

commit 0c18927f upstream.

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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarStefan Bader <stefan.bader@canonical.com>
Signed-off-by: default avatarThadeu Lima de Souza Cascardo <cascardo@canonical.com>
parent b81effb7
...@@ -565,6 +565,7 @@ vdd_pnl_reg: regulator@1 { ...@@ -565,6 +565,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