Devicetree
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for Si549 programmable clock
@ 2026-07-01 14:50 Pavel Löbl
  2026-07-01 14:51 ` [PATCH v2 1/2] dt-bindings: clock: si544: add si549 compatible Pavel Löbl
  2026-07-01 14:51 ` [PATCH v2 2/2] clk: si544: add support for si549 Pavel Löbl
  0 siblings, 2 replies; 5+ messages in thread
From: Pavel Löbl @ 2026-07-01 14:50 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Brian Masney, Rob Herring,
	Krzysztof Kozlowski
  Cc: devicetree, linux-clk, Pavel Löbl

This adds support for Si549 programmable oscillator. It's almost the
same as already supported Si544, except it uses different internal
oscillator frequency.

So new compatible strings are added, and driver data is extended
to carry both maximum output frequency and internal xtal frequency.

Changes in v2:
  Fixed obvious stuff found by Sashiko (extra unused struct member),
  removing unneeded data argument to calculation functions, xo_freq
  is now passed in settings struct.


Pavel Löbl (2):
  dt-bindings: clock: si544: add si549 compatible
  clk: si544: add support for si549

 .../bindings/clock/silabs,si544.yaml          | 10 ++-
 drivers/clk/Kconfig                           |  6 +-
 drivers/clk/clk-si544.c                       | 82 +++++++++++++++----
 3 files changed, 75 insertions(+), 23 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-01 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01 14:50 [PATCH v2 0/2] Add support for Si549 programmable clock Pavel Löbl
2026-07-01 14:51 ` [PATCH v2 1/2] dt-bindings: clock: si544: add si549 compatible Pavel Löbl
2026-07-01 17:00   ` Conor Dooley
2026-07-01 14:51 ` [PATCH v2 2/2] clk: si544: add support for si549 Pavel Löbl
2026-07-01 15:05   ` sashiko-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox