[U-Boot] [PATCH v2 47/80] dm: usb: tegra: Add vbus GPIOs for nyan
Simon Glass
sjg at chromium.org
Wed Mar 25 19:22:35 CET 2015
These are needed to enable the USB bus (although not sufficient since it
still does not work).
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
arch/arm/dts/tegra124-nyan-big.dts | 2 ++
1 file changed, 2 insertions(+)
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 at 7d000000 { /* Rear external USB port. */
status = "okay";
+ nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
};
usb-phy at 7d000000 {
@@ -246,6 +247,7 @@
usb at 7d008000 { /* Left external USB port. */
status = "okay";
+ nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>;
};
usb-phy at 7d008000 {
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list