Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: Add missing power-supply for panels

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>

+3
+1
arch/arm/boot/dts/tegra124-nyan-big.dts
··· 18 18 aux-bus { 19 19 panel: panel { 20 20 compatible = "auo,b133xtn01"; 21 + power-supply = <&vdd_3v3_panel>; 21 22 backlight = <&backlight>; 22 23 }; 23 24 };
+1
arch/arm/boot/dts/tegra124-nyan-blaze.dts
··· 20 20 aux-bus { 21 21 panel: panel { 22 22 compatible = "samsung,ltn140at29-301"; 23 + power-supply = <&vdd_3v3_panel>; 23 24 backlight = <&backlight>; 24 25 }; 25 26 };
+1
arch/arm/boot/dts/tegra124-venice2.dts
··· 52 52 aux-bus { 53 53 panel: panel { 54 54 compatible = "lg,lp129qe"; 55 + power-supply = <&vdd_3v3_panel>; 55 56 backlight = <&backlight>; 56 57 }; 57 58 };