linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/6] ARM: dts: imx27-phytec-phycore-rdk: Add pingrp for SDHC
Date: Sat, 21 Dec 2013 11:11:41 +0400	[thread overview]
Message-ID: <1387609902-13361-5-git-send-email-shc_work@mail.ru> (raw)
In-Reply-To: <1387609902-13361-1-git-send-email-shc_work@mail.ru>

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
index eca1b6d..1967dad 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
@@ -48,6 +48,14 @@
 			fsl,pins = <MX27_OWIRE1_PINGRP1>;
 		};
 
+		pinctrl_sdhc2: sdhc2grp {
+			fsl,pins = <
+				MX27_SDHC2_PINGRP1
+				MX27_PAD_SSI3_FS__GPIO3_28	0x0 /* WP */
+				MX27_PAD_SSI3_RXDAT__GPIO3_29	0x0 /* CD */
+			>;
+		};
+
 		pinctrl_uart1: uart1grp {
 			fsl,pins = <
 				MX27_UART1_PINGRP1
@@ -71,6 +79,8 @@
 };
 
 &sdhci2 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_sdhc2>;
 	bus-width = <4>;
 	cd-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>;
 	wp-gpios = <&gpio3 28 GPIO_ACTIVE_HIGH>;
-- 
1.8.3.2

  parent reply	other threads:[~2013-12-21  7:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-21  7:11 [PATCH 1/6] ARM: dts: imx27-phytec-phycore-som: Add NFC pin group Alexander Shiyan
2013-12-21  7:11 ` [PATCH 2/6] ARM: dts: imx27-phytec-phycore-rdk: Enable 1-Wire module Alexander Shiyan
2013-12-21  7:11 ` [PATCH 3/6] ARM: dts: imx27-phytec-phycore-som: Add spi-cs-high property to PMIC Alexander Shiyan
2013-12-21  7:11 ` [PATCH 4/6] ARM: dts: i.MX27: Add missing pullup settings for SDHC pin groups Alexander Shiyan
2013-12-21  7:11 ` Alexander Shiyan [this message]
2013-12-21  7:11 ` [PATCH 6/6] ARM: dts: imx27-phytec-phycore-rdk: Add pinctrl definitions for WEIM Alexander Shiyan
2013-12-23  7:53 ` [PATCH 1/6] ARM: dts: imx27-phytec-phycore-som: Add NFC pin group Shawn Guo

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=1387609902-13361-5-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --cc=linux-arm-kernel@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;
as well as URLs for NNTP newsgroup(s).