]> git.ipfire.org Git - people/arne_f/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 16:59:46 +0000 (17:59 +0100)
commit830a50a3c429ea266758debf02d9d4d39bdd58b4
tree714ccb9f494b41d3149cd683e0665a7107334e9d
parentbbc864a7b8474bd5241d3b10207ccf819b902d19
soc: imx: gpc: fix PDN delay

[ Upstream commit 9f4d61d531e0efc9c3283963ae5ef7e314579191 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/soc/imx/gpc.c