Commit 2513fa5c authored by Matthias Brugger's avatar Matthias Brugger Committed by Heiko Stuebner

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: default avatarGuillaume Gardet <guillaume.gardet@arm.com>
Signed-off-by: default avatarMatthias Brugger <mbrugger@suse.com>
Link: https://lore.kernel.org/r/20210715164101.11486-1-matthias.bgg@kernel.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 2076121e
......@@ -385,10 +385,6 @@ mains_charger: dc-charger {
};
};
&cdn_dp {
status = "okay";
};
&cpu_b0 {
cpu-supply = <&vdd_cpu_b>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment