]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
soc: imx: gpc: fix comment when power up domain
authorDong Aisheng <aisheng.dong@nxp.com>
Thu, 23 Mar 2017 04:53:22 +0000 (12:53 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 24 Mar 2017 05:43:04 +0000 (13:43 +0800)
The correct comment should be power up domain.

Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/gpc.c

index 9a2354ea48c93fb8c91484defa928a106b0e11bb..afb02f9cc231e2c9b9a9bc95e9214d6c462e208a 100644 (file)
@@ -104,7 +104,7 @@ static int imx6_pm_domain_power_on(struct generic_pm_domain *genpd)
        regmap_update_bits(pd->regmap, pd->reg_offs + GPC_PGC_PDN_OFFS,
                           0x1, 0x1);
 
-       /* Read ISO and ISO2SW power down delays */
+       /* Read ISO and ISO2SW power up delays */
        regmap_read(pd->regmap, pd->reg_offs + GPC_PGC_PUPSCR_OFFS, &val);
        sw = val & 0x3f;
        sw2iso = (val >> 8) & 0x3f;