RE: [PATCH 5/6] clk: imx8mn: Add necessary frequency support for ARM PLL table

2019-08-17 Thread Anson Huang
Hi, Stephen > Quoting Anson Huang (2019-08-17 15:22:01) > > Hi, Stephen > > > > > Quoting anson.hu...@nxp.com (2019-08-15 03:59:42) > > > > diff --git a/drivers/clk/imx/clk-imx8mn.c > > > > b/drivers/clk/imx/clk-imx8mn.c index ecd1062..3f1239a 100644 > > > > --- a/drivers/clk/imx/clk-imx8mn.c > >

RE: [PATCH 5/6] clk: imx8mn: Add necessary frequency support for ARM PLL table

2019-08-17 Thread Stephen Boyd
Quoting Anson Huang (2019-08-17 15:22:01) > Hi, Stephen > > > Quoting anson.hu...@nxp.com (2019-08-15 03:59:42) > > > diff --git a/drivers/clk/imx/clk-imx8mn.c > > > b/drivers/clk/imx/clk-imx8mn.c index ecd1062..3f1239a 100644 > > > --- a/drivers/clk/imx/clk-imx8mn.c > > > +++ b/drivers/clk/imx/cl

RE: [PATCH 5/6] clk: imx8mn: Add necessary frequency support for ARM PLL table

2019-08-17 Thread Anson Huang
Hi, Stephen > Quoting anson.hu...@nxp.com (2019-08-15 03:59:42) > > diff --git a/drivers/clk/imx/clk-imx8mn.c > > b/drivers/clk/imx/clk-imx8mn.c index ecd1062..3f1239a 100644 > > --- a/drivers/clk/imx/clk-imx8mn.c > > +++ b/drivers/clk/imx/clk-imx8mn.c > > @@ -82,6 +84,7 @@ static struct imx_pll14

Re: [PATCH 5/6] clk: imx8mn: Add necessary frequency support for ARM PLL table

2019-08-16 Thread Stephen Boyd
Quoting anson.hu...@nxp.com (2019-08-15 03:59:42) > diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c > index ecd1062..3f1239a 100644 > --- a/drivers/clk/imx/clk-imx8mn.c > +++ b/drivers/clk/imx/clk-imx8mn.c > @@ -82,6 +84,7 @@ static struct imx_pll14xx_clk imx8mn_dram_pll =

[PATCH 5/6] clk: imx8mn: Add necessary frequency support for ARM PLL table

2019-08-15 Thread Anson . Huang
From: Anson Huang i.MX8MN supports CPU running at 1.5GHz/1.4GHz/1.2GHz, add missing frequency for ARM PLL table. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx8mn.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c index