mbox series

[v1,0/2] clocking-wizard: Added support for versal clocking wizard

Message ID 20230418102855.6791-1-shubhrajyoti.datta@amd.com
Headers show
Series clocking-wizard: Added support for versal clocking wizard | expand

Message

Shubhrajyoti Datta April 18, 2023, 10:28 a.m. UTC
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.
Adds Versal clocking wizard support to the current clocking wizard driver.

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



Shubhrajyoti Datta (2):
  dt-bindings: clocking-wizard: add versal compatible
  clocking-wizard: Add support for versal clocking wizard

 .../bindings/clock/xlnx,clocking-wizard.yaml  |   1 +
 drivers/clk/xilinx/clk-xlnx-clock-wizard.c    | 506 ++++++++++++++----
 2 files changed, 401 insertions(+), 106 deletions(-)

Comments

Krzysztof Kozlowski April 18, 2023, 5:28 p.m. UTC | #1
On 18/04/2023 12:28, Shubhrajyoti Datta wrote:
> 
> 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.
> Adds Versal clocking wizard support to the current clocking wizard driver.
> 
> Datasheet link: https://docs.xilinx.com/r/en-US/pg321-clocking-wizard

This is not really v1. Please link previous submissions and keep changelog.

Best regards,
Krzysztof