pinctrl: add pinctrl driver for imx6dl
authorShawn Guo <shawn.guo@linaro.org>
Thu, 21 Mar 2013 13:55:41 +0000 (21:55 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 9 Apr 2013 14:53:38 +0000 (22:53 +0800)
commit3f551d6acaacd93b143769ad52239f0f3eee4d5b
tree0d40982793e785352516556df3a6e1c676582b76
parent8807b34476f9ca9371fd9bd23b40a1148aa332db
pinctrl: add pinctrl driver for imx6dl

The imx6dl is a derivative of imx6q with very limited difference.  These
two SoCs are so compatible that they can be handled as one platform in
software.  That said, we will not have target SOC_IMX6DL but just
reusing SOC_IMX6Q.   That's why the pinctrl-imx6dl driver is added here
with symbol PINCTRL_IMX6Q controlling the build of it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/fsl,imx6dl-pinctrl.txt [new file with mode: 0644]
arch/arm/boot/dts/imx6dl-pinfunc.h [new file with mode: 0644]
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-imx6dl.c [new file with mode: 0644]