linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: eric@eukrea.com (Eric Bénard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: mx28: add auart4 2 pins pinmux to imx28.dtsi
Date: Mon,  8 Apr 2013 14:57:33 +0200	[thread overview]
Message-ID: <1365425853-12457-3-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1365425853-12457-1-git-send-email-eric@eukrea.com>

Add auart4 2 pins configuration on SSP3 pads

Signed-off-by: Eric B?nard <eric@eukrea.com>
---
 arch/arm/boot/dts/imx28.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 5c45f29..25f2243 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -354,6 +354,17 @@
 					fsl,pull-up = <0>;
 				};
 
+				auart4_2pins_a: auart4 at 0 {
+					reg = <0>;
+					fsl,pinmux-ids = <
+						0x2181 /* MX28_PAD_SSP3_SCK__AUART4_TX */
+						0x2191 /* MX28_PAD_SSP3_MOSI__AUART4_RX */
+					>;
+					fsl,drive-strength = <0>;
+					fsl,voltage = <1>;
+					fsl,pull-up = <0>;
+				};
+
 				mac0_pins_a: mac0 at 0 {
 					reg = <0>;
 					fsl,pinmux-ids = <
-- 
1.7.11.7

  parent reply	other threads:[~2013-04-08 12:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08 12:57 [PATCH 1/3] ARM: mx28: add auart2 2 pins pinmux to imx28.dtsi Eric Bénard
2013-04-08 12:57 ` [PATCH 2/3] ARM: mx28: add auart3 " Eric Bénard
2013-04-08 12:57 ` Eric Bénard [this message]
2013-04-09 12:35 ` [PATCH 1/3] ARM: mx28: add auart2 " 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=1365425853-12457-3-git-send-email-eric@eukrea.com \
    --to=eric@eukrea.com \
    --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).