linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: bay@hackerdom.ru (Alexander Bersenev)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v9 5/5] ARM: sunxi: Enable IR controller on cubieboard 2 and cubietruck in dts
Date: Mon,  9 Jun 2014 00:08:13 +0600	[thread overview]
Message-ID: <1402250893-5412-6-git-send-email-bay@hackerdom.ru> (raw)
In-Reply-To: <1402250893-5412-1-git-send-email-bay@hackerdom.ru>

This patch enables two IR devices in dts:
- One IR device physically found on Cubieboard 2
- One IR device physically found on Cubietruck

Signed-off-by: Alexander Bersenev <bay@hackerdom.ru>
Signed-off-by: Alexsey Shestacov <wingrime@linux-sunxi.org>
---
 arch/arm/boot/dts/sun7i-a20-cubieboard2.dts | 6 ++++++
 arch/arm/boot/dts/sun7i-a20-cubietruck.dts  | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts b/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts
index feeff64..b44d61b 100644
--- a/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts
+++ b/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts
@@ -65,6 +65,12 @@
 			};
 		};
 
+		ir0: ir at 01c21800 {
+			pinctrl-names = "default";
+			pinctrl-0 = <&ir0_pins_a>;
+			status = "okay";
+		};
+
 		uart0: serial at 01c28000 {
 			pinctrl-names = "default";
 			pinctrl-0 = <&uart0_pins_a>;
diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
index e288562..5f5c31d 100644
--- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
+++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
@@ -121,6 +121,12 @@
 			};
 		};
 
+		ir0: ir at 01c21800 {
+			pinctrl-names = "default";
+			pinctrl-0 = <&ir0_pins_a>;
+			status = "okay";
+		};
+
 		uart0: serial at 01c28000 {
 			pinctrl-names = "default";
 			pinctrl-0 = <&uart0_pins_a>;
-- 
1.9.3

  parent reply	other threads:[~2014-06-08 18:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-08 18:08 [PATCH v9 0/5] ARM: sunxi: Add support for consumer infrared devices Alexander Bersenev
2014-06-08 18:08 ` [PATCH v9 1/5] ARM: sunxi: Add documentation for sunxi " Alexander Bersenev
2014-06-08 18:08 ` [PATCH v9 2/5] [media] rc: add sunxi-ir driver Alexander Bersenev
2014-06-08 18:08 ` [PATCH v9 3/5] ARM: sunxi: Add pins for IR controller on A20 to dtsi Alexander Bersenev
2014-06-16 13:24   ` Maxime Ripard
2014-06-08 18:08 ` [PATCH v9 4/5] ARM: sunxi: Add IR controllers " Alexander Bersenev
2014-06-16 13:24   ` Maxime Ripard
2014-06-08 18:08 ` Alexander Bersenev [this message]
2014-06-16 13:29   ` [PATCH v9 5/5] ARM: sunxi: Enable IR controller on cubieboard 2 and cubietruck in dts 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=1402250893-5412-6-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).