arm64: dts: rockchip: fix dp register fail for rk3399-mid
authorBin Yang <yangbin@rock-chips.com>
Wed, 15 Feb 2017 02:45:08 +0000 (10:45 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 15 Feb 2017 08:49:56 +0000 (16:49 +0800)
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>
arch/arm64/boot/dts/rockchip/rk3399-mid-818-android-next.dts

index 533caa4c03ecd460b3d83cd79566d02bd5c3c687..30cd20d7b381587cc896593079d906f85f144088 100644 (file)
        status = "disabled";
 };
 
+&hdmi {
+       status = "disabled";
+};
+
 &cdn_dp {
        status = "okay";
        extcon = <&fusb0>;
+       phys = <&tcphy0_dp>;
 };
 
 &dp_in_vopb {