Commit 90b1307a authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: medcom-wide: Remove extra panel power supply

Simple panels can only have a single power supply. The second listed
supply is not needed because it is also the input supply of the first
supply and therefore will always be on at the same time.

In retrospect the panel probably doesn't qualify as simple since it
apparently does need both of these supplies, even if in the case of the
Medcom Wide it isn't necessary to explicitly hook them up.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 417668bc
...@@ -59,7 +59,7 @@ backlight: backlight { ...@@ -59,7 +59,7 @@ backlight: backlight {
panel: panel { panel: panel {
compatible = "innolux,n156bge-l21"; compatible = "innolux,n156bge-l21";
power-supply = <&vdd_1v8_reg>, <&vdd_3v3_reg>; power-supply = <&vdd_1v8_reg>; // <&vdd_3v3_reg>;
enable-gpios = <&gpio TEGRA_GPIO(B, 2) GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio TEGRA_GPIO(B, 2) GPIO_ACTIVE_HIGH>;
backlight = <&backlight>; backlight = <&backlight>;
......
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