diff mbox series

[U-Boot,v1,2/3] ARM: DTS: am43xx: Enable the DTS entries for USB port #2 in SPL

Message ID 20190124144254.15837-3-jjhiblot@ti.com
State Accepted
Commit 341e5a2752443c4be1caa9ba63186749ab5c7658
Delegated to: Tom Rini
Headers show
Series Enable DM USB support (host and gadget) in the USB host boot flow | expand

Commit Message

Jean-Jacques Hiblot Jan. 24, 2019, 2:42 p.m. UTC
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>
---

 arch/arm/dts/am4372-u-boot.dtsi | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Comments

Tom Rini Feb. 3, 2019, 1:09 a.m. UTC | #1
On Thu, Jan 24, 2019 at 03:42:52PM +0100, Jean-Jacques Hiblot wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/am4372-u-boot.dtsi b/arch/arm/dts/am4372-u-boot.dtsi
index 0e6d41f54b..986ae17470 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;
+};