mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -1008,9 +1008,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cdn_dp {
|
||||
status = "okay";
|
||||
extcon = <&fusb0>;
|
||||
phys = <&tcphy0_dp>;
|
||||
};
|
||||
|
||||
&dp_in_vopb {
|
||||
|
||||
Reference in New Issue
Block a user