From: bay@hackerdom.ru (Alexander Bersenev)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v10 3/5] ARM: sunxi: Add pins for IR controller on A20 to dtsi
Date: Sat, 21 Jun 2014 17:04:04 +0600 [thread overview]
Message-ID: <1403348646-31091-4-git-send-email-bay@hackerdom.ru> (raw)
In-Reply-To: <1403348646-31091-1-git-send-email-bay@hackerdom.ru>
This patch adds pins for two IR controllers on A20
Signed-off-by: Alexander Bersenev <bay@hackerdom.ru>
Signed-off-by: Alexsey Shestacov <wingrime@linux-sunxi.org>
---
arch/arm/boot/dts/sun7i-a20.dtsi | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 01e9466..656d7d3 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -738,6 +738,20 @@
allwinner,drive = <2>;
allwinner,pull = <0>;
};
+
+ ir0_pins_a: ir0 at 0 {
+ allwinner,pins = "PB3","PB4";
+ allwinner,function = "ir0";
+ allwinner,drive = <0>;
+ allwinner,pull = <0>;
+ };
+
+ ir1_pins_a: ir1 at 0 {
+ allwinner,pins = "PB22","PB23";
+ allwinner,function = "ir1";
+ allwinner,drive = <0>;
+ allwinner,pull = <0>;
+ };
};
timer at 01c20c00 {
--
1.7.1
next prev parent reply other threads:[~2014-06-21 11:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-21 11:04 [PATCH v10 0/5] ARM: sunxi: Add support for consumer infrared devices Alexander Bersenev
2014-06-21 11:04 ` [PATCH v10 1/5] ARM: sunxi: Add documentation for sunxi " Alexander Bersenev
2014-06-21 11:04 ` [PATCH v10 2/5] [media] rc: add sunxi-ir driver Alexander Bersenev
2014-06-21 11:04 ` Alexander Bersenev [this message]
2014-06-21 11:04 ` [PATCH v10 4/5] ARM: sunxi: Add IR controllers on A20 to dtsi Alexander Bersenev
2014-06-23 13:08 ` Maxime Ripard
[not found] ` <7d7d6451-3a26-45dc-aa62-b939fc7889ce@googlegroups.com>
2014-06-23 20:27 ` [linux-sunxi] " Maxime Ripard
2014-06-21 11:04 ` [PATCH v10 5/5] ARM: sunxi: Enable IR controller on cubieboard 2 and cubietruck in dts Alexander Bersenev
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=1403348646-31091-4-git-send-email-bay@hackerdom.ru \
--to=bay@hackerdom.ru \
--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).