The &vp0 is incomplete and results in a warning, so move it into the comment.
Signed-off-by: Ahmad Fatoum <[email protected]> --- 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@ROCKCHIP_VOP2_EP_DP0 { reg = <ROCKCHIP_VOP2_EP_DP0>; @@ -451,7 +452,6 @@ vp0_out_dsi1: endpoint@ROCKCHIP_VOP2_EP_DP0 { }; }; -/* &pwm1 { status = "okay"; }; @@ -459,4 +459,4 @@ &pwm1 { &pwm2 { status = "okay"; }; -*/ +#endif -- 2.47.3
