Commit b6444cf5 authored by Leonard Crestez's avatar Leonard Crestez Committed by Shawn Guo
Browse files

soc: imx: gpc: Increase GPC_CLK_MAX to 7



The DISPLAY power domain on imx6sx has 7 clocks.

Signed-off-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 685efffe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)