devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Add support for USB on STM32MP13
@ 2022-10-14  8:31 Fabrice Gasnier
  0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Gasnier @ 2022-10-14  8:31 UTC (permalink / raw)
  To: alexandre.torgue, robh+dt, krzysztof.kozlowski+dt
  Cc: amelie.delaunay, devicetree, linux-arm-kernel, linux-kernel,
	linux-stm32, fabrice.gasnier

Add support for USBPHYC, USB Host and USB OTG on STM32MP13.
Enable all these interfaces on STM32MP135F-DK board.
Enable the STM32G0 UCSI driver as module.
Dependency on PWR and PMIC regulator is tempoarily managed by using
fixed regulators (resp in the SoC dtsi and the board dts files).
The USB support is functional when these regulators gets enabled at
boot time before entering the kernel.

Amelie Delaunay (5):
  ARM: dts: stm32: add USBPHYC and dual USB HS PHY support on stm32mp131
  ARM: dts: stm32: add UBSH EHCI and OHCI support on stm32mp131
  ARM: dts: stm32: add USB OTG HS support on stm32mp131
  ARM: dts: stm32: enable USB HS phys on stm32mp135f-dk
  ARM: dts: stm32: enable USB Host EHCI on stm32mp135f-dk

Fabrice Gasnier (5):
  ARM: dts: stm32: add PWR fixed regulators on stm32mp131
  ARM: dts: stm32: add fixed regulators to support usb on stm32mp135f-dk
  ARM: dts: stm32: add pins for stm32g0 typec controller on stm32mp13
  ARM: dts: stm32: enable USB OTG in dual role mode on stm32mp135f-dk
  ARM: multi_v7_defconfig: enable Type-C UCSI and STM32G0 as modules

 arch/arm/boot/dts/stm32mp13-pinctrl.dtsi |  7 ++
 arch/arm/boot/dts/stm32mp131.dtsi        | 81 ++++++++++++++++++++
 arch/arm/boot/dts/stm32mp135f-dk.dts     | 95 ++++++++++++++++++++++++
 arch/arm/configs/multi_v7_defconfig      |  2 +
 4 files changed, 185 insertions(+)

-- 
2.25.1


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

* [PATCH 00/10] Add support for USB on STM32MP13
@ 2022-10-14  9:26 Fabrice Gasnier
  2022-10-14 14:01 ` Fabrice Gasnier
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Gasnier @ 2022-10-14  9:26 UTC (permalink / raw)
  To: alexandre.torgue, robh+dt, krzysztof.kozlowski+dt
  Cc: amelie.delaunay, devicetree, linux-arm-kernel, linux-kernel,
	linux-stm32, fabrice.gasnier

Add support for USBPHYC, USB Host and USB OTG on STM32MP13.
Enable all these interfaces on STM32MP135F-DK board.
Enable the STM32G0 UCSI driver as module.
Dependency on PWR and PMIC regulator is tempoarily managed by using
fixed regulators (resp in the SoC dtsi and the board dts files).
The USB support is functional when these regulators gets enabled at
boot time before entering the kernel.

Amelie Delaunay (5):
  ARM: dts: stm32: add USBPHYC and dual USB HS PHY support on stm32mp131
  ARM: dts: stm32: add UBSH EHCI and OHCI support on stm32mp131
  ARM: dts: stm32: add USB OTG HS support on stm32mp131
  ARM: dts: stm32: enable USB HS phys on stm32mp135f-dk
  ARM: dts: stm32: enable USB Host EHCI on stm32mp135f-dk

Fabrice Gasnier (5):
  ARM: dts: stm32: add PWR fixed regulators on stm32mp131
  ARM: dts: stm32: add fixed regulators to support usb on stm32mp135f-dk
  ARM: dts: stm32: add pins for stm32g0 typec controller on stm32mp13
  ARM: dts: stm32: enable USB OTG in dual role mode on stm32mp135f-dk
  ARM: multi_v7_defconfig: enable Type-C UCSI and STM32G0 as modules

 arch/arm/boot/dts/stm32mp13-pinctrl.dtsi |  7 ++
 arch/arm/boot/dts/stm32mp131.dtsi        | 81 ++++++++++++++++++++
 arch/arm/boot/dts/stm32mp135f-dk.dts     | 95 ++++++++++++++++++++++++
 arch/arm/configs/multi_v7_defconfig      |  2 +
 4 files changed, 185 insertions(+)

-- 
2.25.1


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

* Re: [PATCH 00/10] Add support for USB on STM32MP13
  2022-10-14  9:26 Fabrice Gasnier
@ 2022-10-14 14:01 ` Fabrice Gasnier
  0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Gasnier @ 2022-10-14 14:01 UTC (permalink / raw)
  To: alexandre.torgue, robh+dt, krzysztof.kozlowski+dt
  Cc: amelie.delaunay, devicetree, linux-arm-kernel, linux-kernel,
	linux-stm32

On 10/14/22 11:26, Fabrice Gasnier wrote:
> Add support for USBPHYC, USB Host and USB OTG on STM32MP13.
> Enable all these interfaces on STM32MP135F-DK board.
> Enable the STM32G0 UCSI driver as module.
> Dependency on PWR and PMIC regulator is tempoarily managed by using
> fixed regulators (resp in the SoC dtsi and the board dts files).
> The USB support is functional when these regulators gets enabled at
> boot time before entering the kernel.

Hi,

Please discard this series. Generic node names recommendation has been
missed.
I'll send a V2.

Sorry for the noise.
Best Regards,
Fabrice

> 
> Amelie Delaunay (5):
>   ARM: dts: stm32: add USBPHYC and dual USB HS PHY support on stm32mp131
>   ARM: dts: stm32: add UBSH EHCI and OHCI support on stm32mp131
>   ARM: dts: stm32: add USB OTG HS support on stm32mp131
>   ARM: dts: stm32: enable USB HS phys on stm32mp135f-dk
>   ARM: dts: stm32: enable USB Host EHCI on stm32mp135f-dk
> 
> Fabrice Gasnier (5):
>   ARM: dts: stm32: add PWR fixed regulators on stm32mp131
>   ARM: dts: stm32: add fixed regulators to support usb on stm32mp135f-dk
>   ARM: dts: stm32: add pins for stm32g0 typec controller on stm32mp13
>   ARM: dts: stm32: enable USB OTG in dual role mode on stm32mp135f-dk
>   ARM: multi_v7_defconfig: enable Type-C UCSI and STM32G0 as modules
> 
>  arch/arm/boot/dts/stm32mp13-pinctrl.dtsi |  7 ++
>  arch/arm/boot/dts/stm32mp131.dtsi        | 81 ++++++++++++++++++++
>  arch/arm/boot/dts/stm32mp135f-dk.dts     | 95 ++++++++++++++++++++++++
>  arch/arm/configs/multi_v7_defconfig      |  2 +
>  4 files changed, 185 insertions(+)
> 

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

end of thread, other threads:[~2022-10-14 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-14  8:31 [PATCH 00/10] Add support for USB on STM32MP13 Fabrice Gasnier
  -- strict thread matches above, loose matches on Subject: below --
2022-10-14  9:26 Fabrice Gasnier
2022-10-14 14:01 ` Fabrice Gasnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).