Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1521653 > unrolled thread
| Started by | Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> |
|---|---|
| First post | 2016-11-14 14:40 +0100 |
| Last post | 2016-11-16 22:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/1] ARM: dts: enable GPIO-b for Broadcom NSP Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-11-14 14:40 +0100
Re: [PATCH 1/1] ARM: dts: enable GPIO-b for Broadcom NSP Florian Fainelli <f.fainelli@gmail.com> - 2016-11-16 22:00 +0100
| From | Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> |
|---|---|
| Date | 2016-11-14 14:40 +0100 |
| Subject | [PATCH 1/1] ARM: dts: enable GPIO-b for Broadcom NSP |
| Message-ID | <sDpEn-7Av-43@gated-at.bofh.it> |
This enables the GPIO-b support for Broadcom NSP SoC
Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
---
arch/arm/boot/dts/bcm-nsp.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index 7c9e0fa..2f699a0 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -241,6 +241,16 @@
brcm,nand-has-wp;
};
+ gpiob: gpio@30000 {
+ compatible = "brcm,iproc-nsp-gpio", "brcm,iproc-gpio";
+ reg = <0x30000 0x50>;
+ #gpio-cells = <2>;
+ gpio-controller;
+ ngpios = <4>;
+ interrupt-controller;
+ interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
pwm: pwm@31000 {
compatible = "brcm,iproc-pwm";
reg = <0x31000 0x28>;
--
2.1.0
[toc] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2016-11-16 22:00 +0100 |
| Message-ID | <sEftf-7M4-11@gated-at.bofh.it> |
| In reply to | #1521653 |
On 11/14/2016 05:30 AM, Yendapally Reddy Dhananjaya Reddy wrote: > This enables the GPIO-b support for Broadcom NSP SoC > > Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> Applied, thanks -- Florian
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web