]> git.baikalelectronics.ru Git - kernel.git/commit
soc: imx: gpc: fix PDN delay
authorSven Schmitt <Sven.Schmitt@mixed-mode.de>
Tue, 24 Jul 2018 09:46:03 +0000 (09:46 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 3 Sep 2018 04:25:06 +0000 (12:25 +0800)
commit004c499bb001c56dde483a0ad0c37abc2214ea27
tree24e34500e79f4d1868dd133b6440a5d17a7b2cf2
parent77e0a4623a7dc6c49e4b731092b7a6d5605e640c
soc: imx: gpc: fix PDN delay

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 <sven.schmitt@mixed-mode.de>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/gpc.c