Message ID | 1741180586-140422-1-git-send-email-shawn.lin@rock-chips.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2] arm64: dts: rockchip: Enable ufshc on rk3576 evb1 board | expand |
On Wed, 05 Mar 2025 21:16:26 +0800, Shawn Lin wrote: > RK3576 evb1 board supports UFS, so enable it. > > Applied, thanks! [1/1] arm64: dts: rockchip: Enable ufshc on rk3576 evb1 board (no commit info) The base ufs controller node seems to have gone together with the driver patch into the tree containing the ufs stuff, so this does not build right now. I've added it to a temporary branch and will try to get this in after 6.15-rc1. Best regards,
diff --git a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts index 782ca00..78efa91 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts @@ -715,6 +715,10 @@ status = "okay"; }; +&ufshc { + status = "okay"; +}; + &usbdp_phy { rockchip,dp-lane-mux = <2 3>; status = "okay";
RK3576 evb1 board supports UFS, so enable it. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> --- arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts | 4 ++++ 1 file changed, 4 insertions(+)