Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/6] ARM: sunxi: Add uart1 pinctrl groups
Date: Wed, 19 Dec 2012 21:18:13 +0100	[thread overview]
Message-ID: <1355948295-19680-5-git-send-email-maxime.ripard@free-electrons.com> (raw)
In-Reply-To: <1355948295-19680-1-git-send-email-maxime.ripard@free-electrons.com>

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 arch/arm/boot/dts/sun5i-a13.dtsi |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi
index e29c52b..7a9535b 100644
--- a/arch/arm/boot/dts/sun5i-a13.dtsi
+++ b/arch/arm/boot/dts/sun5i-a13.dtsi
@@ -23,5 +23,19 @@
 		reg = <0x01c20800 0x400>;
 		#address-cells = <1>;
 		#size-cells = <0>;
+
+		uart1_pins_a: uart1 at 0 {
+			allwinner,pins = "PE10", "PE11";
+			allwinner,function = "uart1";
+			allwinner,drive = <0>;
+			allwinner,pull = <0>;
+		};
+
+		uart1_pins_b: uart1 at 1 {
+			allwinner,pins = "PG3", "PG4";
+			allwinner,function = "uart1";
+			allwinner,drive = <0>;
+			allwinner,pull = <0>;
+		};
 	};
 };
-- 
1.7.9.5

  parent reply	other threads:[~2012-12-19 20:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-19 20:18 [PATCHv2 0/6] Add pinctrl driver for Allwinner A1X SoCs Maxime Ripard
2012-12-19 20:18 ` [PATCH 1/6] ARM: sunxi: Add pinctrl driver for Allwinner SoCs Maxime Ripard
2013-01-06 23:46   ` Linus Walleij
2013-01-07 15:50     ` Maxime Ripard
2013-01-17  9:55       ` Linus Walleij
2012-12-19 20:18 ` [PATCH 2/6] ARM: pinctrl: sunxi: Add the pinctrl pin set for sun5i Maxime Ripard
2012-12-19 20:18 ` [PATCH 3/6] ARM: sunxi: Add pinctrl node to the device tree Maxime Ripard
2012-12-19 20:18 ` Maxime Ripard [this message]
2012-12-19 20:18 ` [PATCH 5/6] tty: of_serial: Add pinctrl support Maxime Ripard
2012-12-19 20:18 ` [PATCH 6/6] ARM: sunxi: olinuxino: Add muxing for the uart Maxime Ripard
  -- strict thread matches above, loose matches on Subject: below --
2012-12-10 22:08 [PATCH 0/6] Add pinctrl driver for Allwinner A1X SoCs Maxime Ripard
2012-12-10 22:08 ` [PATCH 4/6] ARM: sunxi: Add uart1 pinctrl groups Maxime Ripard

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=1355948295-19680-5-git-send-email-maxime.ripard@free-electrons.com \
    --to=maxime.ripard@free-electrons.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