Skip to content

Commit 34b2f7b

Browse files
committed
arm64: dts: rockchip: drop wrong spdif clock from edp1 on rk3588
As described, the analogix-dp controller on rk3588 only supports 2 clocks and the edp0 node handles that correctly. The edp1 node on the other hand seems to have a dangling 3rd clock called spdif, that probably only exists in the vendor-tree. As that is not handled at all, remove it for now so that we adhere to the binding. Fixes: a481bb0 ("arm64: dts: rockchip: Add eDP1 dt node for rk3588") Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ceb6ef1 commit 34b2f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3588-extra.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@
255255
edp1: edp@fded0000 {
256256
compatible = "rockchip,rk3588-edp";
257257
reg = <0x0 0xfded0000 0x0 0x1000>;
258-
clocks = <&cru CLK_EDP1_24M>, <&cru PCLK_EDP1>, <&cru CLK_EDP1_200M>;
259-
clock-names = "dp", "pclk", "spdif";
258+
clocks = <&cru CLK_EDP1_24M>, <&cru PCLK_EDP1>;
259+
clock-names = "dp", "pclk";
260260
interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH 0>;
261261
phys = <&hdptxphy1>;
262262
phy-names = "dp";

0 commit comments

Comments
 (0)