diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2018-11-16 16:49:27 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-05 08:50:36 +0800 |
commit | 685efffe37c921cf1d56dd3c8617dc67bc343a99 (patch) | |
tree | 02150a8865adf3940bbc7e2d1d689d5328cb96f8 /drivers/soc/imx/Makefile | |
parent | e125dcba83f59b87b1db30f5b7075705d95cfcf7 (diff) | |
download | linux-685efffe37c921cf1d56dd3c8617dc67bc343a99.tar.gz |
soc: imx: gpcv2: add support for i.MX8MQ SoC
The GPCv2 on the Freescale i.MX8MQ SoC works in the same way as the
GPCv2 on the i.MX7, but only controls more power domains with a
different mapping.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/soc/imx/Makefile')
-rw-r--r-- | drivers/soc/imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/imx/Makefile b/drivers/soc/imx/Makefile index aab41a5cc317..506a6f3c2b9b 100644 --- a/drivers/soc/imx/Makefile +++ b/drivers/soc/imx/Makefile @@ -1,2 +1,2 @@ obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o -obj-$(CONFIG_IMX7_PM_DOMAINS) += gpcv2.o +obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o |