Skip to content

Commit 51ac0f4

Browse files
nxpfrankliAbel Vesa
authored andcommitted
dt-bindings: clock: imx6q[ul]-clock: add optional clock enet[1]_ref_pad
Add optional clock source enet_ref_pad for imx6q, enet1_ref_pad for imx6ul, which input from ENET ref pad. Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Link: https://patch.msgid.link/20260121-ccm_dts-v3-1-820ce9b5fa38@nxp.com Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
1 parent 6de23f8 commit 51ac0f4

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Documentation/devicetree/bindings/clock/imx6q-clock.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,24 @@ properties:
2929
const: 1
3030

3131
clocks:
32+
minItems: 5
3233
items:
3334
- description: 24m osc
3435
- description: 32k osc
3536
- description: ckih1 clock input
3637
- description: anaclk1 clock input
3738
- description: anaclk2 clock input
39+
- description: clock input from enet ref pad
3840

3941
clock-names:
42+
minItems: 5
4043
items:
4144
- const: osc
4245
- const: ckil
4346
- const: ckih1
4447
- const: anaclk1
4548
- const: anaclk2
49+
- const: enet_ref_pad
4650

4751
fsl,pmic-stby-poweroff:
4852
$ref: /schemas/types.yaml#/definitions/flag

Documentation/devicetree/bindings/clock/imx6ul-clock.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,22 @@ properties:
2929
const: 1
3030

3131
clocks:
32+
minItems: 4
3233
items:
3334
- description: 32k osc
3435
- description: 24m osc
3536
- description: ipp_di0 clock input
3637
- description: ipp_di1 clock input
38+
- description: clock input from enet1 ref pad
3739

3840
clock-names:
41+
minItems: 4
3942
items:
4043
- const: ckil
4144
- const: osc
4245
- const: ipp_di0
4346
- const: ipp_di1
47+
- const: enet1_ref_pad
4448

4549
required:
4650
- compatible

0 commit comments

Comments
 (0)