All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: dts: imx: add phy-3p0-supply for i.MX6 series
@ 2024-11-26  9:22 Stefan Kerkmann
  2024-11-26  9:22 ` [PATCH 1/3] ARM: dts: imx6qdl: add phy-3p0-supply to usb phys Stefan Kerkmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Kerkmann @ 2024-11-26  9:22 UTC (permalink / raw)
  To: Shawn Guo, Pengutronix Kernel Team
  Cc: devicetree, imx, linux-arm-kernel, linux-kernel, Stefan Kerkmann

The integrated usb phys are supplied by the 3p0 regulator, which has a
voltage range of 2.625V to 3.4V. Thus the min and max values are
corrected and the regulator added as a proper supply for the usb phys.

This fixes the following warnings during the probe of the mxs_phy
driver:

mxs_phy 20c9000.usbphy: supply phy-3p0 not found, using dummy regulator
mxs_phy 20ca000.usbphy: supply phy-3p0 not found, using dummy regulator

The regulator handling was introduced by commit `966d73152078 (usb: phy:
mxs: enable regulator phy-3p0 to improve signal qualilty, 2024-07-26)`.

I have consulted the reference manuals for the affected SoCs but only
tested the changes on an actual i.MX6Q SoC.

Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de>
---
Stefan Kerkmann (3):
      ARM: dts: imx6qdl: add phy-3p0-supply to usb phys
      ARM: dts: imx6sl: add phy-3p0-supply to usb phys
      ARM: dts: imx6sx: add phy-3p0-supply to usb phys

 arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi | 6 ++++--
 arch/arm/boot/dts/nxp/imx/imx6sl.dtsi  | 6 ++++--
 arch/arm/boot/dts/nxp/imx/imx6sx.dtsi  | 6 ++++--
 3 files changed, 12 insertions(+), 6 deletions(-)
---
base-commit: 7eef7e306d3c40a0c5b9ff6adc9b273cc894dbd5
change-id: 20241126-v6-12-topic-imx-3p0-regulator-440d5a25a980

Best regards,
-- 
Stefan Kerkmann <s.kerkmann@pengutronix.de>


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

end of thread, other threads:[~2024-12-30  4:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-26  9:22 [PATCH 0/3] ARM: dts: imx: add phy-3p0-supply for i.MX6 series Stefan Kerkmann
2024-11-26  9:22 ` [PATCH 1/3] ARM: dts: imx6qdl: add phy-3p0-supply to usb phys Stefan Kerkmann
2024-11-26  9:22 ` [PATCH 2/3] ARM: dts: imx6sl: " Stefan Kerkmann
2024-11-26  9:22 ` [PATCH 3/3] ARM: dts: imx6sx: " Stefan Kerkmann
2024-12-30  4:04 ` [PATCH 0/3] ARM: dts: imx: add phy-3p0-supply for i.MX6 series Shawn Guo

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.