mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: radxa-rock5t: Disable pcie3x2
@ 2026-03-19  7:01 Sascha Hauer
  2026-03-20  6:33 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2026-03-19  7:01 UTC (permalink / raw)
  To: Barebox List

pcie3x2 has no chance to come up as its phy (pcie30phy) is disabled, so
disable the PCIe port as well.

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 09a0592bd5..36fdade1e3 100644
--- a/arch/arm/dts/rk3588-rock-5t.dts
+++ b/arch/arm/dts/rk3588-rock-5t.dts
@@ -65,6 +65,10 @@ &pcie30phy {
 	status = "disabled";
 };
 
+&pcie3x2 {
+	status = "disabled";
+};
+
 &pcie2x1l0 {
 	/* Does not work in barebox */
 	status = "disabled";
-- 
2.47.3




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

* Re: [PATCH] ARM: radxa-rock5t: Disable pcie3x2
  2026-03-19  7:01 [PATCH] ARM: radxa-rock5t: Disable pcie3x2 Sascha Hauer
@ 2026-03-20  6:33 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2026-03-20  6:33 UTC (permalink / raw)
  To: Barebox List, Sascha Hauer


On Thu, 19 Mar 2026 08:01:45 +0100, Sascha Hauer wrote:
> pcie3x2 has no chance to come up as its phy (pcie30phy) is disabled, so
> disable the PCIe port as well.
> 
> 

Applied, thanks!

[1/1] ARM: radxa-rock5t: Disable pcie3x2
      https://git.pengutronix.de/cgit/barebox/commit/?id=a065ffa884d6 (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-03-20  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-19  7:01 [PATCH] ARM: radxa-rock5t: Disable pcie3x2 Sascha Hauer
2026-03-20  6:33 ` Sascha Hauer

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