Skip to content

Commit

Permalink
ARM: dts: sunxi: Fix interrupt-cells for [r]pio on A23/A31/A33/A80
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
  • Loading branch information
jwrdegoede authored and mripard committed Oct 17, 2015
1 parent 6c06796 commit 6d55d33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sun6i-a31.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
resets = <&apb0_rst 0>;
gpio-controller;
interrupt-controller;
#interrupt-cells = <2>;
#interrupt-cells = <3>;
#size-cells = <0>;
#gpio-cells = <3>;

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/sun8i-a23-a33.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@
resets = <&apb0_rst 0>;
gpio-controller;
interrupt-controller;
#interrupt-cells = <3>;
#address-cells = <1>;
#size-cells = <0>;
#gpio-cells = <3>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sun9i-a80.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
clocks = <&apb0_gates 5>;
gpio-controller;
interrupt-controller;
#interrupt-cells = <2>;
#interrupt-cells = <3>;
#size-cells = <0>;
#gpio-cells = <3>;

Expand Down

0 comments on commit 6d55d33

Please sign in to comment.