compiliing rk3576-prtpuk-linux.dts generates a warning: arch/arm/dts/rk3576-prtpuk-linux.dts:448.28-451.4: Warning (graph_endpoint): /soc/vop@27d00000/ports/port@0/endpoint@10: graph node unit address error, expected "a"
The node is unused currently in its incomplete state, so just remove it. While at it remove commented out pwm nodes. Signed-off-by: Sascha Hauer <[email protected]> --- arch/arm/dts/rk3576-prtpuk-linux.dts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/arch/arm/dts/rk3576-prtpuk-linux.dts b/arch/arm/dts/rk3576-prtpuk-linux.dts index 2085adbaa8..d3b7d07718 100644 --- a/arch/arm/dts/rk3576-prtpuk-linux.dts +++ b/arch/arm/dts/rk3576-prtpuk-linux.dts @@ -443,20 +443,3 @@ &vop { &vop_mmu { status = "okay"; }; - -&vp0 { - vp0_out_dsi1: endpoint@ROCKCHIP_VOP2_EP_DP0 { - reg = <ROCKCHIP_VOP2_EP_DP0>; - /* remote-endpoint = <...>; ?? */ - }; -}; - -/* -&pwm1 { - status = "okay"; -}; - -&pwm2 { - status = "okay"; -}; -*/ -- 2.47.2
