projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b983da
)
soc: imx: gpcv2: keep i.MX8MN gpumix bus clock enabled
author
Adam Ford
<aford173@gmail.com>
Wed, 15 Dec 2021 00:46:18 +0000
(18:46 -0600)
committer
Shawn Guo
<shawnguo@kernel.org>
Fri, 17 Dec 2021 02:53:03 +0000
(10:53 +0800)
Like the i.MX8MM, keep the gpumix clocks running when the
domain is active.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/gpcv2.c
patch
|
blob
|
history
diff --git
a/drivers/soc/imx/gpcv2.c
b/drivers/soc/imx/gpcv2.c
index 8176380b02e6e7c2b04a8dbb57e522eff409126e..a0eab9f41a7166959ceafdd8e53dc2c701816a1c 100644
(file)
--- a/
drivers/soc/imx/gpcv2.c
+++ b/
drivers/soc/imx/gpcv2.c
@@
-841,6
+841,7
@@
static const struct imx_pgc_domain imx8mn_pgc_domains[] = {
.hskack = IMX8MN_GPUMIX_HSK_PWRDNACKN,
},
.pgc = BIT(IMX8MN_PGC_GPUMIX),
+ .keep_clocks = true,
},
};