mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: rk3588-rock-5b: fix SD card startup for Radxa ROCK 5B
@ 2026-04-17  9:56 Ahmad Fatoum
  2026-04-17 10:46 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2026-04-17  9:56 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum, Yunus Taskopru

Both Rock 5B and 5T share a common rk3588-rock-5b-5bp-5t.dtsi and the
fix in commit bd5518cd7e34 ("ARM: rockchip: fix SD card startup for
Radxa ROCK 5T") is equally applicable to both of them.

As mentioned in the commit message, the upstream pinctrl change broke
the SD card startup and the workaround for now is to revert back to
the previous pinmux setting.

Reported-by: Yunus Taskopru <yunus@protonic.nl>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/dts/rk3588-rock-5b.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/rk3588-rock-5b.dts b/arch/arm/dts/rk3588-rock-5b.dts
index aca675f57f4c..2af8af7ad349 100644
--- a/arch/arm/dts/rk3588-rock-5b.dts
+++ b/arch/arm/dts/rk3588-rock-5b.dts
@@ -78,3 +78,7 @@ &usb_host1_ehci {
 	/* Does not work in barebox (missing phy driver) */
 	status = "disabled";
 };
+
+&sdmmc_det_pin {
+	rockchip,pins = <0 RK_PA4 1 &pcfg_pull_up>;
+};
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-17 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-17  9:56 [PATCH] ARM: dts: rk3588-rock-5b: fix SD card startup for Radxa ROCK 5B Ahmad Fatoum
2026-04-17 10:46 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox