All clocks for this driver are optional, so this change allows the 'clocks' and 'clock-names' properties to accept a single clock. Additionally, 'enet_ref_pad' clock is added. This resolves the following dtbs_check warning: imx6dl-alti6p.dtb: clock-controller@20c4000: clocks: [[24]] is too short From schema: Documentation/devicetree/bindings/clock/imx6q-clock.yaml imx6dl-alti6p.dtb: clock-controller@20c4000: clock-names:0: 'osc' was expected From schema: Documentation/devicetree/bindings/clock/imx6q-clock.yaml imx6dl-alti6p.dtb: clock-controller@20c4000: clock-names: ['enet_ref_pad'] is too short From schema: Documentation/devicetree/bindings/clock/imx6q-clock.yaml Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> --- .../devicetree/bindings/clock/imx6q-clock.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/imx6q-clock.yaml b/Documentation/devicetree/bindings/clock/imx6q-clock.yaml index bae4fcb3aacc..ed65d19c2e0e 100644 --- a/Documentation/devicetree/bindings/clock/imx6q-clock.yaml +++ b/Documentation/devicetree/bindings/clock/imx6q-clock.yaml @@ -28,20 +28,23 @@ properties: const: 1 clocks: + minItems: 1 items: - description: 24m osc - description: 32k osc - description: ckih1 clock input - description: anaclk1 clock input - description: anaclk2 clock input + - description: enet_ref_pad clock-names: - items: - - const: osc - - const: ckil - - const: ckih1 - - const: anaclk1 - - const: anaclk2 + enum: + - osc + - ckil + - ckih1 + - anaclk1 + - anaclk2 + - enet_ref_pad fsl,pmic-stby-poweroff: $ref: /schemas/types.yaml#/definitions/flag -- 2.39.2