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 4/7] ARM: dts: stm32: add sdmmc1 support on stm32h743i disco board
Date: Fri, 1 Mar 2019 09:47:45 +0100 [thread overview]
Message-ID: <1551430068-9456-5-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 sdmmc1 support on stm32h743i disco board.
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
---
arch/arm/boot/dts/stm32h743i-disco.dts | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/arch/arm/boot/dts/stm32h743i-disco.dts b/arch/arm/boot/dts/stm32h743i-disco.dts
index 45e088c..1aeb5be 100644
--- a/arch/arm/boot/dts/stm32h743i-disco.dts
+++ b/arch/arm/boot/dts/stm32h743i-disco.dts
@@ -60,12 +60,32 @@
aliases {
serial0 = &usart2;
};
+
+ v3v3: regulator-v3v3 {
+ compatible = "regulator-fixed";
+ regulator-name = "v3v3";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ regulator-always-on;
+ };
};
&clk_hse {
clock-frequency = <25000000>;
};
+&sdmmc1 {
+ pinctrl-names = "default", "opendrain", "sleep";
+ pinctrl-0 = <&sdmmc1_b4_pins_a>;
+ pinctrl-1 = <&sdmmc1_b4_od_pins_a>;
+ pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>;
+ broken-cd;
+ st,neg-edge;
+ bus-width = <4>;
+ vmmc-supply = <&v3v3>;
+ status = "okay";
+};
+
&usart2 {
pinctrl-0 = <&usart2_pins>;
pinctrl-names = "default";
--
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 ` Ludovic Barre [this message]
2019-03-01 8:47 ` [PATCH 5/7] ARM: dts: stm32: add sdmmc1 support on stm32mp157c Ludovic Barre
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-5-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).