mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-04 12:54:37 +08:00
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>
This commit is contained in:
parent
c2da9e05af
commit
99f9483ab4
@ -112,6 +112,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ir {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&ir_pins_a>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&pio {
|
&pio {
|
||||||
usb3_vbus_pin_a: usb3_vbus_pin@0 {
|
usb3_vbus_pin_a: usb3_vbus_pin@0 {
|
||||||
allwinner,pins = "PG11";
|
allwinner,pins = "PG11";
|
||||||
|
Loading…
Reference in New Issue
Block a user