From 6b23f53b0818130ea6c727357ae3d3109b235e50 Mon Sep 17 00:00:00 2001 From: Faiz Abbas Date: Wed, 9 Oct 2019 12:35:18 +0200 Subject: ARM: dts: dra7: Add usb peripheral nodes in spl Add usb peripheral and usb phy nodes in spl to enable SPL_DFU bootmode. Signed-off-by: Faiz Abbas Signed-off-by: Jean-Jacques Hiblot --- arch/arm/dts/dra76-evm-u-boot.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'arch/arm/dts/dra76-evm-u-boot.dtsi') diff --git a/arch/arm/dts/dra76-evm-u-boot.dtsi b/arch/arm/dts/dra76-evm-u-boot.dtsi index f651f404e0a..a4dfbe7e601 100644 --- a/arch/arm/dts/dra76-evm-u-boot.dtsi +++ b/arch/arm/dts/dra76-evm-u-boot.dtsi @@ -24,3 +24,20 @@ &mmc2_iodelay_hs200_conf { u-boot,dm-spl; }; + +&omap_dwc3_1 { + u-boot,dm-spl; +}; + +&usb1 { + u-boot,dm-spl; + dr_mode = "peripheral"; +}; + +&usb2_phy1 { + u-boot,dm-spl; +}; + +&usb3_phy1 { + u-boot,dm-spl; +}; -- cgit v1.2.3