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

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
......@@ -359,7 +359,7 @@ pio: pinctrl@01c20800 {
gpio-controller;
#gpio-cells = <3>;
interrupt-controller;
#interrupt-cells = <2>;
#interrupt-cells = <3>;
uart0_pins_a: uart0@0 {
allwinner,pins = "PA4", "PA5";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment