diff options
author | Adam Ford | 2021-12-14 18:46:18 -0600 |
---|---|---|
committer | Shawn Guo | 2021-12-17 10:53:03 +0800 |
commit | e2a6d22f3b48dffcab1dbcb162572ef5a923f24d (patch) | |
tree | 4978b211cbc7d82da1939f913755577a1cd1a893 /drivers/soc/imx | |
parent | 7b983da38417fa8c36514d6a98997b3cad11b6a9 (diff) |
soc: imx: gpcv2: keep i.MX8MN gpumix bus clock enabled
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>
Diffstat (limited to 'drivers/soc/imx')
-rw-r--r-- | drivers/soc/imx/gpcv2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/gpcv2.c b/drivers/soc/imx/gpcv2.c index 8176380b02e6..a0eab9f41a71 100644 --- 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, }, }; |