commit | 7a7bfec39ea8a800c6cce21c3f44544943ea0a8e | [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 | 63fbc59b4f14e6c19b203cca894226874fe68998 [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>