From: wens@csie.org (Chen-Yu Tsai)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: dts: sun8i-a33: Add pinmux setting for uart0 on PB pins
Date: Tue, 2 Jun 2015 18:04:02 +0800 [thread overview]
Message-ID: <1433239443-738-3-git-send-email-wens@csie.org> (raw)
In-Reply-To: <1433239443-738-1-git-send-email-wens@csie.org>
The A33 adds an additional pinmux option for uart0 on the PB pins.
This was not present on the A23. Nor is it available on the H3,
which does not have the PB pingroup.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
arch/arm/boot/dts/sun8i-a33.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi
index 9b43bc6e7926..85ee08098b7b 100644
--- a/arch/arm/boot/dts/sun8i-a33.dtsi
+++ b/arch/arm/boot/dts/sun8i-a33.dtsi
@@ -86,4 +86,12 @@
compatible = "allwinner,sun8i-a33-pinctrl";
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
+
+ uart0_pins_b: uart0 at 1 {
+ allwinner,pins = "PB0", "PB1";
+ allwinner,function = "uart0";
+ allwinner,drive = <SUN4I_PINCTRL_10_MA>;
+ allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
+ };
+
};
--
2.1.4
next prev parent reply other threads:[~2015-06-02 10:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-02 10:04 [PATCH 0/3] ARM: dts: sun8i-a33: Support for Sinlinx SinA33 dev board Chen-Yu Tsai
2015-06-02 10:04 ` [PATCH 1/3] ARM: dts: sun8i: Add pinmux setting for 8bit mmc2 Chen-Yu Tsai
2015-06-02 10:04 ` Chen-Yu Tsai [this message]
2015-06-02 10:04 ` [PATCH 3/3] ARM: dts: sun8i-a33: Add dts for Sinlinx SinA33 development board Chen-Yu Tsai
2015-06-02 10:10 ` [PATCH 0/3] ARM: dts: sun8i-a33: Support for Sinlinx SinA33 dev board Hans de Goede
2015-06-02 10:21 ` Chen-Yu Tsai
2015-06-02 21:18 ` 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=1433239443-738-3-git-send-email-wens@csie.org \
--to=wens@csie.org \
--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).