Re: [U-Boot] [PATCH 16/19] pinctrl: imx6: support i.MX6SLL

2016-11-27 Thread Simon Glass
On 23 November 2016 at 23:47, Peng Fan wrote: > There two iomuxc for i.MX6SLL. One is normal IOMUXC, the other > is for IOMUXC_SNVS. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Simon Glass > --- > drivers/pinctrl/nxp/pinctrl-imx6.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-

[U-Boot] [PATCH 16/19] pinctrl: imx6: support i.MX6SLL

2016-11-23 Thread Peng Fan
There two iomuxc for i.MX6SLL. One is normal IOMUXC, the other is for IOMUXC_SNVS. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Simon Glass --- drivers/pinctrl/nxp/pinctrl-imx6.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pinctrl/nxp/pinctrl-imx6.c b/drivers/pinctrl/nxp/pi