ARM: dts: dra7: Add usb peripheral nodes in spl
authorFaiz Abbas <faiz_abbas@ti.com>
Wed, 9 Oct 2019 10:35:18 +0000 (12:35 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 25 Oct 2019 21:33:21 +0000 (17:33 -0400)
Add usb peripheral and usb phy nodes in spl to enable SPL_DFU bootmode.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
arch/arm/dts/dra7-evm-u-boot.dtsi
arch/arm/dts/dra71-evm-u-boot.dtsi
arch/arm/dts/dra72-evm-revc-u-boot.dtsi
arch/arm/dts/dra72-evm-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/dra76-evm-u-boot.dtsi
arch/arm/dts/omap5-u-boot.dtsi

index badaebc76f29a35114a512a32ec1786991b2f492..f06c701dbd1fa8d821fc19bf07ccff09bc5ca56d 100644 (file)
 &mmc2_iodelay_hs200_rev20_conf {
        u-boot,dm-spl;
 };
+
+&omap_dwc3_1 {
+       u-boot,dm-spl;
+};
+
+&usb1 {
+       u-boot,dm-spl;
+       dr_mode = "peripheral";
+};
+
+&usb2_phy1 {
+       u-boot,dm-spl;
+};
+
+&usb3_phy1 {
+       u-boot,dm-spl;
+};
index f9da15f1c7c1f00bc7b326194ac918a168d2c818..b56d4fc9d896d98edc2c18535cef67ffe816a727 100644 (file)
 &mmc2_iodelay_hs200_rev20_conf {
        u-boot,dm-spl;
 };
+
+&omap_dwc3_1 {
+       u-boot,dm-spl;
+};
+
+&usb1 {
+       u-boot,dm-spl;
+       dr_mode = "peripheral";
+};
+
+&usb2_phy1 {
+       u-boot,dm-spl;
+};
+
+&usb3_phy1 {
+       u-boot,dm-spl;
+};
index f9da15f1c7c1f00bc7b326194ac918a168d2c818..b56d4fc9d896d98edc2c18535cef67ffe816a727 100644 (file)
 &mmc2_iodelay_hs200_rev20_conf {
        u-boot,dm-spl;
 };
+
+&omap_dwc3_1 {
+       u-boot,dm-spl;
+};
+
+&usb1 {
+       u-boot,dm-spl;
+       dr_mode = "peripheral";
+};
+
+&usb2_phy1 {
+       u-boot,dm-spl;
+};
+
+&usb3_phy1 {
+       u-boot,dm-spl;
+};
diff --git a/arch/arm/dts/dra72-evm-u-boot.dtsi b/arch/arm/dts/dra72-evm-u-boot.dtsi
new file mode 100644 (file)
index 0000000..6c868f7
--- /dev/null
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
+ */
+
+#include "omap5-u-boot.dtsi"
+
+&omap_dwc3_1 {
+       u-boot,dm-spl;
+};
+
+&usb1 {
+       u-boot,dm-spl;
+       dr_mode = "peripheral";
+};
+
+&usb2_phy1 {
+       u-boot,dm-spl;
+};
+
+&usb3_phy1 {
+       u-boot,dm-spl;
+};
index f651f404e0a3d8e4d9b4f30ab7b2c0c9d2f6cbd3..a4dfbe7e601a27949f99579a40b3050b33a4b6df 100644 (file)
 &mmc2_iodelay_hs200_conf {
        u-boot,dm-spl;
 };
+
+&omap_dwc3_1 {
+       u-boot,dm-spl;
+};
+
+&usb1 {
+       u-boot,dm-spl;
+       dr_mode = "peripheral";
+};
+
+&usb2_phy1 {
+       u-boot,dm-spl;
+};
+
+&usb3_phy1 {
+       u-boot,dm-spl;
+};
index 1b1d765fae0cb02cda81866872a46fcf49d6525c..39071e223d8ff379f02fa3664b353e7ca3955f18 100644 (file)
@@ -22,6 +22,7 @@
 
                ocp2scp@4a080000 {
                        compatible = "ti,omap-ocp2scp", "simple-bus";
+                       u-boot,dm-spl;
                };
 
                ocp2scp@4a090000 {