]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sunxi: Fix interrupt-cells for [r]pio on A23/A31/A33/A80
authorHans de Goede <hdegoede@redhat.com>
Thu, 15 Oct 2015 14:28:45 +0000 (16:28 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 17 Oct 2015 16:21:38 +0000 (18:21 +0200)
When the gpio interrupt bindings where changed to add a bank to the
specifier list, the r_pio nodes of A23/A31/A33 where not updated to
match and neither was the pio node of the A80, this fixes this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun6i-a31.dtsi
arch/arm/boot/dts/sun8i-a23-a33.dtsi
arch/arm/boot/dts/sun9i-a80.dtsi

index 98359f37bf1176a84c0699f80bdf386634ff5886..a97274a851598a16c161ed5fa9dd786c80869b23 100644 (file)
                        resets = <&apb0_rst 0>;
                        gpio-controller;
                        interrupt-controller;
-                       #interrupt-cells = <2>;
+                       #interrupt-cells = <3>;
                        #size-cells = <0>;
                        #gpio-cells = <3>;
 
index a1e3acd325f417551999de581ab448fbc05eeed2..0c0964d4fa1f81b2a18791f76664012cce3d5c61 100644 (file)
                        resets = <&apb0_rst 0>;
                        gpio-controller;
                        interrupt-controller;
+                       #interrupt-cells = <3>;
                        #address-cells = <1>;
                        #size-cells = <0>;
                        #gpio-cells = <3>;
index 5908e3dcf9658544e1f45b38d0fcd46a6c3a58a6..1118bf5cc4fbe95e9f4d6485d1cc317b774f25d1 100644 (file)
                        clocks = <&apb0_gates 5>;
                        gpio-controller;
                        interrupt-controller;
-                       #interrupt-cells = <2>;
+                       #interrupt-cells = <3>;
                        #size-cells = <0>;
                        #gpio-cells = <3>;