Subject: [PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP

This enables the GPIO-a support for Broadcom NSP SoC

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <[email protected]>
---
arch/arm/boot/dts/bcm-nsp.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index 58aca27..148d79e 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -116,4 +116,16 @@
status = "disabled";
};
};
+
+ gpioa: gpio@18000020 {
+ compatible = "brcm,nsp-gpio-a";
+ reg = <0x18000020 0x70>,
+ <0x1803f1c4 0x1c>;
+ #gpio-cells = <2>;
+ gpio-controller;
+ ngpios = <32>;
+ interrupt-controller;
+ interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
+ gpio-ranges = <&pinctrl 0 0 32>;
+ };
};
--
2.1.0


2015-12-10 17:46:17

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP

On Fri, Dec 4, 2015 at 6:12 PM, Yendapally Reddy Dhananjaya Reddy
<[email protected]> wrote:

> This enables the GPIO-a support for Broadcom NSP SoC
>
> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <[email protected]>

Acked-by: Linus Walleij <[email protected]>

Please merge this through the ARM SoC tree or BCM upstream tree,
however that works.

Yours,
Linus Walleij

2015-12-11 00:33:40

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP

On 10/12/15 09:46, Linus Walleij wrote:
> On Fri, Dec 4, 2015 at 6:12 PM, Yendapally Reddy Dhananjaya Reddy
> <[email protected]> wrote:
>
>> This enables the GPIO-a support for Broadcom NSP SoC
>>
>> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <[email protected]>
>
> Acked-by: Linus Walleij <[email protected]>
>
> Please merge this through the ARM SoC tree or BCM upstream tree,
> however that works.

The same way as any other ARM-based SoCs, so I will take this one. Thanks.
--
Florian