diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-07-01 13:57:24 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-05 23:06:55 +0200 |
commit | 54f374d1fd302fe6ca21220174c1dcb294049311 (patch) | |
tree | c3e28ee271f3f754c0cf187523bda133923e6a3c /arch | |
parent | arm64: dts: meson-g12a: add missing dwc2 phy-names (diff) | |
download | linux-54f374d1fd302fe6ca21220174c1dcb294049311.tar.xz linux-54f374d1fd302fe6ca21220174c1dcb294049311.zip |
arm64: dts: meson-g12a-sei510: enable IR controller
Enable the IR receiver controller on the SEI510 board.
Signed-off-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-g12a-sei510.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts index c7a87368850b..12aa7eaeaf68 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts @@ -339,6 +339,12 @@ pinctrl-names = "default"; }; +&ir { + status = "okay"; + pinctrl-0 = <&remote_input_ao_pins>; + pinctrl-names = "default"; +}; + &pwm_ef { status = "okay"; pinctrl-0 = <&pwm_e_pins>; |