ARM: tegra: Add missing panel power supplies
authorThierry Reding <treding@nvidia.com>
Thu, 11 Jun 2020 17:45:25 +0000 (19:45 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 25 Jun 2020 07:29:43 +0000 (09:29 +0200)
Both Nyan boards as well as Venice2 are missing panel power supplies.
Add them.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-nyan-big.dts
arch/arm/boot/dts/tegra124-nyan-blaze.dts
arch/arm/boot/dts/tegra124-venice2.dts

index 4d14dec..1d2aac2 100644 (file)
@@ -16,6 +16,7 @@
        panel: panel {
                compatible = "auo,b133xtn01";
 
+               power-supply = <&vdd_3v3_panel>;
                backlight = <&backlight>;
                ddc-i2c-bus = <&dpaux>;
        };
index 2a029ee..677babd 100644 (file)
@@ -18,6 +18,7 @@
        panel: panel {
                compatible = "samsung,ltn140at29-301";
 
+               power-supply = <&vdd_3v3_panel>;
                backlight = <&backlight>;
                ddc-i2c-bus = <&dpaux>;
        };
index 56f051b..e6b54ac 100644 (file)
 
        panel: panel {
                compatible = "lg,lp129qe";
-
+               power-supply = <&vdd_3v3_panel>;
                backlight = <&backlight>;
                ddc-i2c-bus = <&dpaux>;
        };