]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: BCM5301X: Add interrupt properties to GPIO node
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 28 Oct 2021 16:46:53 +0000 (09:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Dec 2021 08:27:42 +0000 (09:27 +0100)
[ Upstream commit 40f7342f0587639e5ad625adaa15efdd3cffb18f ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/bcm5301x.dtsi

index bb8b15e42fe9335915f09e9e68ea96381c8085bb..6edc4bd1e7eaf1587b2436eb79812dae5463c580 100644 (file)
 
                        gpio-controller;
                        #gpio-cells = <2>;
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
                };
 
                pcie0: pcie@12000 {