pinctrl: imx: add imx7ulp driver
authorDong Aisheng <aisheng.dong@nxp.com>
Tue, 25 Jul 2017 13:41:53 +0000 (21:41 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Aug 2017 13:01:01 +0000 (15:01 +0200)
commitb026402b735c204cd1ea0f99d2630dc13dd8167c
tree24240a0375e6baeddf156ab106cf165ed4e82ed7
parentfc4f351a63309dbcf3ac802ffc9b0c0cb39c6edc
pinctrl: imx: add imx7ulp driver

i.MX 7ULP has three IOMUXC instances: IOMUXC0 for M4 ports,
IOMUXC1 for A7 ports and IOMUXC DDR for DDR interface.

This patch adds the IOMUXC1 support for A7.
It only supports generic pin config.

Cc: Bai Ping <ping.bai@nxp.com>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/freescale/Kconfig
drivers/pinctrl/freescale/Makefile
drivers/pinctrl/freescale/pinctrl-imx7ulp.c [new file with mode: 0644]