Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1722988 > unrolled thread

[PATCH 2/7] ARM: dts: sun8i: h3: nanopi-m1-plus: Enable IR controller

Started byPhilipp Rossak <embed3d@gmail.com>
First post2017-08-30 05:10 +0200
Last post2017-08-30 17:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/7] ARM: dts: sun8i: h3: nanopi-m1-plus: Enable IR controller Philipp Rossak <embed3d@gmail.com> - 2017-08-30 05:10 +0200
    Re: [PATCH 2/7] ARM: dts: sun8i: h3: nanopi-m1-plus: Enable IR  controller Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-08-30 17:00 +0200

#1722988 — [PATCH 2/7] ARM: dts: sun8i: h3: nanopi-m1-plus: Enable IR controller

FromPhilipp Rossak <embed3d@gmail.com>
Date2017-08-30 05:10 +0200
Subject[PATCH 2/7] ARM: dts: sun8i: h3: nanopi-m1-plus: Enable IR controller
Message-ID<uk1y9-2Ub-5@gated-at.bofh.it>
From: Philipp Rossak <embed3d@gmail.com>

The Nanopi M1 Plus has an onboard IR receiver.
This enables the onboard IR receiver subnode.

Signed-off-by: Philipp Rossak <embed3d@gmail.com>
---
 arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
index 8ddd1b2..ece275b 100644
--- a/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
+++ b/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
@@ -55,6 +55,12 @@
 	status = "okay";
 };
 
+&ir {
+	pinctrl-names = "default";
+	pinctrl-0 = <&ir_pins_a>;
+	status = "okay";
+};
+
 &ohci1 {
 	status = "okay";
 };
-- 
2.7.4

[toc] | [next] | [standalone]


#1723413 — Re: [PATCH 2/7] ARM: dts: sun8i: h3: nanopi-m1-plus: Enable IR controller

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2017-08-30 17:00 +0200
SubjectRe: [PATCH 2/7] ARM: dts: sun8i: h3: nanopi-m1-plus: Enable IR controller
Message-ID<ukcDf-19H-7@gated-at.bofh.it>
In reply to#1722988

[Multipart message — attachments visible in raw view] — view raw

On Wed, Aug 30, 2017 at 05:01:05AM +0200, Philipp Rossak wrote:
> From: Philipp Rossak <embed3d@gmail.com>
> 
> The Nanopi M1 Plus has an onboard IR receiver.
> This enables the onboard IR receiver subnode.
> 
> Signed-off-by: Philipp Rossak <embed3d@gmail.com>

Queued for 4.15, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web