Commit 7eb04544 authored by Thierry Reding's avatar Thierry Reding

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: default avatarThierry Reding <treding@nvidia.com>
parent 7517248a
......@@ -1051,6 +1051,7 @@ power {
panel: panel {
compatible = "innolux,n116bge";
power-supply = <&vdd_3v3_panel>;
backlight = <&backlight>;
ddc-i2c-bus = <&dpaux>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment