mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/9] ARM: zynq: add MMC aliases
@ 2024-12-13 21:00 Lucas Stach
  2024-12-13 21:00 ` [PATCH 2/9] ARM: zynq: zed: define SDHCI bus-width Lucas Stach
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Lucas Stach @ 2024-12-13 21:00 UTC (permalink / raw)
  To: barebox

The upstream DT doesn't include those, yet. Make sure
MMC controllers end up with a deterministic numbering.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
 arch/arm/dts/zynq-7000.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
index f7a0d70babef..90b0c098fc82 100644
--- a/arch/arm/dts/zynq-7000.dtsi
+++ b/arch/arm/dts/zynq-7000.dtsi
@@ -1,4 +1,11 @@
 
+/ {
+	aliases {
+		mmc0 = &sdhci0;
+		mmc1 = &sdhci1;
+	};
+};
+
 &amba {
 	qspi: spi@e000d000 {
 		compatible = "xlnx,zynq-qspi-1.0";
-- 
2.47.1




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

end of thread, other threads:[~2024-12-16  7:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-13 21:00 [PATCH 1/9] ARM: zynq: add MMC aliases Lucas Stach
2024-12-13 21:00 ` [PATCH 2/9] ARM: zynq: zed: define SDHCI bus-width Lucas Stach
2024-12-13 21:00 ` [PATCH 3/9] ARM: zynq: zed: guard board initcall Lucas Stach
2024-12-13 21:00 ` [PATCH 4/9] ARM: zynq: zed: add environment Lucas Stach
2024-12-13 21:00 ` [PATCH 5/9] ARM: zynq: zed: add Barebox update handler Lucas Stach
2024-12-13 21:00 ` [PATCH 6/9] ARM: zynq: enable some useful things in defconfig Lucas Stach
2024-12-13 21:00 ` [PATCH 7/9] ARM: zynq: zed: switch to entry function with stack Lucas Stach
2024-12-13 21:00 ` [PATCH 8/9] ARM: zynq: call common arm lowlevel init from zynq lowlevel init Lucas Stach
2024-12-13 21:00 ` [PATCH 9/9] ARM: zynq: zed: always relocate in PBL Lucas Stach
2024-12-16  7:24 ` [PATCH 1/9] ARM: zynq: add MMC aliases Sascha Hauer

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