瀏覽代碼

pinctrl: imx8: add i.MX8QM compatible

Add i.MX8QM compatible

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Peng Fan 5 年之前
父節點
當前提交
a413c17e41
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/pinctrl/nxp/pinctrl-imx8.c

+ 1 - 0
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 */ }
 };