aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-08-20 05:54:23 -0400
committerKevin Hilman <khilman@baylibre.com>2016-09-01 18:26:25 -0400
commitc58d77855f0069b51f28592a07d1c0f0ca091052 (patch)
tree643da952814ab48cb38ff3e685159a5899335e7b
parente3ee59f63698c919c6f54deaa0e5678912f1940b (diff)
ARM64: dts: meson-gxbb: Add Infrared Remote Controller decoder
This adds the Infrared Remote Controller node so boards with an IR remote can simply enable it. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Tested-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index d5762022d2fe..3419e4f01f02 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -235,6 +235,13 @@
235 clocks = <&xtal>; 235 clocks = <&xtal>;
236 status = "disabled"; 236 status = "disabled";
237 }; 237 };
238
239 ir: ir@580 {
240 compatible = "amlogic,meson-gxbb-ir";
241 reg = <0x0 0x00580 0x0 0x40>;
242 interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>;
243 status = "disabled";
244 };
238 }; 245 };
239 246
240 periphs: periphs@c8834000 { 247 periphs: periphs@c8834000 {