diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-10-15 16:28:45 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-17 18:21:38 +0200 |
commit | 6d55d339fa6f957c1ef52dfa2ac85445c62c5a13 (patch) | |
tree | 4c3b69b81edd81383c7ba8329ca252a91611f3e9 /arch/arm/boot/dts/sun6i-a31.dtsi | |
parent | 6c067963f6e128bdca1e4db947f1a0e8ad2bd846 (diff) | |
download | linux-stable-6d55d339fa6f957c1ef52dfa2ac85445c62c5a13.tar.gz linux-stable-6d55d339fa6f957c1ef52dfa2ac85445c62c5a13.tar.bz2 linux-stable-6d55d339fa6f957c1ef52dfa2ac85445c62c5a13.zip |
ARM: dts: sunxi: Fix interrupt-cells for [r]pio on A23/A31/A33/A80
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>
Diffstat (limited to 'arch/arm/boot/dts/sun6i-a31.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index 98359f37bf11..a97274a85159 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -1102,7 +1102,7 @@ resets = <&apb0_rst 0>; gpio-controller; interrupt-controller; - #interrupt-cells = <2>; + #interrupt-cells = <3>; #size-cells = <0>; #gpio-cells = <3>; |