mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
arm64: tegra: norrin: Add missing panel power supply
This panel supply is always on, so this does happen to work by accident. Make sure to properly hook up the power supply to model the dependency correctly and so that the panel continues to operate properly even if the supply is not always on. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
7517248ad2
commit
7eb0454440
@ -1051,6 +1051,7 @@ power {
|
|||||||
|
|
||||||
panel: panel {
|
panel: panel {
|
||||||
compatible = "innolux,n116bge";
|
compatible = "innolux,n116bge";
|
||||||
|
power-supply = <&vdd_3v3_panel>;
|
||||||
backlight = <&backlight>;
|
backlight = <&backlight>;
|
||||||
ddc-i2c-bus = <&dpaux>;
|
ddc-i2c-bus = <&dpaux>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user