* [PATCH] dt-bindings: clock: silabs,si5341: Add missing properties
@ 2025-09-06 20:16 Rob Herring (Arm)
2025-09-08 6:51 ` Michal Simek
2025-09-16 1:10 ` Stephen Boyd
0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-09-06 20:16 UTC (permalink / raw)
To: Michal Simek, Michael Turquette, Stephen Boyd,
Krzysztof Kozlowski, Conor Dooley, Mike Looijmans
Cc: linux-clk, devicetree, linux-kernel
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: clock: silabs,si5341: Add missing properties
2025-09-06 20:16 [PATCH] dt-bindings: clock: silabs,si5341: Add missing properties Rob Herring (Arm)
@ 2025-09-08 6:51 ` Michal Simek
2025-09-16 1:10 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2025-09-08 6:51 UTC (permalink / raw)
To: Rob Herring (Arm), Michael Turquette, Stephen Boyd,
Krzysztof Kozlowski, Conor Dooley, Mike Looijmans
Cc: linux-clk, devicetree, linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: clock: silabs,si5341: Add missing properties
2025-09-06 20:16 [PATCH] dt-bindings: clock: silabs,si5341: Add missing properties Rob Herring (Arm)
2025-09-08 6:51 ` Michal Simek
@ 2025-09-16 1:10 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2025-09-16 1:10 UTC (permalink / raw)
To: Conor Dooley, Krzysztof Kozlowski, Michael Turquette,
Michal Simek, Mike Looijmans, Rob Herring
Cc: linux-clk, devicetree, linux-kernel
Quoting Rob Herring (Arm) (2025-09-06 13:16:56)
> 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>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-16 1:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-06 20:16 [PATCH] dt-bindings: clock: silabs,si5341: Add missing properties Rob Herring (Arm)
2025-09-08 6:51 ` Michal Simek
2025-09-16 1:10 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).