summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Brugger <mbrugger@suse.com>2021-07-15 18:41:01 +0200
committerHeiko Stuebner <heiko@sntech.de>2021-09-15 17:50:18 +0200
commit2513fa5c25d42f55ca5f0f0ab247af7c9fbfa3b1 (patch)
tree5b80cae549ee66cbec0d0e1b7da66837b3c883ef
parent2076121eecc18fa31ae749c6ddc5648be96f0b5e (diff)
downloadlinux-2513fa5c25d42f55ca5f0f0ab247af7c9fbfa3b1.tar.bz2
arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
The CDN DP needs a PHY and a extcon to work correctly. But no extcon is provided by the device-tree, which leads to an error: cdn-dp fec00000.dp: [drm:cdn_dp_probe [rockchipdrm]] *ERROR* missing extcon or phy cdn-dp: probe of fec00000.dp failed with error -22 Disable the CDN DP to make graphic work on the Pinebook Pro. Reported-by: Guillaume Gardet <guillaume.gardet@arm.com> Signed-off-by: Matthias Brugger <mbrugger@suse.com> Link: https://lore.kernel.org/r/20210715164101.11486-1-matthias.bgg@kernel.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
index 2b5f001ff4a6..9e5d07f5712e 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
@@ -385,10 +385,6 @@
};
};
-&cdn_dp {
- status = "okay";
-};
-
&cpu_b0 {
cpu-supply = <&vdd_cpu_b>;
};