pinctrl: imx: Support i.MX7D
authorPeng Fan <van.freenix@gmail.com>
Wed, 3 Feb 2016 02:06:08 +0000 (10:06 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 21 Feb 2016 10:25:29 +0000 (11:25 +0100)
commitc4068dfb31e16f5a27f7177a156cd7a4271ececb
treee967ec21528759eaa6f54b137c235322b8bc8045
parent745df68d362346306900678178b8a7d5bbd73d0e
pinctrl: imx: Support i.MX7D

Introudce i.MX7 pinctrl driver support.
For now only i.MX7D supported.
There are two iomux controllers in i.MX7D, iomuxc and iomuxc_lpsr.
To iomuxc_lpsr, ZERO_OFFSET_VALID is set, means offset of mux_reg
and conf_reg can begin at 0.

Signed-off-by: Peng Fan <van.freenix@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/pinctrl/nxp/Kconfig
drivers/pinctrl/nxp/Makefile
drivers/pinctrl/nxp/pinctrl-imx7.c [new file with mode: 0644]