From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] ARM: sunxi: Add the sun4i pinctrl and gpio nodes
Date: Sat, 26 Jan 2013 15:36:54 +0100 [thread overview]
Message-ID: <1359211016-24097-5-git-send-email-maxime.ripard@free-electrons.com> (raw)
In-Reply-To: <1359211016-24097-1-git-send-email-maxime.ripard@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
arch/arm/boot/dts/sun4i-a10.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi
index e61fdd4..73e0dd5 100644
--- a/arch/arm/boot/dts/sun4i-a10.dtsi
+++ b/arch/arm/boot/dts/sun4i-a10.dtsi
@@ -16,4 +16,13 @@
memory {
reg = <0x40000000 0x80000000>;
};
+
+ soc {
+ pinctrl at 01c20800 {
+ compatible = "allwinner,sun4i-a10-pinctrl";
+ reg = <0x01c20800 0x400>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+ };
};
--
1.7.10.4
next prev parent reply other threads:[~2013-01-26 14:36 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-26 14:36 [PATCH 0/5] sunxi: Add pinctrl/gpio support for A10 SoCs Maxime Ripard
2013-01-26 14:36 ` [PATCH 1/5] ARM: sunxi: Increase the number of GPIOs available Maxime Ripard
2013-01-29 22:40 ` Linus Walleij
2013-01-29 22:57 ` Arnd Bergmann
2013-02-01 9:43 ` Linus Walleij
2013-01-26 14:36 ` [PATCH 2/5] pinctrl: sunxi: Document sun5i pins functions Maxime Ripard
2013-02-01 9:46 ` Linus Walleij
2013-01-26 14:36 ` [PATCH 3/5] ARM: pinctrl: sunxi: Add the pinctrl pin set for Allwinner A10 Maxime Ripard
2013-02-01 9:46 ` Linus Walleij
2013-01-26 14:36 ` Maxime Ripard [this message]
2013-02-01 9:47 ` [PATCH 4/5] ARM: sunxi: Add the sun4i pinctrl and gpio nodes Linus Walleij
2013-01-26 14:36 ` [PATCH 5/5] ARM: sunxi: Add the pin groups for UART0 and UART1 on sun4i Maxime Ripard
2013-02-01 9:48 ` Linus Walleij
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=1359211016-24097-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;
as well as URLs for NNTP newsgroup(s).