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

Commit 5bcaf95c authored by Krzysztof Adamski's avatar Krzysztof Adamski Committed by Maxime Ripard
Browse files

ARM: dts: sunxi: Fix #interrupt-cells for PIO in H3



pinctrl-sunxi uses 3 cells to describe interrupt, not 2. It's bank
number, pin number and flags.

Signed-off-by: default avatarKrzysztof Adamski <k@japko.eu>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent c5dee34e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@
			gpio-controller;
			#gpio-cells = <3>;
			interrupt-controller;
			#interrupt-cells = <2>;
			#interrupt-cells = <3>;

			uart0_pins_a: uart0@0 {
				allwinner,pins = "PA4", "PA5";