diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2018-10-08 14:06:19 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-09 19:51:12 -0500 |
commit | b6444cf5fa607469d9a14edef2edad32773f4514 (patch) | |
tree | 1c571728dd94e5b2af8fa45413a27e6133254191 | |
parent | 685efffe37c921cf1d56dd3c8617dc67bc343a99 (diff) |
soc: imx: gpc: Increase GPC_CLK_MAX to 7
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>
-rw-r--r-- | drivers/soc/imx/gpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/imx/gpc.c b/drivers/soc/imx/gpc.c index aa3729ecaa9e..7d14a4b4e82a 100644 --- a/drivers/soc/imx/gpc.c +++ b/drivers/soc/imx/gpc.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #define GPU_VPU_PUP_REQ BIT(1) | 35 | #define GPU_VPU_PUP_REQ BIT(1) |
36 | #define GPU_VPU_PDN_REQ BIT(0) | 36 | #define GPU_VPU_PDN_REQ BIT(0) |
37 | 37 | ||
38 | #define GPC_CLK_MAX 6 | 38 | #define GPC_CLK_MAX 7 |
39 | 39 | ||
40 | #define PGC_DOMAIN_FLAG_NO_PD BIT(0) | 40 | #define PGC_DOMAIN_FLAG_NO_PD BIT(0) |
41 | 41 | ||