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: Krzysztof Adamski <k@japko.eu>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Krzysztof Adamski 2016-02-08 10:31:14 +01:00 committed by Maxime Ripard
parent c5dee34e5c
commit 5bcaf95c26

View File

@ -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";