From: Ludovic Barre <ludovic.Barre@st.com>
To: Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@st.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
Ludovic Barre <ludovic.barre@st.com>
Subject: [PATCH 5/7] ARM: dts: stm32: add sdmmc1 support on stm32mp157c
Date: Fri, 1 Mar 2019 09:47:46 +0100 [thread overview]
Message-ID: <1551430068-9456-6-git-send-email-ludovic.Barre@st.com> (raw)
In-Reply-To: <1551430068-9456-1-git-send-email-ludovic.Barre@st.com>
From: Ludovic Barre <ludovic.barre@st.com>
This patch adds support of sdmmc1 on stm32mp157c.
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
---
arch/arm/boot/dts/stm32mp157c.dtsi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi
index f8bbfff..667f560 100644
--- a/arch/arm/boot/dts/stm32mp157c.dtsi
+++ b/arch/arm/boot/dts/stm32mp157c.dtsi
@@ -1050,6 +1050,20 @@
status = "disabled";
};
+ sdmmc1: sdmmc@58005000 {
+ compatible = "arm,pl18x", "arm,primecell";
+ arm,primecell-periphid = <0x10153180>;
+ reg = <0x58005000 0x1000>;
+ interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "cmd_irq";
+ clocks = <&rcc SDMMC1_K>;
+ clock-names = "apb_pclk";
+ resets = <&rcc SDMMC1_R>;
+ cap-sd-highspeed;
+ cap-mmc-highspeed;
+ max-frequency = <120000000>;
+ };
+
crc1: crc@58009000 {
compatible = "st,stm32f7-crc";
reg = <0x58009000 0x400>;
--
2.7.4
next prev parent reply other threads:[~2019-03-01 8:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-01 8:47 [PATCH 0/7] ARM: dts: stm32: add support of sdmmc1 on stm32 Ludovic Barre
2019-03-01 8:47 ` [PATCH 1/7] ARM: stm32: add AMBA support for stm32 family Ludovic Barre
2019-03-01 8:47 ` [PATCH 2/7] ARM: dts: stm32: add sdmmc1 support on stm32h743 Ludovic Barre
2019-03-01 8:47 ` [PATCH 3/7] ARM: dts: stm32: add sdmmc1 support on stm32h743i eval board Ludovic Barre
2019-03-01 8:47 ` [PATCH 4/7] ARM: dts: stm32: add sdmmc1 support on stm32h743i disco board Ludovic Barre
2019-03-01 8:47 ` Ludovic Barre [this message]
2019-03-01 8:47 ` [PATCH 6/7] ARM: dts: stm32: add sdmmc1 support on stm32mp157c ed1 board Ludovic Barre
2019-03-01 8:47 ` [PATCH 7/7] ARM: dts: stm32: add sdmmc1 support on stm32mp157a dk1 board Ludovic Barre
2019-03-26 10:22 ` [PATCH 0/7] ARM: dts: stm32: add support of sdmmc1 on stm32 Alexandre Torgue
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=1551430068-9456-6-git-send-email-ludovic.Barre@st.com \
--to=ludovic.barre@st.com \
--cc=alexandre.torgue@st.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mark.rutland@arm.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=robh+dt@kernel.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;
as well as URLs for NNTP newsgroup(s).