imx: power-domain: Add fsl,imx8mn-gpc compatible string
authorMarek Vasut <marex@denx.de>
Fri, 9 Apr 2021 22:19:27 +0000 (00:19 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 18 Apr 2021 02:29:36 +0000 (04:29 +0200)
The driver is compatible with iMX8MN, add missing compatible string.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Ye Li <ye.li@nxp.com>
Cc: uboot-imx <uboot-imx@nxp.com>
drivers/power/domain/imx8m-power-domain.c

index ebac90d..5d34bc1 100644 (file)
@@ -121,6 +121,7 @@ static int imx8m_power_domain_of_to_plat(struct udevice *dev)
 static const struct udevice_id imx8m_power_domain_ids[] = {
        { .compatible = "fsl,imx8mq-gpc" },
        { .compatible = "fsl,imx8mm-gpc" },
+       { .compatible = "fsl,imx8mn-gpc" },
        { }
 };