From 530f2bebc0918efe6deac1e2c92ce4a13e0c12e1 Mon Sep 17 00:00:00 2001 From: Shawn Lin Date: Wed, 5 Mar 2025 21:16:26 +0800 Subject: [PATCH] arm64: dts: rockchip: Enable ufshc on rk3576 evb1 board RK3576 evb1 board supports UFS, so enable it. Signed-off-by: Shawn Lin Link: https://lore.kernel.org/r/1741180586-140422-1-git-send-email-shawn.lin@rock-chips.com [the core device node went into the driver tree, hence this being later] Signed-off-by: Heiko Stuebner --- arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts index e368691fd28e..08c188445931 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts @@ -747,6 +747,10 @@ status = "okay"; }; +&ufshc { + status = "okay"; +}; + &usbdp_phy { rockchip,dp-lane-mux = <2 3>; status = "okay"; -- 2.50.1