* [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
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