Skip to content

Commit 2bdfe84

Browse files
Kwiboommind
authored andcommitted
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: 2bf2f4d ("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>
1 parent a87852e commit 2bdfe84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
};
100100
};
101101

102+
&combphy1 {
103+
phy-supply = <&vcc3v3_pcie30x1>;
104+
};
105+
102106
&pcie2x1 {
103107
pinctrl-names = "default";
104108
pinctrl-0 = <&pcie20_reset_h>;
@@ -178,6 +182,10 @@
178182
status = "okay";
179183
};
180184

185+
&sata1 {
186+
status = "okay";
187+
};
188+
181189
&sdmmc0 {
182190
bus-width = <4>;
183191
cap-sd-highspeed;

0 commit comments

Comments
 (0)