diff mbox series

[1/3] soc: imx: gpc: Increase GPC_CLK_MAX to 7

Message ID f224bad2c4bf8d09faded5fe557463e313e368de.1538426534.git.leonard.crestez@nxp.com (mailing list archive)
State Not Applicable, archived
Headers show
Series ARM: dts: imx6sx: Add DISPLAY power domain support | expand

Commit Message

Leonard Crestez Oct. 1, 2018, 8:56 p.m. UTC
The DISPLAY power domain on imx6sx has 7 clocks.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
---
 drivers/soc/imx/gpc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/soc/imx/gpc.c b/drivers/soc/imx/gpc.c
index c1d0ffdac6dd..51cbfe63ec12 100644
--- a/drivers/soc/imx/gpc.c
+++ b/drivers/soc/imx/gpc.c
@@ -39,11 +39,11 @@ 
 #define GPC_PGC_DISP_SR		0x24c
 
 #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)
 
 struct imx_pm_domain {
 	struct generic_pm_domain base;