arm64: tegra: Enable DP support on Jetson TX2

If equipped with an E3320 display module, Jetson TX2 can support
DisplayPort.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2018-02-01 17:19:09 +01:00
parent d46d1eb30c
commit 3fdfaf8718

View file

@ -253,10 +253,14 @@ dsi@15300000 {
status = "disabled";
};
/* DP on E3320 */
sor@15540000 {
status = "disabled";
status = "okay";
nvidia,dpaux = <&dpaux1>;
avdd-io-hdmi-dp-supply = <&vdd_hdmi_1v05>;
vdd-hdmi-dp-pll = <&vdd_1v8_ap>;
nvidia,dpaux = <&dpaux>;
};
sor@15580000 {