From: "Rob Herring (Arm)" <robh@kernel.org>
To: Michal Simek <michal.simek@amd.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Mike Looijmans <mike.looijmans@topic.nl>
Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] dt-bindings: clock: silabs,si5341: Add missing properties
Date: Sat, 6 Sep 2025 15:16:56 -0500 [thread overview]
Message-ID: <20250906201657.1734462-1-robh@kernel.org> (raw)
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
next reply other threads:[~2025-09-06 20:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-06 20:16 Rob Herring (Arm) [this message]
2025-09-08 6:51 ` [PATCH] dt-bindings: clock: silabs,si5341: Add missing properties Michal Simek
2025-09-16 1:10 ` Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250906201657.1734462-1-robh@kernel.org \
--to=robh@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.simek@amd.com \
--cc=mike.looijmans@topic.nl \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).