From 5b8ccd6752650d98b05c236ec9dbb21c3c69fb68 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 14 Aug 2019 09:33:18 +0200 Subject: pinctrl: i.MX iomux-v1: Add i.MX1 support This adds the device tree compatible for the i.MX1 iomux. Signed-off-by: Sascha Hauer --- drivers/pinctrl/imx-iomux-v1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/pinctrl') 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 */ } -- cgit v1.2.3