Skip to content

Commit 0e8fe19

Browse files
Xu Yangvinodkoul
authored andcommitted
dt-bindings: phy: imx8mq-usb: add alternate reference clock
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> Link: https://patch.msgid.link/20251118071947.2504789-1-xu.yang_2@nxp.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 51023cf commit 0e8fe19

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,16 @@ properties:
2727
const: 0
2828

2929
clocks:
30-
maxItems: 1
30+
minItems: 1
31+
items:
32+
- description: PHY configuration clock
33+
- description: Alternate PHY reference clock
3134

3235
clock-names:
36+
minItems: 1
3337
items:
3438
- const: phy
39+
- const: alt
3540

3641
power-domains:
3742
maxItems: 1

0 commit comments

Comments
 (0)