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


Groups > linux.kernel > #1512693 > unrolled thread

[PATCH 8/8] ARM64: dts: meson-gxl-p23x: Enable IR receiver

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2016-10-31 17:50 +0100
Last post2016-10-31 17:50 +0100
Articles 1 — 1 participant

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 8/8] ARM64: dts: meson-gxl-p23x: Enable IR receiver Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100

#1512693 — [PATCH 8/8] ARM64: dts: meson-gxl-p23x: Enable IR receiver

FromNeil Armstrong <narmstrong@baylibre.com>
Date2016-10-31 17:50 +0100
Subject[PATCH 8/8] ARM64: dts: meson-gxl-p23x: Enable IR receiver
Message-ID<synWx-4Wn-3@gated-at.bofh.it>
Enable the Infraread Receiver on the p23x board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi
index 7830809..bbe46a2 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi
@@ -105,6 +105,12 @@
 	pinctrl-names = "default";
 };
 
+&ir {
+	status = "okay";
+	pinctrl-0 = <&remote_input_ao_pins>;
+	pinctrl-names = "default";
+};
+
 /* Wireless SDIO Module */
 &sd_emmc_a {
 	status = "okay";
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web