Re: [PATCH v3 1/3] soc: imx: gpc: fix PDN delay

2018-08-21 Thread Shawn Guo
On Tue, Jul 24, 2018 at 09:46:03AM +, Sven Schmitt wrote: > imx6_pm_domain_power_off() reads iso and iso2sw from GPC_PGC_PUPSCR_OFFS > which stores the power up delays. > So use GPC_PGC_PDNSCR_OFFS for the correct delays. > > Signed-off-by: Sven Schmitt Applied, thanks.

Re: [PATCH v3 1/3] soc: imx: gpc: fix PDN delay

2018-08-21 Thread Shawn Guo
On Tue, Jul 24, 2018 at 09:46:03AM +, Sven Schmitt wrote: > imx6_pm_domain_power_off() reads iso and iso2sw from GPC_PGC_PUPSCR_OFFS > which stores the power up delays. > So use GPC_PGC_PDNSCR_OFFS for the correct delays. > > Signed-off-by: Sven Schmitt Applied, thanks.

Re: [PATCH v3 1/3] soc: imx: gpc: fix PDN delay

2018-07-24 Thread Leonard Crestez
On Tue, 2018-07-24 at 09:46 +, Sven Schmitt wrote: > imx6_pm_domain_power_off() reads iso and iso2sw from > GPC_PGC_PUPSCR_OFFS > which stores the power up delays. > So use GPC_PGC_PDNSCR_OFFS for the correct delays. > > Signed-off-by: Sven Schmitt Reviewed-by: Leonard Crestez > ---

Re: [PATCH v3 1/3] soc: imx: gpc: fix PDN delay

2018-07-24 Thread Leonard Crestez
On Tue, 2018-07-24 at 09:46 +, Sven Schmitt wrote: > imx6_pm_domain_power_off() reads iso and iso2sw from > GPC_PGC_PUPSCR_OFFS > which stores the power up delays. > So use GPC_PGC_PDNSCR_OFFS for the correct delays. > > Signed-off-by: Sven Schmitt Reviewed-by: Leonard Crestez > ---

[PATCH v3 1/3] soc: imx: gpc: fix PDN delay

2018-07-24 Thread Sven Schmitt
imx6_pm_domain_power_off() reads iso and iso2sw from GPC_PGC_PUPSCR_OFFS which stores the power up delays. So use GPC_PGC_PDNSCR_OFFS for the correct delays. Signed-off-by: Sven Schmitt --- drivers/soc/imx/gpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v3 1/3] soc: imx: gpc: fix PDN delay

2018-07-24 Thread Sven Schmitt
imx6_pm_domain_power_off() reads iso and iso2sw from GPC_PGC_PUPSCR_OFFS which stores the power up delays. So use GPC_PGC_PDNSCR_OFFS for the correct delays. Signed-off-by: Sven Schmitt --- drivers/soc/imx/gpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git