Commit eb93bd8d authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Add HDMI supplies on Norrin

The SOR controller needs the AVDD I/O and VDD HDMI PLL supplies in order
to operate correctly. Make sure to specify them for the Norrin board.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 4087162f
......@@ -39,6 +39,9 @@ hdmi@54280000 {
sor@54540000 {
status = "okay";
avdd-io-hdmi-dp-supply = <&vdd_3v3_hdmi>;
vdd-hdmi-dp-pll-supply = <&vdd_hdmi_pll>;
nvidia,dpaux = <&dpaux>;
nvidia,panel = <&panel>;
};
......
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