dts: am4372: Enable USB1 in SPL
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Tue, 4 Dec 2018 10:30:53 +0000 (11:30 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 14 Dec 2018 16:59:10 +0000 (17:59 +0100)
USB1 can be used by the romboot on all am4372 platforms to download a
firmware (SPL in our case).
It makes sense to enable USB1 in the SPL to download u-boot.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/am4372-u-boot.dtsi

index cda42144f008a25909860e3e283e4086ef8f31a1..99922ca0307b27c37d9e75997ab9d6e677e566ee 100644 (file)
 &ocp2scp1 {
        compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp", "simple-bus";
 };
+
+&dwc3_1 {
+       u-boot,dm-spl;
+};
+
+&usb1 {
+       u-boot,dm-spl;
+};
+
+&usb2_phy1 {
+       u-boot,dm-spl;
+};
+
+&am43xx_control_usb2phy1 {
+       u-boot,dm-spl;
+};
+
+&ocp2scp0 {
+       u-boot,dm-spl;
+};