diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-10-15 17:28:45 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-17 19:21:38 +0300 |
commit | 6d55d339fa6f957c1ef52dfa2ac85445c62c5a13 (patch) | |
tree | 4c3b69b81edd81383c7ba8329ca252a91611f3e9 /arch/arm/boot/dts/sun8i-a23-a33.dtsi | |
parent | 6c067963f6e128bdca1e4db947f1a0e8ad2bd846 (diff) | |
download | linux-6d55d339fa6f957c1ef52dfa2ac85445c62c5a13.tar.xz |
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/sun8i-a23-a33.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index a1e3acd325f4..0c0964d4fa1f 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -655,6 +655,7 @@ resets = <&apb0_rst 0>; gpio-controller; interrupt-controller; + #interrupt-cells = <3>; #address-cells = <1>; #size-cells = <0>; #gpio-cells = <3>; |