summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2016-03-23 16:52:47 +0100
committerFlorian Fainelli <f.fainelli@gmail.com>2016-04-13 09:18:01 -0700
commitdd70ccfaa79189feaa78609d44f7c3e7fa1dc6ff (patch)
treeaf7897f03641fc81b2a3fc7dc92014c0acc451c0 /arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
ARM: BCM5301X: Set vcc-gpio for USB controllers of few devices
There are few devices that have USB power controlled using GPIO. Linux USB host driver (bcma-hcd) already supports this by reading vcc-gpio from DT. Set it properly for all known devices. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts')
-rw-r--r--arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
index 2a92e8d5ab34..791d7225c733 100644
--- a/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
+++ b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
@@ -126,3 +126,8 @@
};
};
};
+
+
+&usb2 {
+ vcc-gpio = <&chipcommon 13 GPIO_ACTIVE_HIGH>;
+};