Message ID | 20210617190912.262809-5-daniel@zonque.org |
---|---|
State | Superseded |
Headers | show |
Series | clk: cs2000-cp: add dynamic mode and more features | expand |
On Thu, 17 Jun 2021 21:09:07 +0200, Daniel Mack wrote: > Signed-off-by: Daniel Mack <daniel@zonque.org> > --- > .../devicetree/bindings/clock/cirrus,cs2000-cp.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml b/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml index 68efed8e5033..8ad090372988 100644 --- a/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml +++ b/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml @@ -49,6 +49,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
Signed-off-by: Daniel Mack <daniel@zonque.org> --- .../devicetree/bindings/clock/cirrus,cs2000-cp.yaml | 6 ++++++ 1 file changed, 6 insertions(+)