ARM: tegra: Add missing power-supply for panels
authorThierry Reding <treding@nvidia.com>
Fri, 4 Nov 2022 12:19:44 +0000 (13:19 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Nov 2022 23:21:41 +0000 (00:21 +0100)
Tegra124 Nyan and Venice 2 boards were missing the required power-supply
property in their display panel device tree nodes. Add these properties
to fix validation errors.

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 95e2d58..9a01dfe 100644 (file)
@@ -18,6 +18,7 @@
                        aux-bus {
                                panel: panel {
                                        compatible = "auo,b133xtn01";
+                                       power-supply = <&vdd_3v3_panel>;
                                        backlight = <&backlight>;
                                };
                        };
index dd56ffa..0beef1c 100644 (file)
@@ -20,6 +20,7 @@
                        aux-bus {
                                panel: panel {
                                        compatible = "samsung,ltn140at29-301";
+                                       power-supply = <&vdd_3v3_panel>;
                                        backlight = <&backlight>;
                                };
                        };
index fce7496..7e73987 100644 (file)
@@ -52,6 +52,7 @@
                        aux-bus {
                                panel: panel {
                                        compatible = "lg,lp129qe";
+                                       power-supply = <&vdd_3v3_panel>;
                                        backlight = <&backlight>;
                                };
                        };