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 4d14dec21af6569e9215599adc554f750451600c..1d2aac2cb6d038b50db7e48fbcdc2432e7564d13 100644 (file)
@@ -16,6 +16,7 @@
        panel: panel {
                compatible = "auo,b133xtn01";
 
+               power-supply = <&vdd_3v3_panel>;
                backlight = <&backlight>;
                ddc-i2c-bus = <&dpaux>;
        };
index 2a029ee86dd70e0ca57007d1bfa1cfc3201ca484..677babde6460ed1eb39a1e5d2db5fc42c896e1f4 100644 (file)
@@ -18,6 +18,7 @@
        panel: panel {
                compatible = "samsung,ltn140at29-301";
 
+               power-supply = <&vdd_3v3_panel>;
                backlight = <&backlight>;
                ddc-i2c-bus = <&dpaux>;
        };
index 56f051b9a538750eedba80bd5e0fd17936647c50..e6b54ac1ebd1a4252c2386a2370795a0c9326876 100644 (file)
 
        panel: panel {
                compatible = "lg,lp129qe";
-
+               power-supply = <&vdd_3v3_panel>;
                backlight = <&backlight>;
                ddc-i2c-bus = <&dpaux>;
        };