[PATCH 09/11] soc: imx: gpcv2: add support for i.MX8MM power domains

Marek Vasut marex at denx.de
Wed Sep 30 12:18:09 EDT 2020


On 9/30/20 5:50 PM, Lucas Stach wrote:
[...]

> @@ -757,6 +994,7 @@ static int imx_gpcv2_probe(struct platform_device *pdev)
>  static const struct of_device_id imx_gpcv2_dt_ids[] = {
>  	{ .compatible = "fsl,imx7d-gpc", .data = &imx7_pgc_domain_data, },
>  	{ .compatible = "fsl,imx8mq-gpc", .data = &imx8m_pgc_domain_data, },
> +	{ .compatible = "fsl,imx8mm-gpc", .data = &imx8mm_pgc_domain_data, },
>  	{ }

Please keep the list sorted (m is before q).



More information about the linux-arm-kernel mailing list