mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
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:
parent
d46d1eb30c
commit
3fdfaf8718
@ -253,10 +253,14 @@
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user