]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM64: dts: meson-gxbb: Add Infrared Remote Controller decoder
authorNeil Armstrong <narmstrong@baylibre.com>
Sat, 20 Aug 2016 09:54:23 +0000 (11:54 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 1 Sep 2016 22:26:25 +0000 (15:26 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

index d5762022d2fe15d7c93b1fc2ab73a4d60902029c..3419e4f01f0282a516f9de376833511e1ec6fe34 100644 (file)
                                clocks = <&xtal>;
                                status = "disabled";
                        };
+
+                       ir: ir@580 {
+                               compatible = "amlogic,meson-gxbb-ir";
+                               reg = <0x0 0x00580 0x0 0x40>;
+                               interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>;
+                               status = "disabled";
+                       };
                };
 
                periphs: periphs@c8834000 {