ARM: DTS: am43xx: Enable the DTS entries for USB port #2 in SPL
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 24 Jan 2019 14:42:52 +0000 (15:42 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 1 Feb 2019 14:14:21 +0000 (09:14 -0500)
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

index 0e6d41f54b7b974354b4b8ea91acff1705d74cb8..986ae17470d920a2bc428eacf304bd824739a4dc 100644 (file)
 &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;
+};