arm64: tegra: norrin: Add missing panel power supply
authorThierry Reding <treding@nvidia.com>
Fri, 12 Jun 2020 07:02:36 +0000 (09:02 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 13 Jul 2020 15:37:25 +0000 (17:37 +0200)
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>
arch/arm64/boot/dts/nvidia/tegra132-norrin.dts

index 607d28a..fb27812 100644 (file)
 
        panel: panel {
                compatible = "innolux,n116bge";
+               power-supply = <&vdd_3v3_panel>;
                backlight = <&backlight>;
                ddc-i2c-bus = <&dpaux>;
        };