diff options
author | Jonas Karlman <jonas@kwiboo.se> | 2023-07-24 17:52:16 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-07-25 21:29:12 +0300 |
commit | 2bdfe84fbd57a4ed9fd65a67210442559ce078f0 (patch) | |
tree | 0d21601eda6b910aac565d7d006712952b6b7daf /arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts | |
parent | a87852e37f782257ebc57cc44a0d3fbf806471f6 (diff) | |
download | linux-2bdfe84fbd57a4ed9fd65a67210442559ce078f0.tar.xz |
arm64: dts: rockchip: Enable SATA on Radxa E25
The M.2 KEY B port can be used for WWAN USB2 modules or SATA drives.
Enable sata1 node to fix use of SATA drives on the M.2 slot.
Fixes: 2bf2f4d9f673 ("arm64: dts: rockchip: Add Radxa CM3I E25")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Link: https://lore.kernel.org/r/20230724145213.3833099-1-jonas@kwiboo.se
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts b/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts index f0e4884438e3..72ad74c38a2b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts +++ b/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts @@ -99,6 +99,10 @@ }; }; +&combphy1 { + phy-supply = <&vcc3v3_pcie30x1>; +}; + &pcie2x1 { pinctrl-names = "default"; pinctrl-0 = <&pcie20_reset_h>; @@ -178,6 +182,10 @@ status = "okay"; }; +&sata1 { + status = "okay"; +}; + &sdmmc0 { bus-width = <4>; cap-sd-highspeed; |