commit | 7f0fb44cc1602344f290cc251fa19169af98470e | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon Aug 14 18:09:17 2017 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Wed Aug 23 10:48:15 2017 +0200 |
tree | 88a83307235b24762683dd0e81d0fd172bfb876e | |
parent | f82e1e99de85a6104b5ad51db5f580c237b48ce7 [diff] |
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>