This property can be used to set the maximum time to wait for the PLL to lock. Signed-off-by: Daniel Mack <daniel@xxxxxxxxxx> --- .../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 0abd6ba82dfd..9eed1868dc6e 100644 --- a/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml +++ b/Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml @@ -62,6 +62,12 @@ properties: output signal directly from the REF_CLK input. $ref: /schemas/types.yaml#/definitions/flag + cirrus,pll-lock-timeout-msec: + description: + Describes the maximum time to wait for the PLL to lock, in milliseconds. + $ref: /schemas/types.yaml#/definitions/uint32 + default: 50 + required: - compatible - reg -- 2.37.2