Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: dts: stm32: Fix STM32MP1 ev and dk USB onboard HUB supplies
@ 2026-08-21 14:06 Fabrice Gasnier
  2026-08-21 14:06 ` [PATCH 1/3] ARM: dts: stm32: fix vdda supply for onboard hub on stm32mp15 DK boards Fabrice Gasnier
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Gasnier @ 2026-08-21 14:06 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Alexandre Torgue, Greg Kroah-Hartman, Catalin Popescu
  Cc: devicetree, linux-stm32, linux-arm-kernel, linux-kernel,
	Gabriel Fernandez, Fabrice Gasnier

Some STM32 boards use Microchip USB2514 HUB. Since vdda supply has been
added, the regulator framework wrongly associates the 'vdda' supply
dedicated to ADC, so the wrong regulator is referenced.
Only the 3v3 regulator is used to supply both the digital and the analog
part of the HUB.

Before this series:
cat /sys/kernel/debug/regulator/regulator_summary
...
    v3v3                         10    9      0  normal  3300mV     0mA  3300mV  3300mV
...
       5800d000.usb:hub@1-vdd     1                                 0mA     0mV     0mV
...
    vdda                          1    1      0 unknown  2900mV     0mA  2900mV  2900mV
       5800d000.usb:hub@1-vdda    1                                 0mA     0mV     0mV

After:
    v3v3                         11   10      0  normal  3300mV     0mA  3300mV  3300mV
...
       5800d000.usb:hub@1-vdda    1                                 0mA     0mV     0mV
       5800d000.usb:hub@1-vdd     1                                 0mA     0mV     0mV
...
    vdda                          0    0      0 unknown  2900mV     0mA  2900mV  2900mV

---
Fabrice Gasnier (3):
      ARM: dts: stm32: fix vdda supply for onboard hub on stm32mp15 DK boards
      ARM: dts: stm32: fix vdda supply for onboard hub on stm32mp157c-ev1
      ARM: dts: stm32: fix vdda supply for onboard hub on stm32mp135f-dk

 arch/arm/boot/dts/st/stm32mp135f-dk.dts   | 1 +
 arch/arm/boot/dts/st/stm32mp157c-ev1.dts  | 1 +
 arch/arm/boot/dts/st/stm32mp15xx-dkx.dtsi | 1 +
 3 files changed, 3 insertions(+)
---
base-commit: 8d3ae59288f1e7d58d76558a6ee96d533bc5019f
change-id: 20260821-usb_fixes_vdda-v1-0e5eea790b2a

Best regards,
--  
Fabrice Gasnier <fabrice.gasnier@foss.st.com>


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

end of thread, other threads:[~2026-08-21 14:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21 14:06 [PATCH 0/3] ARM: dts: stm32: Fix STM32MP1 ev and dk USB onboard HUB supplies Fabrice Gasnier
2026-08-21 14:06 ` [PATCH 1/3] ARM: dts: stm32: fix vdda supply for onboard hub on stm32mp15 DK boards Fabrice Gasnier
2026-08-21 14:16   ` sashiko-bot
2026-08-21 14:06 ` [PATCH 2/3] ARM: dts: stm32: fix vdda supply for onboard hub on stm32mp157c-ev1 Fabrice Gasnier
2026-08-21 14:06 ` [PATCH 3/3] ARM: dts: stm32: fix vdda supply for onboard hub on stm32mp135f-dk Fabrice Gasnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox