diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2016-08-20 11:54:24 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-01 15:26:28 -0700 |
commit | ae89ed79ae9d1c3e9ed2a3cd861e2f7416d1a9f6 (patch) | |
tree | 6a791525e618e1f5241c1e67abfbcce214f0ba39 /arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | |
parent | c58d77855f0069b51f28592a07d1c0f0ca091052 (diff) | |
download | op-kernel-dev-ae89ed79ae9d1c3e9ed2a3cd861e2f7416d1a9f6.zip op-kernel-dev-ae89ed79ae9d1c3e9ed2a3cd861e2f7416d1a9f6.tar.gz |
ARM64: dts: meson-gxbb: Enable the the IR decoder on supported boards
Enable the Infrared Remote Controller on boards which have an Infrared
receiver.
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/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts index 90a84c5..2337035 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts @@ -87,3 +87,8 @@ pinctrl-names = "default"; }; +&ir { + status = "okay"; + pinctrl-0 = <&remote_input_ao_pins>; + pinctrl-names = "default"; +}; |