diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-08-20 11:54:23 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-02 00:26:25 +0200 |
commit | c58d77855f0069b51f28592a07d1c0f0ca091052 (patch) | |
tree | 643da952814ab48cb38ff3e685159a5899335e7b /arch | |
parent | dt-bindings: media: meson-ir: Add Meson8b and GXBB compatible strings (diff) | |
download | linux-c58d77855f0069b51f28592a07d1c0f0ca091052.tar.xz linux-c58d77855f0069b51f28592a07d1c0f0ca091052.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 7 |
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 @@ 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 { |