diff options
| author | Shawn Lin <shawn.lin@rock-chips.com> | 2025-03-05 21:16:26 +0800 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-04-07 09:15:44 +0200 |
| commit | 530f2bebc0918efe6deac1e2c92ce4a13e0c12e1 (patch) | |
| tree | c56308100b6f39b488cec9c4ce5a0f986226cc8a | |
| parent | 55a43c346d24434e46ef7fcc09a9df8179c346e4 (diff) | |
| download | linux-530f2bebc0918efe6deac1e2c92ce4a13e0c12e1.tar.gz linux-530f2bebc0918efe6deac1e2c92ce4a13e0c12e1.zip | |
arm64: dts: rockchip: Enable ufshc on rk3576 evb1 board
RK3576 evb1 board supports UFS, so enable it.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
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 <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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"; |
