arm64: dts: rockchip: fix dp register fail for rk3399-mid

1. MID board is only one dp port, we need to assign a phy.
2. MID board not use HDMI, we need to disabled it.

Change-Id: I589373fa04b940681910b3c0ee58ee9f9f464916
Signed-off-by: Bin Yang <yangbin@rock-chips.com>
This commit is contained in:
Bin Yang
2017-02-15 10:45:08 +08:00
committed by Huang, Tao
parent 7c9600125b
commit e899beddf8

View File

@@ -1008,9 +1008,14 @@
status = "disabled";
};
&hdmi {
status = "disabled";
};
&cdn_dp {
status = "okay";
extcon = <&fusb0>;
phys = <&tcphy0_dp>;
};
&dp_in_vopb {