[PATCH v2025.09.y 19/58] ARM: Rockchip: rk3576-prtpuk: suppress video graph warning

Ahmad Fatoum a.fatoum at pengutronix.de
Fri Mar 13 06:25:03 PDT 2026


From: Ahmad Fatoum <a.fatoum at barebox.org>

The &vp0 is incomplete and results in a warning, so move it into the
comment.

(cherry picked from commit b99251cf3c3ea3efc405057bbce8b2435d36fe5d)

Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
Link: https://lore.barebox.org/20260112085548.2952525-3-a.fatoum@barebox.org
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/arm/dts/rk3576-prtpuk-linux.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/rk3576-prtpuk-linux.dts b/arch/arm/dts/rk3576-prtpuk-linux.dts
index 2085adbaa8f4..7cc28711df28 100644
--- a/arch/arm/dts/rk3576-prtpuk-linux.dts
+++ b/arch/arm/dts/rk3576-prtpuk-linux.dts
@@ -444,6 +444,7 @@ &vop_mmu {
 	status = "okay";
 };
 
+#if 0
 &vp0 {
 	vp0_out_dsi1: endpoint at ROCKCHIP_VOP2_EP_DP0 {
 		reg = <ROCKCHIP_VOP2_EP_DP0>;
@@ -451,7 +452,6 @@ vp0_out_dsi1: endpoint at ROCKCHIP_VOP2_EP_DP0 {
 	};
 };
 
-/*
 &pwm1 {
 	status = "okay";
 };
@@ -459,4 +459,4 @@ &pwm1 {
 &pwm2 {
 	status = "okay";
 };
-*/
+#endif
-- 
2.47.3




More information about the barebox mailing list