Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2
+2
arch/arm/boot/dts/bcm5301x.dtsi
··· 242 242 243 243 gpio-controller; 244 244 #gpio-cells = <2>; 245 + interrupt-controller; 246 + #interrupt-cells = <2>; 245 247 }; 246 248 247 249 pcie0: pcie@12000 {