]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
soc: imx: gpc: Increase GPC_CLK_MAX to 7
authorLeonard Crestez <leonard.crestez@nxp.com>
Mon, 8 Oct 2018 18:06:19 +0000 (18:06 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Dec 2018 00:51:12 +0000 (08:51 +0800)
The DISPLAY power domain on imx6sx has 7 clocks.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/gpc.c

index aa3729ecaa9ef86291ab685e2a5beafa6371e972..7d14a4b4e82a44f6a3d9da31d46cfb44142de8d7 100644 (file)
@@ -35,7 +35,7 @@
 #define GPU_VPU_PUP_REQ                BIT(1)
 #define GPU_VPU_PDN_REQ                BIT(0)
 
-#define GPC_CLK_MAX            6
+#define GPC_CLK_MAX            7
 
 #define PGC_DOMAIN_FLAG_NO_PD          BIT(0)