mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 10:17:21 +00:00
pinctrl: imx8: add i.MX8QM compatible
Add i.MX8QM compatible Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
fbd611897a
commit
a413c17e41
1 changed files with 1 additions and 0 deletions
|
@ -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 */ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue