Commits

Peng Fan committed 482c520359b
MLK-13911-7 drivers: pinctrl: support i.MX8 SCU On i.MX8QM/QXP, pin is handled by SCU, A53/72 can not directly handle pinmux as i.MX6/7. Split the original pinctrl-imx.c to two parts, the pinctrl-memmap.c will handle the memory mapped access for i.MX6/7. pinctrl-imx.c will be shared by legacy i.mx and i.MX8. Introduce pinctrl-scu.c to handle the connection with SCU to configure pin settings. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>