[PATCH] dt-bindings: clock: silabs,si5341: Add missing properties

Rob Herring (Arm) posted 1 patch 1 day, 19 hours ago
Documentation/devicetree/bindings/clock/silabs,si5341.yaml | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] dt-bindings: clock: silabs,si5341: Add missing properties
Posted by Rob Herring (Arm) 1 day, 19 hours ago
Add "clock-output-names" which is a standard property for clock
providers.

Add the "always-on" boolean property which was undocumented, but
already in use for some time. The flag prevents a clock output from
being disabled.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/clock/silabs,si5341.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/silabs,si5341.yaml b/Documentation/devicetree/bindings/clock/silabs,si5341.yaml
index b4f7efdf0b7b..d6416bded3d5 100644
--- a/Documentation/devicetree/bindings/clock/silabs,si5341.yaml
+++ b/Documentation/devicetree/bindings/clock/silabs,si5341.yaml
@@ -73,6 +73,8 @@ properties:
       - const: in1
       - const: in2
 
+  clock-output-names: true
+
   interrupts:
     maxItems: 1
     description: Interrupt for INTRb pin
@@ -130,6 +132,10 @@ patternProperties:
         description: Number of clock output
         maximum: 9
 
+      always-on:
+        description: Set to keep the clock output always running
+        type: boolean
+
       silabs,format:
         description: Output format
         $ref: /schemas/types.yaml#/definitions/uint32
-- 
2.50.1
Re: [PATCH] dt-bindings: clock: silabs,si5341: Add missing properties
Posted by Michal Simek 9 hours ago

On 9/6/25 22:16, Rob Herring (Arm) wrote:
> Add "clock-output-names" which is a standard property for clock
> providers.
> 
> Add the "always-on" boolean property which was undocumented, but
> already in use for some time. The flag prevents a clock output from
> being disabled.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>   Documentation/devicetree/bindings/clock/silabs,si5341.yaml | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/clock/silabs,si5341.yaml b/Documentation/devicetree/bindings/clock/silabs,si5341.yaml
> index b4f7efdf0b7b..d6416bded3d5 100644
> --- a/Documentation/devicetree/bindings/clock/silabs,si5341.yaml
> +++ b/Documentation/devicetree/bindings/clock/silabs,si5341.yaml
> @@ -73,6 +73,8 @@ properties:
>         - const: in1
>         - const: in2
>   
> +  clock-output-names: true
> +
>     interrupts:
>       maxItems: 1
>       description: Interrupt for INTRb pin
> @@ -130,6 +132,10 @@ patternProperties:
>           description: Number of clock output
>           maximum: 9
>   
> +      always-on:
> +        description: Set to keep the clock output always running
> +        type: boolean
> +
>         silabs,format:
>           description: Output format
>           $ref: /schemas/types.yaml#/definitions/uint32


Reviewed-by: Michal Simek <michal.simek@amd.com>
Tested-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal