Re: [PATCH] ARM: dts: imx6sl: correct PWM ipg clock source

2019-01-11 Thread Shawn Guo
On Wed, Dec 19, 2018 at 05:41:31AM +, Anson Huang wrote: > From i.MX6SL Reference Manual, the PWMx's ipg clock > for registers access is from perclk, correct them. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH] ARM: dts: imx6sl: correct PWM ipg clock source

2018-12-19 Thread Uwe Kleine-König
Hello, On Wed, Dec 19, 2018 at 08:44:13AM +, Anson Huang wrote: > i.MX6SL current setting has no issue, because the ipg_clk_s is from perclk > which is always > ON, but it does NOT match the clock info in reference manual, while other > i.MX6 SoCs > are having correct clock settings for PWM

RE: [PATCH] ARM: dts: imx6sl: correct PWM ipg clock source

2018-12-19 Thread Anson Huang
l.org; > mark.rutl...@arm.com; linux-arm-ker...@lists.infradead.org; > devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; dl-linux-imx > ; linux-...@vger.kernel.org > Subject: Re: [PATCH] ARM: dts: imx6sl: correct PWM ipg clock source > > [Cc: += linux-pwm] > > Hello, >

Re: [PATCH] ARM: dts: imx6sl: correct PWM ipg clock source

2018-12-19 Thread Uwe Kleine-König
[Cc: += linux-pwm] Hello, On Wed, Dec 19, 2018 at 05:41:31AM +, Anson Huang wrote: > From i.MX6SL Reference Manual, the PWMx's ipg clock > for registers access is from perclk, correct them. I assume this is related to the patch "pwm: imx: add ipg clock operation"? This patch doesn't fix a re

[PATCH] ARM: dts: imx6sl: correct PWM ipg clock source

2018-12-18 Thread Anson Huang
>From i.MX6SL Reference Manual, the PWMx's ipg clock for registers access is from perclk, correct them. Signed-off-by: Anson Huang --- arch/arm/boot/dts/imx6sl.dtsi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6s