mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: rockchip: fix SD card startup for Radxa ROCK 5T
@ 2026-02-26  8:50 Sascha Hauer
  2026-02-26 12:02 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2026-02-26  8:50 UTC (permalink / raw)
  To: Barebox List; +Cc: Michael Tretter

From: Michael Tretter <m.tretter@pengutronix.de>

The upstream pinctrl change broke the SD card startup on Radxa ROCK 5T.

Revert back to the previous pinmux setting as a workaround.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/dts/rk3588-rock-5t.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/rk3588-rock-5t.dts b/arch/arm/dts/rk3588-rock-5t.dts
index 35bdeb949d..09a0592bd5 100644
--- a/arch/arm/dts/rk3588-rock-5t.dts
+++ b/arch/arm/dts/rk3588-rock-5t.dts
@@ -79,3 +79,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

* Re: [PATCH] ARM: rockchip: fix SD card startup for Radxa ROCK 5T
  2026-02-26  8:50 [PATCH] ARM: rockchip: fix SD card startup for Radxa ROCK 5T Sascha Hauer
@ 2026-02-26 12:02 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2026-02-26 12:02 UTC (permalink / raw)
  To: Barebox List, Sascha Hauer; +Cc: Michael Tretter


On Thu, 26 Feb 2026 09:50:34 +0100, Sascha Hauer wrote:
> The upstream pinctrl change broke the SD card startup on Radxa ROCK 5T.
> 
> Revert back to the previous pinmux setting as a workaround.
> 
> 

Applied, thanks!

[1/1] ARM: rockchip: fix SD card startup for Radxa ROCK 5T
      https://git.pengutronix.de/cgit/barebox/commit/?id=bd5518cd7e34 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




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

end of thread, other threads:[~2026-02-26 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-26  8:50 [PATCH] ARM: rockchip: fix SD card startup for Radxa ROCK 5T Sascha Hauer
2026-02-26 12:02 ` Sascha Hauer

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