diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-25 12:22:35 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:26 -0600 |
commit | 84786a4c58fdce214ff3f85550922bbef9bb5c3b (patch) | |
tree | c4088ab99fc1a67837767d3de0bad27ea30b6df0 /arch/arm | |
parent | 697033cbf0a0bf0e0564b08c8b02dd543b431a2f (diff) | |
download | u-boot-imx-84786a4c58fdce214ff3f85550922bbef9bb5c3b.zip u-boot-imx-84786a4c58fdce214ff3f85550922bbef9bb5c3b.tar.gz u-boot-imx-84786a4c58fdce214ff3f85550922bbef9bb5c3b.tar.bz2 |
dm: usb: tegra: Add vbus GPIOs for nyan
These are needed to enable the USB bus (although not sufficient since it
still does not work).
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/tegra124-nyan-big.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra124-nyan-big.dts b/arch/arm/dts/tegra124-nyan-big.dts index c1f35a0..9367193 100644 --- a/arch/arm/dts/tegra124-nyan-big.dts +++ b/arch/arm/dts/tegra124-nyan-big.dts @@ -230,6 +230,7 @@ usb@7d000000 { /* Rear external USB port. */ status = "okay"; + nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>; }; usb-phy@7d000000 { @@ -246,6 +247,7 @@ usb@7d008000 { /* Left external USB port. */ status = "okay"; + nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>; }; usb-phy@7d008000 { |