Commit 3fdfaf87 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Enable DP support on Jetson TX2

If equipped with an E3320 display module, Jetson TX2 can support
DisplayPort.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent d46d1eb3
......@@ -253,10 +253,14 @@ dsi@15300000 {
status = "disabled";
};
/* DP on E3320 */
sor@15540000 {
status = "disabled";
status = "okay";
avdd-io-hdmi-dp-supply = <&vdd_hdmi_1v05>;
vdd-hdmi-dp-pll = <&vdd_1v8_ap>;
nvidia,dpaux = <&dpaux1>;
nvidia,dpaux = <&dpaux>;
};
sor@15580000 {
......
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