linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: BCM5301X: Netgear R6250 add USB GPIO
@ 2015-09-19 11:25 Hauke Mehrtens
  2015-09-21 17:37 ` Florian Fainelli
  0 siblings, 1 reply; 2+ messages in thread
From: Hauke Mehrtens @ 2015-09-19 11:25 UTC (permalink / raw)
  To: linux-arm-kernel

Add GPIO number which is needed to activate the USB power supply.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
index 64b8d10..ca92bba 100644
--- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
+++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
@@ -24,6 +24,17 @@
 		reg = <0x00000000 0x08000000>;
 	};
 
+	axi at 18000000 {
+		usb3 at 23000 {
+			reg = <0x00023000 0x1000>;
+
+			#address-cells = <1>;
+			#size-cells = <1>;
+
+			vcc-gpio = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
+		};
+	};
+
 	leds {
 		compatible = "gpio-leds";
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: BCM5301X: Netgear R6250 add USB GPIO
  2015-09-19 11:25 [PATCH] ARM: BCM5301X: Netgear R6250 add USB GPIO Hauke Mehrtens
@ 2015-09-21 17:37 ` Florian Fainelli
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2015-09-21 17:37 UTC (permalink / raw)
  To: linux-arm-kernel

On 19/09/15 04:25, Hauke Mehrtens wrote:
> Add GPIO number which is needed to activate the USB power supply.
> 
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Applied to devicetree/next, thanks!
-- 
Florian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-21 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-19 11:25 [PATCH] ARM: BCM5301X: Netgear R6250 add USB GPIO Hauke Mehrtens
2015-09-21 17:37 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).