diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-05-06 22:57:49 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-05-09 15:38:16 -0700 |
commit | 15b520f132d18f7349763cbc591898c6c31ecd94 (patch) | |
tree | 632a8e958667c77a312d5cdfb3bcaa05524020c3 /arch/arm/boot/dts/meson8b.dtsi | |
parent | 9bec5c5649a26a1996948a5063d5eaaa323be18b (diff) | |
download | lwn-15b520f132d18f7349763cbc591898c6c31ecd94.tar.gz lwn-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.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson8b.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index 6cfd7e225cee..08f7f6be7254 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -148,6 +148,13 @@ function = "uart_ao"; }; }; + + ir_recv_pins: remote { + mux { + groups = "remote_input"; + function = "remote"; + }; + }; }; }; |