diff options
author | 2021-10-28 09:46:53 -0700 | |
---|---|---|
committer | 2021-11-15 19:09:47 -0800 | |
commit | 40f7342f0587639e5ad625adaa15efdd3cffb18f (patch) | |
tree | c39439201361481dcbfe739a2a1bfd49d8d6c606 | |
parent | ARM: dts: BCM5301X: Fix I2C controller interrupt (diff) | |
download | wireguard-linux-40f7342f0587639e5ad625adaa15efdd3cffb18f.tar.xz wireguard-linux-40f7342f0587639e5ad625adaa15efdd3cffb18f.zip |
ARM: dts: BCM5301X: Add interrupt properties to GPIO node
The GPIO controller is also an interrupt controller provider and is
currently missing the appropriate 'interrupt-controller' and
'#interrupt-cells' properties to denote that.
Fixes: fb026d3de33b ("ARM: BCM5301X: Add Broadcom's bus-axi to the DTS file")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-rw-r--r-- | arch/arm/boot/dts/bcm5301x.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi index 437a2b0f68de..f69d2af3c1fa 100644 --- a/arch/arm/boot/dts/bcm5301x.dtsi +++ b/arch/arm/boot/dts/bcm5301x.dtsi @@ -242,6 +242,8 @@ gpio-controller; #gpio-cells = <2>; + interrupt-controller; + #interrupt-cells = <2>; }; pcie0: pcie@12000 { |