Commit 9db79e41 authored by Philipp Rossak's avatar Philipp Rossak Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: h3: nanopi-m1-plus: Enable IR controller



The Nanopi M1 Plus has an onboard IR receiver.
This enables the onboard IR receiver subnode.

Signed-off-by: default avatarPhilipp Rossak <embed3d@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 6b916dbe
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -55,6 +55,12 @@
	status = "okay";
};

&ir {
	pinctrl-names = "default";
	pinctrl-0 = <&ir_pins_a>;
	status = "okay";
};

&ohci1 {
	status = "okay";
};