Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1284072 > unrolled thread

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

Started byYendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
First post2015-12-04 18:20 +0100
Last post2015-12-11 01:40 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com> - 2015-12-04 18:20 +0100
    Re: [PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP Linus Walleij <linus.walleij@linaro.org> - 2015-12-10 18:50 +0100
      Re: [PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP Florian Fainelli <fainelli@broadcom.com> - 2015-12-11 01:40 +0100

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

FromYendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
Date2015-12-04 18:20 +0100
Subject[PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP
Message-ID<qC2bx-5CT-47@gated-at.bofh.it>
This enables the GPIO-a support for Broadcom NSP SoC

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1288739

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-12-10 18:50 +0100
Message-ID<qEdvQ-Ss-1@gated-at.bofh.it>
In reply to#1284072
On Fri, Dec 4, 2015 at 6:12 PM, Yendapally Reddy Dhananjaya Reddy
<yrdreddy@broadcom.com> wrote:

> This enables the GPIO-a support for Broadcom NSP SoC
>
> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

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

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1289032

FromFlorian Fainelli <fainelli@broadcom.com>
Date2015-12-11 01:40 +0100
Message-ID<qEjUC-5bo-5@gated-at.bofh.it>
In reply to#1288739
On 10/12/15 09:46, Linus Walleij wrote:
> On Fri, Dec 4, 2015 at 6:12 PM, Yendapally Reddy Dhananjaya Reddy
> <yrdreddy@broadcom.com> wrote:
> 
>> This enables the GPIO-a support for Broadcom NSP SoC
>>
>> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web