diff options
| author | Aswath Govindraju <[email protected]> | 2021-06-04 22:00:37 +0530 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2021-06-09 22:23:44 +0530 |
| commit | 1c8b404b88a5389f9e25b644a42ccaaff433c919 (patch) | |
| tree | 46daed892a97b5a11c5d18ac271bf8bf45512c9d | |
| parent | 7803a5bda96f93466120aa41796fc6bbfe1cc112 (diff) | |
arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to peripheral for USB subsystem
Add U-Boot tags and fix the dr_mode as peripheral in U-Boot to support DFU
by default.
Signed-off-by: Aswath Govindraju <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm/dts/k3-am642-evm-u-boot.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi index 10dea7a1cc4..ed38b7269ee 100644 --- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi +++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi @@ -50,6 +50,19 @@ u-boot,dm-spl; }; +&usb0 { + dr_mode="peripheral"; + u-boot,dm-spl; +}; + +&usbss0 { + u-boot,dm-spl; +}; + +&main_usb0_pins_default { + u-boot,dm-spl; +}; + &dmss { u-boot,dm-spl; }; |
