aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2020-06-12 09:02:36 +0200
committerThierry Reding <treding@nvidia.com>2020-07-13 17:37:25 +0200
commit7eb0454440e1522d347b2bc0db8eab742115098a (patch)
treeca128c12d7d45075c9bebb9edb6519b8d44a20c3
parentarm64: tegra: Remove simple regulators bus (diff)
downloadlinux-dev-7eb0454440e1522d347b2bc0db8eab742115098a.tar.xz
linux-dev-7eb0454440e1522d347b2bc0db8eab742115098a.zip
arm64: tegra: norrin: Add missing panel power supply
This panel supply is always on, so this does happen to work by accident. Make sure to properly hook up the power supply to model the dependency correctly and so that the panel continues to operate properly even if the supply is not always on. Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--arch/arm64/boot/dts/nvidia/tegra132-norrin.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts
index 607d28a6772e..fb27812eace1 100644
--- a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts
+++ b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts
@@ -1051,6 +1051,7 @@
panel: panel {
compatible = "innolux,n116bge";
+ power-supply = <&vdd_3v3_panel>;
backlight = <&backlight>;
ddc-i2c-bus = <&dpaux>;
};