Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH v4 1/2] dt-bindings: phy: imx8mq-usb: add alternate reference clock
@ 2025-11-18  7:19 Xu Yang
  2025-11-18  7:19 ` [PATCH v4 2/2] phy: fsl-imx8mq-usb: support " Xu Yang
  2025-11-20 17:12 ` [PATCH v4 1/2] dt-bindings: phy: imx8mq-usb: add " Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Xu Yang @ 2025-11-18  7:19 UTC (permalink / raw)
  To: vkoul, kishon, robh, krzk+dt, conor+dt, shawnguo, s.hauer, kernel,
	festevam, jun.li, Frank.Li, linux-phy, devicetree, imx,
	linux-arm-kernel, linux-kernel

Beside default 24MHz clock input, there is an optional additional 100Mhz
clock input 'alt' for USB PHY reference clock.

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>

---
Changes in v2:
 - improve commit message
Changes in v3:
 - no changes
Changes in v4:
 - no changes
---
 .../devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml        | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
index f9cffbb2df07..8a00a6c58edd 100644
--- a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml
@@ -27,11 +27,16 @@ properties:
     const: 0
 
   clocks:
-    maxItems: 1
+    minItems: 1
+    items:
+      - description: PHY configuration clock
+      - description: Alternate PHY reference clock
 
   clock-names:
+    minItems: 1
     items:
       - const: phy
+      - const: alt
 
   power-domains:
     maxItems: 1
-- 
2.34.1


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

end of thread, other threads:[~2025-11-20 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-18  7:19 [PATCH v4 1/2] dt-bindings: phy: imx8mq-usb: add alternate reference clock Xu Yang
2025-11-18  7:19 ` [PATCH v4 2/2] phy: fsl-imx8mq-usb: support " Xu Yang
2025-11-20 17:12 ` [PATCH v4 1/2] dt-bindings: phy: imx8mq-usb: add " Vinod Koul

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