5a4e4497d67d131c31f5498dc63d89a32bd60394
[openwrt/staging/dedeckeh.git] / target / linux / bcm53xx / patches-5.10 / 033-v5.16-0025-ARM-dts-BCM5301X-Add-interrupt-properties-to-GPIO-no.patch
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
5
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.
9
10 Fixes: fb026d3de33b ("ARM: BCM5301X: Add Broadcom's bus-axi to the DTS file")
11 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
12 ---
13 arch/arm/boot/dts/bcm5301x.dtsi | 2 ++
14 1 file changed, 2 insertions(+)
15
16 --- a/arch/arm/boot/dts/bcm5301x.dtsi
17 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
18 @@ -242,6 +242,8 @@
19
20 gpio-controller;
21 #gpio-cells = <2>;
22 + interrupt-controller;
23 + #interrupt-cells = <2>;
24 };
25
26 pcie0: pcie@12000 {