[U-Boot] [PATCH] DTS: Enable top USB port on CEI-TK1-SOM
Peter Chubb
peter.chubb at data61.csiro.au
Tue Feb 7 02:57:47 UTC 2017
From: Peter Chubb <Peter.Chubb at data61.csiro.au>
Only one of the two USB ports were enabled; this patch enables the one
at the top of the board.
Signed-off-by: Peter Chubb <peter.chubb at data61.csiro.au>
---
arch/arm/dts/tegra124-cei-tk1-som.dts | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/arch/arm/dts/tegra124-cei-tk1-som.dts b/arch/arm/dts/tegra124-cei-tk1-som.dts
index c4d4f9d89f..1680004c09 100644
--- a/arch/arm/dts/tegra124-cei-tk1-som.dts
+++ b/arch/arm/dts/tegra124-cei-tk1-som.dts
@@ -21,7 +21,8 @@
spi0 = "/spi at 7000d400";
spi1 = "/spi at 7000da00";
usb0 = "/usb at 7d000000";
- usb1 = "/usb at 7d008000";
+ usb1 = "/usb at 7d004000";
+ usb2 = "/usb at 7d008000";
};
memory {
@@ -316,6 +317,14 @@
nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
};
+ usb at 7d004000 {
+ status = "okay";
+ };
+
+ usb-phy at 7d004000 {
+ status = "okay";
+ };
+
usb at 7d008000 {
status = "okay";
nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>;
--
2.11.0
More information about the U-Boot
mailing list