Message ID | 1741148307-137177-1-git-send-email-shawn.lin@rock-chips.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: dts: rockchip: Enable ufshc on RK3576 evb1 board | expand |
On 2025/3/5 12:18, Shawn Lin wrote: > 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(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts > index 782ca00..5412c60 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts > @@ -711,6 +711,10 @@ > status = "okay"; > }; > > +&ufshc { > + status = "okay"; > +}; This node suppose to after the uart0. Thanks, - Kever > + > &uart0 { > status = "okay"; > };
diff --git a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts index 782ca00..5412c60 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts @@ -711,6 +711,10 @@ status = "okay"; }; +&ufshc { + status = "okay"; +}; + &uart0 { 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(+)