pinctrl: imx8: add i.MX8QM compatible
authorPeng Fan <peng.fan@nxp.com>
Tue, 5 Mar 2019 02:32:13 +0000 (02:32 +0000)
committerStefano Babic <sbabic@denx.de>
Thu, 25 Apr 2019 15:03:25 +0000 (17:03 +0200)
Add i.MX8QM compatible

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/pinctrl/nxp/pinctrl-imx8.c

index 0738da0ebebedeb85f0aa643802ae57659901e6f..c1b0ca438aa6a12b7b950ad8fef49a8141f24d50 100644 (file)
@@ -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 */ }
 };