ARM: sunxi: dt: Convert users to the PIO interrupts binding
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 17 Jun 2015 09:44:24 +0000 (11:44 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 28 Jul 2015 12:41:50 +0000 (14:41 +0200)
commitb03e081672d9ccbff8185dd655a7bbba24223b4a
tree3b459a754c54eb959515bc173cb33cce5756c094
parent79ae3e66f8d7ba51c02773897a8f1a37b496d9a3
ARM: sunxi: dt: Convert users to the PIO interrupts binding

The current DTs were setting the cell size to 2, but used the default xlate
function that was assuming an interrupt cell size of 1, leading to the
second part of the cell (the flags) being ignored, while we were having an
inconsistent binding between the interrupts and gpio (that could also be
used as interrupts).

That "binding" doesn't work either with newer SoCs that have multiple irq
banks.

Now that we fixed the pinctrl driver to handle this like it should always
have been handled, convert the DT users, and while we're at it, remove the
size-cells property of PIO that is completely useless.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/sun4i-a10.dtsi
arch/arm/boot/dts/sun5i-a13-utoo-p66.dts
arch/arm/boot/dts/sun5i.dtsi
arch/arm/boot/dts/sun6i-a31.dtsi
arch/arm/boot/dts/sun7i-a20-cubietruck.dts
arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts
arch/arm/boot/dts/sun7i-a20.dtsi
arch/arm/boot/dts/sun8i-a23-a33.dtsi
This page took 0.026075 seconds and 5 git commands to generate.