diff options
author | Mark Walton <mark.walton@serialtek.com> | 2018-12-14 15:07:07 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-01-17 05:14:44 +0300 |
commit | 8b88029380af76f1bdb1d0534c789ad150c32efa (patch) | |
tree | 7ce00566d86e6e239ffc3bc2ceddc44c62e94978 /arch/arm/boot/dts/aspeed-g5.dtsi | |
parent | 80baf890da963782f0d84f45a44700fb3530a03c (diff) | |
download | linux-8b88029380af76f1bdb1d0534c789ad150c32efa.tar.xz |
ARM: dts: aspeed: Add #interrupt-cells property to gpio controllers
Allows the GPIO controller to be used as an interrupt parent.
of_irq_find_parent() skips interrupt controller nodes that do
not have the #interrupt-cells property.
Signed-off-by: Mark Walton <mark.walton@serialtek.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index d107459fc0f8..a1999f3fe330 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -250,6 +250,7 @@ gpio-ranges = <&pinctrl 0 0 220>; clocks = <&syscon ASPEED_CLK_APB>; interrupt-controller; + #interrupt-cells = <2>; }; timer: timer@1e782000 { |