aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2019-01-24 15:42:52 +0100
committerTom Rini <trini@konsulko.com>2019-02-01 09:14:21 -0500
commit341e5a2752443c4be1caa9ba63186749ab5c7658 (patch)
tree00e6004524c24dcc26e445b776170223f4964fbb
parent64c59926ad3354a2dc64ad25739ce7b79fced494 (diff)
downloadu-boot-341e5a2752443c4be1caa9ba63186749ab5c7658.zip
u-boot-341e5a2752443c4be1caa9ba63186749ab5c7658.tar.gz
u-boot-341e5a2752443c4be1caa9ba63186749ab5c7658.tar.bz2
ARM: DTS: am43xx: Enable the DTS entries for USB port #2 in SPL
This is required to enable the USB port #2 in SPL when DM_USB is used. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
-rw-r--r--arch/arm/dts/am4372-u-boot.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/dts/am4372-u-boot.dtsi b/arch/arm/dts/am4372-u-boot.dtsi
index 0e6d41f..986ae17 100644
--- a/arch/arm/dts/am4372-u-boot.dtsi
+++ b/arch/arm/dts/am4372-u-boot.dtsi
@@ -45,3 +45,23 @@
&ocp2scp0 {
u-boot,dm-spl;
};
+
+&dwc3_2 {
+ u-boot,dm-spl;
+};
+
+&usb2 {
+ u-boot,dm-spl;
+};
+
+&usb2_phy2 {
+ u-boot,dm-spl;
+};
+
+&am43xx_control_usb2phy2 {
+ u-boot,dm-spl;
+};
+
+&ocp2scp1 {
+ u-boot,dm-spl;
+};