From: Andrea Merello <andrea.merello@gmail.com>
To: ulf.hansson@linaro.org, mcoquelin.stm32@gmail.com,
alexandre.torgue@st.com
Cc: linux-mmc@vger.kernel.org, bruherrera@gmail.com,
Andrea Merello <andrea.merello@gmail.com>
Subject: [PATCH v3 7/9] ARM: DTS: stm32: add node for SDIO controller on stm32f429
Date: Mon, 16 Jan 2017 08:37:16 +0100 [thread overview]
Message-ID: <1484552238-23171-8-git-send-email-andrea.merello@gmail.com> (raw)
In-Reply-To: <1484552238-23171-1-git-send-email-andrea.merello@gmail.com>
this patch adds the sdio controller DT note on stm32f429
Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
---
arch/arm/boot/dts/stm32f429.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index de7b9c3..c12a64e 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -388,6 +388,18 @@
};
};
+ sdio: sdio@40012c00 {
+ compatible = "st,stm32f4xx-sdio";
+ reg = <0x40012c00 0x400>;
+ clocks = <&rcc 0 171>;
+ interrupts = <49>;
+ status = "disabled";
+ pinctrl-0 = <&sdio_pins>;
+ pinctrl-1 = <&sdio_pins_od>;
+ pinctrl-names = "default", "opendrain";
+ max-frequency = <48000000>;
+ };
+
rcc: rcc@40023810 {
#reset-cells = <1>;
#clock-cells = <2>;
--
2.7.4
next prev parent reply other threads:[~2017-01-16 7:37 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-16 7:37 [PATCH v3 0/9] mmc: mmci: add support for STM32 SD controller Andrea Merello
2017-01-16 7:37 ` [PATCH v3 1/9] mmc: mmci: don't pretend IP variants with only one IRQ to have two mask regs Andrea Merello
2017-01-19 16:44 ` Ulf Hansson
2017-01-19 17:53 ` Andrea Merello
2017-01-19 20:29 ` Ulf Hansson
2017-01-16 7:37 ` [PATCH v3 2/9] mmc: mmci: add support for not-amba, but still compatible, variants Andrea Merello
2017-01-19 16:58 ` Ulf Hansson
2017-01-19 17:11 ` Russell King - ARM Linux
2017-01-19 17:40 ` Andrea Merello
2017-01-19 18:36 ` Bruno Herrera
2017-01-22 6:41 ` kbuild test robot
2017-01-16 7:37 ` [PATCH v3 3/9] mmc: mmci: don't pretend all variants to have MCI_STARBITERR flag Andrea Merello
2017-01-16 7:37 ` [PATCH v3 4/9] mmc: mmci: add support for setting pad type via pinctrl Andrea Merello
2017-01-16 7:37 ` [PATCH v3 5/9] mmc: mmci: add STM32 variant Andrea Merello
2017-01-16 7:37 ` [PATCH v3 6/9] ARM: DTS: stm32: add pin map for SDIO controller on stm32f429 Andrea Merello
2017-01-16 7:37 ` Andrea Merello [this message]
2017-01-16 7:37 ` [PATCH v3 8/9] ARM: DTS: enable SDIO controller on stm32f469 disco board Andrea Merello
2017-01-16 7:37 ` [PATCH v3 9/9] Documentation: document mmci STM32 DT binding Andrea Merello
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=1484552238-23171-8-git-send-email-andrea.merello@gmail.com \
--to=andrea.merello@gmail.com \
--cc=alexandre.torgue@st.com \
--cc=bruherrera@gmail.com \
--cc=linux-mmc@vger.kernel.org \
--cc=mcoquelin.stm32@gmail.com \
--cc=ulf.hansson@linaro.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