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>
This commit is contained in:
Jean-Jacques Hiblot 2019-01-24 15:42:52 +01:00 committed by Tom Rini
parent 64c59926ad
commit 341e5a2752

View File

@ -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;
};