All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix 'no USB device found' error.
@ 2023-06-22 14:34 Julien Panis
  2023-06-22 14:34 ` [PATCH v2 1/2] arm: dts: am335x-icev2-u-boot: Configure peripheral mode for usb0 Julien Panis
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Julien Panis @ 2023-06-22 14:34 UTC (permalink / raw)
  To: u-boot; +Cc: trini, vigneshr, Julien Panis

This series fixes usb0 dr_mode for am335x-icev2
and am335x-evmsk. It must be set to 'peripheral'
in order to avoid 'no USB device found' error,
in usb_ether_init() function.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
---
Changes in v2:
- Drop the modification made in arch/arm/mach-omap2/am33xx/board.c
- Configure usb0 dr_mode as peripheral in 'am335x-icev2-u-boot.dtsi'
  and 'am335x-evmsk-u-boot.dtsi' device trees.
- Link to v1: https://lore.kernel.org/r/20230621-fix_usb_ether_init-v1-1-2156923994a9@baylibre.com

---
Julien Panis (2):
      arm: dts: am335x-icev2-u-boot: Configure peripheral mode for usb0
      arm: dts: am335x-evmsk-u-boot: Configure peripheral mode for usb0

 arch/arm/dts/am335x-evmsk-u-boot.dtsi | 4 ++++
 arch/arm/dts/am335x-icev2-u-boot.dtsi | 4 ++++
 2 files changed, 8 insertions(+)
---
base-commit: 19b77d3d23966a0d6dbb3c86187765f11100fb6f
change-id: 20230621-fix_usb_ether_init-4bf4f1135113

Best regards,
-- 
Julien Panis <jpanis@baylibre.com>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-07-06  6:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22 14:34 [PATCH v2 0/2] Fix 'no USB device found' error Julien Panis
2023-06-22 14:34 ` [PATCH v2 1/2] arm: dts: am335x-icev2-u-boot: Configure peripheral mode for usb0 Julien Panis
2023-06-22 14:34 ` [PATCH v2 2/2] arm: dts: am335x-evmsk-u-boot: " Julien Panis
2023-06-22 15:49 ` [PATCH v2 0/2] Fix 'no USB device found' error Tom Rini
2023-06-23  7:42   ` Julien Panis
2023-06-23 17:59     ` Tom Rini
2023-06-26  7:32       ` Nishanth Menon
2023-06-29  9:24         ` Julien Panis
2023-07-03 16:12         ` Roger Quadros
2023-07-03 16:22           ` Tom Rini
2023-07-06  3:53             ` Tony Lindgren
2023-07-06  6:44               ` Roger Quadros
2023-07-03 16:11 ` Roger Quadros

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.