summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra20-medcom-wide.dts
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2020-06-11 19:54:09 +0200
committerThierry Reding <treding@nvidia.com>2020-06-25 09:29:44 +0200
commit90b1307ac545e6e7e26f7a6be9e9ef49c4a650b1 (patch)
tree8ccbff4c3a3a0c19be9771dc4c0436849272eb2d /arch/arm/boot/dts/tegra20-medcom-wide.dts
parentARM: tegra: Use proper unit-addresses for OPPs (diff)
downloadlinux-90b1307ac545e6e7e26f7a6be9e9ef49c4a650b1.tar.xz
linux-90b1307ac545e6e7e26f7a6be9e9ef49c4a650b1.zip
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: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-medcom-wide.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-medcom-wide.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-medcom-wide.dts b/arch/arm/boot/dts/tegra20-medcom-wide.dts
index 049181421a86..a348ca30e522 100644
--- a/arch/arm/boot/dts/tegra20-medcom-wide.dts
+++ b/arch/arm/boot/dts/tegra20-medcom-wide.dts
@@ -59,7 +59,7 @@
panel: panel {
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>;
backlight = <&backlight>;