linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] clk: ti: add am33xx spread spectrum clock support
@ 2021-03-18 17:26 Dario Binacchi
  2021-03-18 17:26 ` [PATCH v2 1/4] clk: ti: fix typo in routine description Dario Binacchi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dario Binacchi @ 2021-03-18 17:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dario Binacchi, Grygorii Strashko, Benoît Cousson,
	Lee Jones, Michael Turquette, Rob Herring, Stephen Boyd,
	Tero Kristo, Tony Lindgren, devicetree, linux-clk, linux-omap


As reported by the TI spruh73x RM, MPU and LCD modules support spread
spectrum clocking (SSC) on their output clocks. SSC is used to spread
the spectral peaking of the clock to reduce any electromagnetic
interference (EMI) that may be caused due to the clock’s fundamental
or any of its harmonics.
The series allows you to enable and adjust the spread spectrum clocking
for all am33xx PLLs for which it is supported.


Changes in v2:
- Remove SSC registers from dpll_core_ck@490 node (SSC is not supported)
- Add SSC registers to dpll_mpu_ck@488 node.
- Move the DT changes to the previous patch in the series.

Dario Binacchi (4):
  clk: ti: fix typo in routine description
  dt-bindings: ti: dpll: add spread spectrum support
  ARM: dts: am33xx-clocks: add spread spectrum support
  clk: ti: add am33xx spread spectrum clock support

 .../devicetree/bindings/clock/ti/dpll.txt     | 20 +++++
 arch/arm/boot/dts/am33xx-clocks.dtsi          |  4 +-
 drivers/clk/ti/dpll.c                         | 41 +++++++++
 drivers/clk/ti/dpll3xxx.c                     | 87 ++++++++++++++++++-
 include/linux/clk/ti.h                        | 24 +++++
 5 files changed, 173 insertions(+), 3 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-03-30  2:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 17:26 [PATCH v2 0/4] clk: ti: add am33xx spread spectrum clock support Dario Binacchi
2021-03-18 17:26 ` [PATCH v2 1/4] clk: ti: fix typo in routine description Dario Binacchi
2021-03-30  2:23   ` Stephen Boyd
2021-03-18 17:26 ` [PATCH v2 3/4] ARM: dts: am33xx-clocks: add spread spectrum support Dario Binacchi
2021-03-24 12:09   ` Tony Lindgren
2021-03-18 17:26 ` [PATCH v2 4/4] clk: ti: add am33xx spread spectrum clock support Dario Binacchi

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).