Message ID | 20210827115420.3052019-5-daniel@zonque.org |
---|---|
State | Accepted |
Commit | 519ba32e34985fa3b79ab8163995e7a85568caa3 |
Headers | show |
Series | clk: cs2000-cp: add dynamic mode and more features | expand |
On Fri, 27 Aug 2021 13:54:15 +0200, Daniel Mack wrote: > 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> > --- > .../devicetree/bindings/clock/cirrus,cs2000-cp.yaml | 8 ++++++++ > 1 file changed, 8 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 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
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> --- .../devicetree/bindings/clock/cirrus,cs2000-cp.yaml | 8 ++++++++ 1 file changed, 8 insertions(+)