diff mbox series

[v5,3/9] dt-bindings: clock: cs2000-cp: document cirrus,clock-skip flag

Message ID 20210901093631.1403278-4-daniel@zonque.org
State Not Applicable, archived
Headers show
Series clk: cs2000-cp: add dynamic mode and more features | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 12 lines checked
robh/dt-meta-schema success
robh/dtbs-check success

Commit Message

Daniel Mack Sept. 1, 2021, 9:36 a.m. UTC
Signed-off-by: Daniel Mack <daniel@zonque.org>
Acked-by: Rob Herring <robh@kernel.org>
---
 .../devicetree/bindings/clock/cirrus,cs2000-cp.yaml         | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Claudiu Beznea Sept. 2, 2021, 9:10 a.m. UTC | #1
On 01.09.2021 12:36, Daniel Mack wrote:
> 

I don't know if this is requested by Rob or not but you're missing a
description here.

> Signed-off-by: Daniel Mack <daniel@zonque.org>
> Acked-by: Rob Herring <robh@kernel.org>
> ---
>  .../devicetree/bindings/clock/cirrus,cs2000-cp.yaml         | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml b/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml
> index 79b90500f6ac..9047d8a24a08 100644
> --- a/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml
> +++ b/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml
> @@ -48,6 +48,12 @@ properties:
>        - 3 # CS2000CP_AUX_OUTPUT_PLL_LOCK: pll lock status
>      default: 0
> 
> +  cirrus,clock-skip:
> +    description:
> +      This mode allows the PLL to maintain lock even when CLK_IN
> +      has missing pulses for up to 20 ms.
> +    $ref: /schemas/types.yaml#/definitions/flag
> +
>  required:
>    - compatible
>    - reg
> --
> 2.31.1
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml b/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml
index 79b90500f6ac..9047d8a24a08 100644
--- a/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml
+++ b/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml
@@ -48,6 +48,12 @@  properties:
       - 3 # CS2000CP_AUX_OUTPUT_PLL_LOCK: pll lock status
     default: 0
 
+  cirrus,clock-skip:
+    description:
+      This mode allows the PLL to maintain lock even when CLK_IN
+      has missing pulses for up to 20 ms.
+    $ref: /schemas/types.yaml#/definitions/flag
+
 required:
   - compatible
   - reg