Re: [PATCH] clk: imx6sl: correct ocram_podf clock type

2018-06-01 Thread Stephen Boyd
Quoting Anson Huang (2018-05-16 22:00:48) > IMX6SL_CLK_OCRAM_PODF is a busy divider, its name in > CCM_CDHIPR register of Reference Manual CCM chapter > is axi_podf_busy, correct its clock type. > > Signed-off-by: Anson Huang > --- Applied to clk-next

Re: [PATCH] clk: imx6sl: correct ocram_podf clock type

2018-06-01 Thread Stephen Boyd
Quoting Anson Huang (2018-05-16 22:00:48) > IMX6SL_CLK_OCRAM_PODF is a busy divider, its name in > CCM_CDHIPR register of Reference Manual CCM chapter > is axi_podf_busy, correct its clock type. > > Signed-off-by: Anson Huang > --- Applied to clk-next

Re: [PATCH] clk: imx6sl: correct ocram_podf clock type

2018-05-20 Thread Shawn Guo
On Thu, May 17, 2018 at 01:00:48PM +0800, Anson Huang wrote: > IMX6SL_CLK_OCRAM_PODF is a busy divider, its name in > CCM_CDHIPR register of Reference Manual CCM chapter > is axi_podf_busy, correct its clock type. > > Signed-off-by: Anson Huang Acked-by: Shawn Guo

Re: [PATCH] clk: imx6sl: correct ocram_podf clock type

2018-05-20 Thread Shawn Guo
On Thu, May 17, 2018 at 01:00:48PM +0800, Anson Huang wrote: > IMX6SL_CLK_OCRAM_PODF is a busy divider, its name in > CCM_CDHIPR register of Reference Manual CCM chapter > is axi_podf_busy, correct its clock type. > > Signed-off-by: Anson Huang Acked-by: Shawn Guo

[PATCH] clk: imx6sl: correct ocram_podf clock type

2018-05-16 Thread Anson Huang
IMX6SL_CLK_OCRAM_PODF is a busy divider, its name in CCM_CDHIPR register of Reference Manual CCM chapter is axi_podf_busy, correct its clock type. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx6sl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] clk: imx6sl: correct ocram_podf clock type

2018-05-16 Thread Anson Huang
IMX6SL_CLK_OCRAM_PODF is a busy divider, its name in CCM_CDHIPR register of Reference Manual CCM chapter is axi_podf_busy, correct its clock type. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx6sl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git