diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-03-20 17:00:33 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-03-27 16:15:04 +0200 |
commit | 99f9483ab475f735195f40f6cff46ba96cd89fc7 (patch) | |
tree | 19410e483cc41263c1f10b44ffe1cf4497c983c4 | |
parent | ARM: dts: sun8i: Enable USB host controllers on Orangepi Plus boards (diff) | |
download | linux-99f9483ab475f735195f40f6cff46ba96cd89fc7.tar.xz linux-99f9483ab475f735195f40f6cff46ba96cd89fc7.zip |
ARM: dts: sun8i: Enable IR receiver on Orangepi Plus boards
Enable the ir receiver found on the orangepi plus board.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts index 64aa8adbd632..ba7a959d304a 100644 --- a/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts +++ b/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts @@ -112,6 +112,12 @@ status = "okay"; }; +&ir { + pinctrl-names = "default"; + pinctrl-0 = <&ir_pins_a>; + status = "okay"; +}; + &pio { usb3_vbus_pin_a: usb3_vbus_pin@0 { allwinner,pins = "PG11"; |