mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02: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:
@@ -25,6 +25,7 @@ static int imx8_pinctrl_probe(struct udevice *dev)
|
|||||||
|
|
||||||
static const struct udevice_id imx8_pinctrl_match[] = {
|
static const struct udevice_id imx8_pinctrl_match[] = {
|
||||||
{ .compatible = "fsl,imx8qxp-iomuxc", .data = (ulong)&imx8_pinctrl_soc_info },
|
{ .compatible = "fsl,imx8qxp-iomuxc", .data = (ulong)&imx8_pinctrl_soc_info },
|
||||||
|
{ .compatible = "fsl,imx8qm-iomuxc", .data = (ulong)&imx8_pinctrl_soc_info },
|
||||||
{ /* sentinel */ }
|
{ /* sentinel */ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user