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>
This commit is contained in:
Thierry Reding 2020-06-12 09:02:36 +02:00
parent 7517248ad2
commit 7eb0454440

View File

@ -1051,6 +1051,7 @@ power {
panel: panel {
compatible = "innolux,n116bge";
power-supply = <&vdd_3v3_panel>;
backlight = <&backlight>;
ddc-i2c-bus = <&dpaux>;
};