Re: [PATCH 2/2] clk: socfpga: agilex: add clock driver for the Agilex platform

2019-09-17 Thread Stephen Boyd
Quoting Dinh Nguyen (2019-09-17 18:34:59) > diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile > index 0cad76021297..ef2c96c0f1e0 100644 > --- a/drivers/clk/Makefile > +++ b/drivers/clk/Makefile > @@ -18,6 +18,7 @@ endif > > # hardware specific clock types > # please keep this section

[PATCH 2/2] clk: socfpga: agilex: add clock driver for the Agilex platform

2019-09-17 Thread Dinh Nguyen
For the most part the Agilex clock structure is very similar to Stratix10, so we re-use most of the Stratix10 clock driver. Signed-off-by: Dinh Nguyen --- drivers/clk/Makefile| 1 + drivers/clk/socfpga/Makefile| 2 + drivers/clk/socfpga/clk-agilex.c| 332