arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
authorMatthias Brugger <mbrugger@suse.com>
Thu, 15 Jul 2021 16:41:01 +0000 (18:41 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 15 Sep 2021 15:50:18 +0000 (17:50 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts

index 2b5f001ff4a61f945456e9fdd7bf5c87a0af7ae8..9e5d07f5712e651127e160e99dfb32d3fa7ba84b 100644 (file)
        };
 };
 
-&cdn_dp {
-       status = "okay";
-};
-
 &cpu_b0 {
        cpu-supply = <&vdd_cpu_b>;
 };