From 8c7cf431acb06b04e3308716aba459748051b651 Mon Sep 17 00:00:00 2001 From: Yiqing Zeng Date: Thu, 9 May 2024 17:20:33 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3576-vehicle-evb: support rkvpss Change-Id: I9ac58914c36d5533266c08b876d38d87c62d1535 Signed-off-by: Yiqing Zeng --- .../boot/dts/rockchip/rk3576-vehicle-evb-v10.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3576-vehicle-evb-v10.dts b/arch/arm64/boot/dts/rockchip/rk3576-vehicle-evb-v10.dts index 1f394a6194c4..ac5d1bb45569 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-vehicle-evb-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-vehicle-evb-v10.dts @@ -339,6 +339,18 @@ }; +&rkvpss { + status = "okay"; +}; + +&rkvpss_mmu { + status = "okay"; +}; + +&rkvpss_vir0 { + status = "okay"; +}; + &sdmmc { status = "disabled"; };