From: Jai Luthra <jai.luthra@xxxxxxxxxxxxxxxx> Spread-spectrum clock generation is supported by UB9702, but only optionally required depending upon the hardware. Add a device-tree property for enabling SSCG. Signed-off-by: Jai Luthra <jai.luthra@xxxxxxxxxxxxxxxx> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx> --- Cc: devicetree@xxxxxxxxxxxxxxx Cc: Rob Herring <robh@xxxxxxxxxx> Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> Cc: Conor Dooley <conor+dt@xxxxxxxxxx> --- Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml b/Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml index 0b71e6f911a8..970f0f36449a 100644 --- a/Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml +++ b/Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml @@ -43,6 +43,11 @@ properties: minItems: 1 maxItems: 32 + ti,enable-sscg: + type: boolean + description: + Enable Spread-Spectrum Clock Generator for the BC clock for all ports. + links: type: object additionalProperties: false -- 2.43.0