[PATCH] ARM: rk3576-prtpuk: remove unused vp0_out_dsi1 node
Sascha Hauer
s.hauer at pengutronix.de
Tue Sep 2 23:12:27 PDT 2025
compiliing rk3576-prtpuk-linux.dts generates a warning:
arch/arm/dts/rk3576-prtpuk-linux.dts:448.28-451.4: Warning (graph_endpoint): /soc/vop at 27d00000/ports/port at 0/endpoint at 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 <s.hauer at pengutronix.de>
---
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 at ROCKCHIP_VOP2_EP_DP0 {
- reg = <ROCKCHIP_VOP2_EP_DP0>;
- /* remote-endpoint = <...>; ?? */
- };
-};
-
-/*
-&pwm1 {
- status = "okay";
-};
-
-&pwm2 {
- status = "okay";
-};
-*/
--
2.47.2
More information about the barebox
mailing list