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

ARM: tegra: Add missing panel power supplies

Both Nyan boards as well as Venice2 are missing panel power supplies.
Add them.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+3 -1
+1
arch/arm/boot/dts/tegra124-nyan-big.dts
··· 16 16 panel: panel { 17 17 compatible = "auo,b133xtn01"; 18 18 19 + power-supply = <&vdd_3v3_panel>; 19 20 backlight = <&backlight>; 20 21 ddc-i2c-bus = <&dpaux>; 21 22 };
+1
arch/arm/boot/dts/tegra124-nyan-blaze.dts
··· 18 18 panel: panel { 19 19 compatible = "samsung,ltn140at29-301"; 20 20 21 + power-supply = <&vdd_3v3_panel>; 21 22 backlight = <&backlight>; 22 23 ddc-i2c-bus = <&dpaux>; 23 24 };
+1 -1
arch/arm/boot/dts/tegra124-venice2.dts
··· 1081 1081 1082 1082 panel: panel { 1083 1083 compatible = "lg,lp129qe"; 1084 - 1084 + power-supply = <&vdd_3v3_panel>; 1085 1085 backlight = <&backlight>; 1086 1086 ddc-i2c-bus = <&dpaux>; 1087 1087 };