ARM: dts: sunxi: Fix #interrupt-cells for PIO in H3
authorKrzysztof Adamski <k@japko.eu>
Mon, 8 Feb 2016 09:31:14 +0000 (10:31 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 8 Feb 2016 17:19:26 +0000 (18:19 +0100)
pinctrl-sunxi uses 3 cells to describe interrupt, not 2. It's bank
number, pin number and flags.

Signed-off-by: Krzysztof Adamski <k@japko.eu>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-h3.dtsi

index 1524130..3ba65c2 100644 (file)
                        gpio-controller;
                        #gpio-cells = <3>;
                        interrupt-controller;
-                       #interrupt-cells = <2>;
+                       #interrupt-cells = <3>;
 
                        uart0_pins_a: uart0@0 {
                                allwinner,pins = "PA4", "PA5";