[PATCH 06/19] imx: power-domain: Add fsl, imx8mm-gpc compatible string
Jaehoon Chung
jh80.chung at samsung.com
Mon Apr 5 01:26:31 CEST 2021
On 4/2/21 9:47 PM, Marek Vasut wrote:
> The driver is compatible with iMX8MM, add missing compatible string.
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Fabio Estevam <festevam at gmail.com>
> Cc: Peng Fan <peng.fan at nxp.com>
> Cc: Stefano Babic <sbabic at denx.de>
> Cc: Ye Li <ye.li at nxp.com>
> Cc: uboot-imx <uboot-imx at nxp.com>
Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>
Best Regards,
Jaehoon Chung
> ---
> drivers/power/domain/imx8m-power-domain.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/power/domain/imx8m-power-domain.c b/drivers/power/domain/imx8m-power-domain.c
> index c4cd07ffaf4..ebac90d81c1 100644
> --- a/drivers/power/domain/imx8m-power-domain.c
> +++ b/drivers/power/domain/imx8m-power-domain.c
> @@ -120,6 +120,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" },
> { }
> };
>
>
More information about the U-Boot
mailing list