1 From acead95bf77a34cae7ff04dd99387046310cca0d Mon Sep 17 00:00:00 2001
2 From: Florian Fainelli <f.fainelli@gmail.com>
3 Date: Thu, 28 Oct 2021 09:46:53 -0700
4 Subject: [PATCH] ARM: dts: BCM5301X: Add interrupt properties to GPIO node
6 The GPIO controller is also an interrupt controller provider and is
7 currently missing the appropriate 'interrupt-controller' and
8 '#interrupt-cells' properties to denote that.
10 Fixes: fb026d3de33b ("ARM: BCM5301X: Add Broadcom's bus-axi to the DTS file")
11 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
13 arch/arm/boot/dts/bcm5301x.dtsi | 2 ++
14 1 file changed, 2 insertions(+)
16 --- a/arch/arm/boot/dts/bcm5301x.dtsi
17 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
22 + interrupt-controller;
23 + #interrupt-cells = <2>;