Re: [PATCH v2 1/9] dt-bindings: phy: Document ST STM32MP25 USB2-FEMTO PHY

From: Marek Vasut

Date: Wed Aug 19 2026 - 00:53:54 EST


On 8/18/26 10:09 AM, Krzysztof Kozlowski wrote:
On Sun, Aug 16, 2026 at 11:37:03PM +0200, Marek Vasut wrote:
From: Pankaj Dev <pankaj.dev@xxxxxx>

Document USB2 PHY for STM32MP25 USB2 controllers, which includes the
USB2.0 host-only controller and USB 2.0 part of the DWC3 controller.
Two such PHYs in total are present in STM32MP25 SoC, they both are
slightly different, therefore they use different compatible string
to discern them.

Co-developed-by: Pankaj Dev <pankaj.dev@xxxxxx>
Signed-off-by: Pankaj Dev <pankaj.dev@xxxxxx>

Please run scripts/checkpatch.pl on the patches and fix reported
warnings. After that, run also 'scripts/checkpatch.pl --strict' on the
patches and (probably) fix more warnings. Some warnings can be ignored,
especially from --strict run, but the code here looks like it needs a
fix. Feel free to get in touch if the warning is not clear.
I think I managed to fix that up in V3, thanks.