linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: attila@kinali.ch (Attila Kinali)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] i.mx23: add dts node for mmc1/ssp1 Signed-off-by: Attila Kinali <attila@kinali.ch>
Date: Wed,  4 Jul 2012 14:10:33 +0200	[thread overview]
Message-ID: <1341403833-25437-1-git-send-email-attila@kinali.ch> (raw)

---
 arch/arm/boot/dts/imx23.dtsi |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi
index 8c5f999..df0ae8d 100644
--- a/arch/arm/boot/dts/imx23.dtsi
+++ b/arch/arm/boot/dts/imx23.dtsi
@@ -134,6 +134,21 @@
 					fsl,pinmux-ids = <0x2010 0x2060>;
 					fsl,pull-up = <0>;
 				};
+
+				mmc1_8bit_pins_a: mmc1-8bit at 0 {
+					reg = <0>;
+					fsl,pinmux-ids = <0x0002 0x0012 0x0022
+						0x0032 0x0042 0x0052 0x0062
+						0x0072 0x0142 0x0132 0x0182>;
+					fsl,drive-strength = <1>;
+					fsl,voltage = <1>;
+					fsl,pull-up = <1>;
+				};
+
+				mmc1_pins_fixup: mmc1-pins-fixup {
+					fsl,pinmux-ids = <0x0132 0x0182>;
+					fsl,pull-up = <0>;
+				};
 			};
 
 			digctl at 8001c000 {
-- 
1.7.10

             reply	other threads:[~2012-07-04 12:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-04 12:10 Attila Kinali [this message]
2012-07-04 12:50 ` [PATCH] i.mx23: add dts node for mmc1/ssp1 Signed-off-by: Attila Kinali <attila@kinali.ch> Fabio Estevam
2012-07-04 13:53 ` Shawn Guo
2012-07-04 15:09   ` Attila Kinali
2012-07-04 15:26     ` Shawn Guo
2012-07-04 15:29       ` Attila Kinali

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=1341403833-25437-1-git-send-email-attila@kinali.ch \
    --to=attila@kinali.ch \
    --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).