diff options
author | Daniel Mack <daniel@zonque.org> | 2022-01-25 10:33:31 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-01-25 14:23:15 -0800 |
commit | 519ba32e34985fa3b79ab8163995e7a85568caa3 (patch) | |
tree | f1e26d47d6d1b139a781b546879a2ca30754c439 /Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml | |
parent | 11dda11f00079cdf764b80211e948d48379c1e2e (diff) | |
download | lwn-519ba32e34985fa3b79ab8163995e7a85568caa3.tar.gz lwn-519ba32e34985fa3b79ab8163995e7a85568caa3.zip |
dt-bindings: clock: cs2000-cp: document cirrus,dynamic-mode
This new flag exists to enable the dynamic mode of the hardware.
When not given, the static mode is used.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220125093336.226787-5-daniel@zonque.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml b/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml index 9047d8a24a08..0abd6ba82dfd 100644 --- a/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml +++ b/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml @@ -54,6 +54,14 @@ properties: has missing pulses for up to 20 ms. $ref: /schemas/types.yaml#/definitions/flag + cirrus,dynamic-mode: + description: + In dynamic mode, the CLK_IN input is used to drive the + digital PLL of the silicon. + If not given, the static mode shall be used to derive the + output signal directly from the REF_CLK input. + $ref: /schemas/types.yaml#/definitions/flag + required: - compatible - reg |