[U-Boot] [PATCH RESEND 01/10] pinctrl: imx8: add i.MX8QM compatible
Peng Fan
peng.fan at nxp.com
Mon Mar 18 08:42:30 UTC 2019
Ping..
Thanks,
Peng.
> -----Original Message-----
> From: Peng Fan [mailto:peng.fan at nxp.com]
> Sent: 2019年3月5日 10:32
> To: sbabic at denx.de; Fabio Estevam <fabio.estevam at nxp.com>
> Cc: u-boot at lists.denx.de; van.freenix at gmail.com; dl-uboot-imx
> <uboot-imx at nxp.com>; Peng Fan <peng.fan at nxp.com>
> Subject: [PATCH RESEND 01/10] pinctrl: imx8: add i.MX8QM compatible
>
> Add i.MX8QM compatible
>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> ---
> drivers/pinctrl/nxp/pinctrl-imx8.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/pinctrl/nxp/pinctrl-imx8.c
> b/drivers/pinctrl/nxp/pinctrl-imx8.c
> index 0738da0ebe..c1b0ca438a 100644
> --- a/drivers/pinctrl/nxp/pinctrl-imx8.c
> +++ b/drivers/pinctrl/nxp/pinctrl-imx8.c
> @@ -25,6 +25,7 @@ static int imx8_pinctrl_probe(struct udevice *dev)
>
> static const struct udevice_id imx8_pinctrl_match[] = {
> { .compatible = "fsl,imx8qxp-iomuxc", .data =
> (ulong)&imx8_pinctrl_soc_info },
> + { .compatible = "fsl,imx8qm-iomuxc", .data =
> (ulong)&imx8_pinctrl_soc_info },
> { /* sentinel */ }
> };
>
> --
> 2.16.4
More information about the U-Boot
mailing list