From: Jean-Jacques Hiblot Date: Thu, 24 Jan 2019 14:42:52 +0000 (+0100) Subject: ARM: DTS: am43xx: Enable the DTS entries for USB port #2 in SPL X-Git-Tag: v2019.04-rc1~10^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=341e5a2752443c4be1caa9ba63186749ab5c7658;p=oweals%2Fu-boot.git 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 --- 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; +};