[PATCH master 3/3] ARM: Rockchip: rk3576-prtpuk: suppress video graph warning
Ahmad Fatoum
a.fatoum at barebox.org
Mon Jan 12 00:55:41 PST 2026
The &vp0 is incomplete and results in a warning, so move it into the
comment.
Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
---
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