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

Commit 0256452e authored by Alexander Bersenev's avatar Alexander Bersenev Committed by Maxime Ripard
Browse files

ARM: sunxi: Enable IR controller on cubieboard 2 and cubietruck in dts



This patch enables two IR devices in dts:
- One IR device physically found on Cubieboard 2
- One IR device physically found on Cubietruck

Signed-off-by: default avatarAlexander Bersenev <bay@hackerdom.ru>
Signed-off-by: default avatarAlexsey Shestacov <wingrime@linux-sunxi.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 0fc2b7af
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -66,6 +66,12 @@
			};
		};

		ir0: ir@01c21800 {
			pinctrl-names = "default";
			pinctrl-0 = <&ir0_pins_a>;
			status = "okay";
		};

		uart0: serial@01c28000 {
			pinctrl-names = "default";
			pinctrl-0 = <&uart0_pins_a>;
+6 −0
Original line number Diff line number Diff line
@@ -100,6 +100,12 @@
			status = "okay";
		};

		ir0: ir@01c21800 {
			pinctrl-names = "default";
			pinctrl-0 = <&ir0_pins_a>;
			status = "okay";
		};

		uart0: serial@01c28000 {
			pinctrl-names = "default";
			pinctrl-0 = <&uart0_pins_a>;