]> git.ipfire.org Git - people/ms/u-boot.git/commit
pinctrl: imx7ulp: Add new info instance for iomuxc1
authorPeng Fan <peng.fan@nxp.com>
Mon, 14 Aug 2017 10:09:17 +0000 (18:09 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 23 Aug 2017 08:48:15 +0000 (10:48 +0200)
commit7a7bfec39ea8a800c6cce21c3f44544943ea0a8e
tree88a83307235b24762683dd0e81d0fd172bfb876e
parent63fbc59b4f14e6c19b203cca894226874fe68998
pinctrl: imx7ulp: Add new info instance for iomuxc1

To i.MX7ULP, we need to create two info instances for
iomux0 and iomux1 respectively, otherwise iomuxc0/1 will
share one info instance and use one base, because imx_pinctrl_probe
will use info to store base address and etc. But iomuxc0/1
actually have different base address.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefano Babic <sbabic@denx.de>
drivers/pinctrl/nxp/pinctrl-imx7ulp.c