This adds the device tree compatible for the i.MX1 iomux.

Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de>
---
 drivers/pinctrl/imx-iomux-v1.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/pinctrl/imx-iomux-v1.c b/drivers/pinctrl/imx-iomux-v1.c
index d0136f931e..81925f2fd4 100644
--- a/drivers/pinctrl/imx-iomux-v1.c
+++ b/drivers/pinctrl/imx-iomux-v1.c
@@ -289,6 +289,8 @@ static int imx_iomux_v1_probe(struct device_d *dev)
 static __maybe_unused struct of_device_id imx_iomux_v1_dt_ids[] = {
        {
                .compatible = "fsl,imx27-iomuxc",
+       }, {
+               .compatible = "fsl,imx1-iomuxc",
        }, {
                /* sentinel */
        }
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to