Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae89ed79 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Kevin Hilman
Browse files

ARM64: dts: meson-gxbb: Enable the the IR decoder on supported boards



Enable the Infrared Remote Controller on boards which have an Infrared
receiver.

Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Tested-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent c58d7785
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -87,3 +87,8 @@
	pinctrl-names = "default";
};

&ir {
	status = "okay";
	pinctrl-0 = <&remote_input_ao_pins>;
	pinctrl-names = "default";
};
+5 −0
Original line number Diff line number Diff line
@@ -72,3 +72,8 @@
	pinctrl-names = "default";
};

&ir {
	status = "okay";
	pinctrl-0 = <&remote_input_ao_pins>;
	pinctrl-names = "default";
};
+6 −0
Original line number Diff line number Diff line
@@ -60,3 +60,9 @@
	pinctrl-names = "default";

};

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