Skip to content

Commit

Permalink
arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
  • Loading branch information
mbgg authored and mmind committed Sep 15, 2021
1 parent 2076121 commit 2513fa5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,6 @@
};
};

&cdn_dp {
status = "okay";
};

&cpu_b0 {
cpu-supply = <&vdd_cpu_b>;
};
Expand Down

0 comments on commit 2513fa5

Please sign in to comment.