[U-Boot] [PATCH v2 13/13] ARM: am437x-gp-evm-u-boot.dtsi: Enable nodes for USB device boot
Vignesh R
vigneshr at ti.com
Tue Jun 13 12:10:09 UTC 2017
Enable USB nodes required to support RNDIS boot in SPL.
Signed-off-by: Vignesh R <vigneshr at ti.com>
---
arch/arm/dts/am437x-gp-evm-u-boot.dtsi | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi
index 885a9a92dbd3..a689cd68a593 100644
--- a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi
+++ b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi
@@ -36,3 +36,23 @@
&phy_sel {
u-boot,dm-pre-reloc;
};
+
+&am43xx_control_usb2phy1 {
+ u-boot,dm-pre-reloc;
+};
+
+&ocp2scp0 {
+ u-boot,dm-pre-reloc;
+
+ phy at 483a8000 {
+ u-boot,dm-pre-reloc;
+ };
+};
+
+&dwc3_1 {
+ u-boot,dm-pre-reloc;
+
+ usb at 48390000 {
+ u-boot,dm-pre-reloc;
+ };
+};
--
2.13.0
More information about the U-Boot
mailing list