Re: [PATCH v3 06/10] clk: clock-wizard: Remove the hardcoding of the clock outputs

2020-01-05 Thread Stephen Boyd
Quoting shubhrajyoti.da...@gmail.com (2019-11-27 22:36:13) > diff --git a/drivers/clk/clk-xlnx-clock-wizard.c > b/drivers/clk/clk-xlnx-clock-wizard.c > index bc0354a..4c6155b 100644 > --- a/drivers/clk/clk-xlnx-clock-wizard.c > +++ b/drivers/clk/clk-xlnx-clock-wizard.c > @@ -493,6 +493,7 @@

[PATCH v3 06/10] clk: clock-wizard: Remove the hardcoding of the clock outputs

2019-11-27 Thread shubhrajyoti . datta
From: Shubhrajyoti Datta The number of output clocks are configurable in the hardware. Currently the driver registers the maximum number of outputs. Fix the same by registering only the outputs that are there. Signed-off-by: Shubhrajyoti Datta --- drivers/clk/clk-xlnx-clock-wizard.c | 5 +++--