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


Groups > linux.kernel > #1722988

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

From Philipp Rossak <embed3d@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 2/7] ARM: dts: sun8i: h3: nanopi-m1-plus: Enable IR controller
Date 2017-08-30 05:10 +0200
Message-ID <uk1y9-2Ub-5@gated-at.bofh.it> (permalink)
References <uk1y9-2Ub-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web