From: Ahmad Fatoum <ahmad@a3f.at>
To: barebox@lists.infradead.org
Subject: [PATCH 2/2] ARM: stm32mp: add aliases for mmc1 and mmc2
Date: Mon, 24 Feb 2020 09:11:54 +0100 [thread overview]
Message-ID: <20200224081154.526146-2-ahmad@a3f.at> (raw)
In-Reply-To: <20200224081154.526146-1-ahmad@a3f.at>
With the latest update, dts/src/arm/stm32mp151.dtsi now defines the two
other sdmmc nodes as well. Have barebox set aliases for them.
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
arch/arm/dts/stm32mp151.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/stm32mp151.dtsi b/arch/arm/dts/stm32mp151.dtsi
index e416c89856a2..8f8249dbc479 100644
--- a/arch/arm/dts/stm32mp151.dtsi
+++ b/arch/arm/dts/stm32mp151.dtsi
@@ -19,6 +19,8 @@
gpio10 = &gpiok;
gpio25 = &gpioz;
mmc0 = &sdmmc1;
+ mmc1 = &sdmmc2;
+ mmc2 = &sdmmc3;
};
psci {
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2020-02-24 8:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-24 8:11 [PATCH 1/2] ARM: stm32mp: dk2: delete unused includes Ahmad Fatoum
2020-02-24 8:11 ` Ahmad Fatoum [this message]
2020-02-25 8:05 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200224081154.526146-2-ahmad@a3f.at \
--to=ahmad@a3f.at \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox