diff options
author | Daniel Mack <[email protected]> | 2022-01-25 10:33:30 +0100 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2022-01-25 14:23:15 -0800 |
commit | 11dda11f00079cdf764b80211e948d48379c1e2e (patch) | |
tree | af7e4cfb69c6cd4207bea73218130686c1172777 | |
parent | 68643c3735102177139237fd6656085eac403b69 (diff) |
dt-bindings: clock: cs2000-cp: document cirrus,clock-skip flag
This mode allows the PLL to maintain lock even when CLK_IN has
missing pulses for up to 20 ms.
Signed-off-by: Daniel Mack <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |