diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2019-10-09 12:35:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-25 17:33:21 -0400 |
commit | 6b23f53b0818130ea6c727357ae3d3109b235e50 (patch) | |
tree | b57a387eb1f7fd2584abba9f58f35131b908b241 /arch/arm/dts/dra76-evm-u-boot.dtsi | |
parent | 17fd9915a4c639381804ed28274fa136ae3b0bee (diff) |
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 <faiz_abbas@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'arch/arm/dts/dra76-evm-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/dra76-evm-u-boot.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/dts/dra76-evm-u-boot.dtsi b/arch/arm/dts/dra76-evm-u-boot.dtsi index f651f404e0..a4dfbe7e60 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; +}; |