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

Commit 469a22e6 authored by Marcus Cooper's avatar Marcus Cooper Committed by Maxime Ripard
Browse files

ARM: sunxi: dts: split IR pins for A10 and A20



Currently none of the target boards nor the driver supports
IR TX. However this pin is used in a few instances as a GPIO.
Split the pin ctrl descriptions so that only the IR RX is
configured to be used.

Signed-off-by: default avatarMarcus Cooper <codekipper@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 94a3e0c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@

&ir0 {
	pinctrl-names = "default";
	pinctrl-0 = <&ir0_pins_a>;
	pinctrl-0 = <&ir0_rx_pins_a>;
	status = "okay";
};

+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@

&ir0 {
	pinctrl-names = "default";
	pinctrl-0 = <&ir0_pins_a>;
	pinctrl-0 = <&ir0_rx_pins_a>;
	status = "okay";
};

+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@

&ir0 {
	pinctrl-names = "default";
	pinctrl-0 = <&ir0_pins_a>;
	pinctrl-0 = <&ir0_rx_pins_a>;
	status = "okay";
};

+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@

&ir0 {
	pinctrl-names = "default";
	pinctrl-0 = <&ir0_pins_a>;
	pinctrl-0 = <&ir0_rx_pins_a>;
	status = "okay";
};

+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@

&ir0 {
	pinctrl-names = "default";
	pinctrl-0 = <&ir0_pins_a>;
	pinctrl-0 = <&ir0_rx_pins_a>;
	status = "okay";
};

Loading