On Fri, Nov 16, 2018 at 04:49:27PM +0100, Lucas Stach wrote: > 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@xxxxxxxxxxxxxx> > --- > .../bindings/power/fsl,imx-gpcv2.txt | 7 +- Acked-by: Rob Herring <robh@xxxxxxxxxx> > drivers/soc/imx/Kconfig | 6 +- > drivers/soc/imx/Makefile | 2 +- > drivers/soc/imx/gpcv2.c | 208 +++++++++++++++++- > include/dt-bindings/power/imx8mq-power.h | 21 ++ > 5 files changed, 237 insertions(+), 7 deletions(-) > create mode 100644 include/dt-bindings/power/imx8mq-power.h