devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] clocking-wizard: Add versal clocking wizard support
@ 2022-11-22 12:12 Shubhrajyoti Datta
  2022-11-22 12:12 ` [PATCH v3 1/2] dt-bindings: clk: Add binding for versal clocking wizard Shubhrajyoti Datta
  2022-11-22 12:12 ` [PATCH v3 2/2] clocking-wizard: Add versal clocking wizard support Shubhrajyoti Datta
  0 siblings, 2 replies; 5+ messages in thread
From: Shubhrajyoti Datta @ 2022-11-22 12:12 UTC (permalink / raw)
  To: linux-clk
  Cc: git, devicetree, michal.simek, krzysztof.kozlowski+dt, robh+dt,
	sboyd, mturquette


Add Versal clocking wizard IP driver support

The Versal clocking wizard is clock circuits customized to cater to
clocking requirements. It provides configurable number of outputs.

Datasheet: https://docs.xilinx.com/r/en-US/pg321-clocking-wizard

Changes in v3:
rename the clocks to clk_in1 and s_axi_clk dt
rename the clocks to clk_in1 and s_axi_clk in driver

Changes in v2:
rename the clocks clk_in1 to in1 and s_axi_clk to s_axi in dt
rename the clocks clk_in1 to in1 and s_axi_clk to s_axi in driver
update the warn
Update the compatible to reflect versal

Shubhrajyoti Datta (2):
  dt-bindings: clk: Add binding for versal clocking wizard
  clocking-wizard: Add versal clocking wizard support

 .../clock/xlnx,versal-clk-wizard.yaml         |  65 ++
 drivers/clk/xilinx/Kconfig                    |  13 +
 drivers/clk/xilinx/Makefile                   |   1 +
 drivers/clk/xilinx/clk-xlnx-clock-wizard-v.c  | 739 ++++++++++++++++++
 4 files changed, 818 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/xlnx,versal-clk-wizard.yaml
 create mode 100644 drivers/clk/xilinx/clk-xlnx-clock-wizard-v.c

-- 
2.17.1


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

end of thread, other threads:[~2022-11-24 13:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-22 12:12 [PATCH v3 0/2] clocking-wizard: Add versal clocking wizard support Shubhrajyoti Datta
2022-11-22 12:12 ` [PATCH v3 1/2] dt-bindings: clk: Add binding for versal clocking wizard Shubhrajyoti Datta
2022-11-24 13:53   ` Krzysztof Kozlowski
2022-11-22 12:12 ` [PATCH v3 2/2] clocking-wizard: Add versal clocking wizard support Shubhrajyoti Datta
2022-11-24 13:54   ` Krzysztof Kozlowski

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