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>
This commit is contained in:
Родитель
839d9bda2f
Коммит
9061a80566
|
@ -16,6 +16,7 @@
|
|||
panel: panel {
|
||||
compatible = "auo,b133xtn01";
|
||||
|
||||
power-supply = <&vdd_3v3_panel>;
|
||||
backlight = <&backlight>;
|
||||
ddc-i2c-bus = <&dpaux>;
|
||||
};
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
panel: panel {
|
||||
compatible = "samsung,ltn140at29-301";
|
||||
|
||||
power-supply = <&vdd_3v3_panel>;
|
||||
backlight = <&backlight>;
|
||||
ddc-i2c-bus = <&dpaux>;
|
||||
};
|
||||
|
|
|
@ -1081,7 +1081,7 @@
|
|||
|
||||
panel: panel {
|
||||
compatible = "lg,lp129qe";
|
||||
|
||||
power-supply = <&vdd_3v3_panel>;
|
||||
backlight = <&backlight>;
|
||||
ddc-i2c-bus = <&dpaux>;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче