diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-05-06 22:57:49 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-05-10 00:38:16 +0200 |
commit | 15b520f132d18f7349763cbc591898c6c31ecd94 (patch) | |
tree | 632a8e958667c77a312d5cdfb3bcaa05524020c3 /arch/arm/boot/dts/meson8b-odroidc1.dts | |
parent | ARM: dts: meson8b: odroid-c1: sort nodes alphabetically (diff) | |
download | linux-15b520f132d18f7349763cbc591898c6c31ecd94.tar.xz linux-15b520f132d18f7349763cbc591898c6c31ecd94.zip |
ARM: dts: meson8b: odroid-c1: enable the IR receiver
The Odroid-C1 comes with an IR receiver. It is connected to the GPIOAO_7
pin and thus using the SoC's internal IR decoder.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/meson8b-odroidc1.dts')
-rw-r--r-- | arch/arm/boot/dts/meson8b-odroidc1.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b-odroidc1.dts b/arch/arm/boot/dts/meson8b-odroidc1.dts index 7d8ad468a25b..ef3177d3da3d 100644 --- a/arch/arm/boot/dts/meson8b-odroidc1.dts +++ b/arch/arm/boot/dts/meson8b-odroidc1.dts @@ -148,6 +148,12 @@ }; }; +&ir_receiver { + status = "okay"; + pinctrl-0 = <&ir_recv_pins>; + pinctrl-names = "default"; +}; + &sdio { status = "okay"; |