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

Commit dbbcd881 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sun6i: Add pinmux settings for the ir pins



Add pinmux settings for the ir receive pin of the A31.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 8cedd662
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -901,6 +901,13 @@
			#interrupt-cells = <2>;
			#interrupt-cells = <2>;
			#size-cells = <0>;
			#size-cells = <0>;
			#gpio-cells = <3>;
			#gpio-cells = <3>;

			ir_pins_a: ir@0 {
				allwinner,pins = "PL4";
				allwinner,function = "s_ir";
				allwinner,drive = <0>;
				allwinner,pull = <0>;
			};
		};
		};
	};
	};
};
};