Re: [PATCH] pinctrl: imx5: fix GPIO_8 pad CAN1_RXCAN configuration

2012-12-14 Thread Linus Walleij
On Wed, Dec 12, 2012 at 1:21 PM, Philipp Zabel wrote: > 3 is an invalid value for the CAN1_IPP_IND_CANRX_SELECT_INPUT > register. Set it to 2, which correctly selects the GPIO_8 pad. > > Signed-off-by: Philipp Zabel Applied to my fixes branch, unless someone protests now. Yours, Linus Walleij

Re: [PATCH] pinctrl: imx5: fix GPIO_8 pad CAN1_RXCAN configuration

2012-12-14 Thread Linus Walleij
On Wed, Dec 12, 2012 at 1:21 PM, Philipp Zabel p.za...@pengutronix.de wrote: 3 is an invalid value for the CAN1_IPP_IND_CANRX_SELECT_INPUT register. Set it to 2, which correctly selects the GPIO_8 pad. Signed-off-by: Philipp Zabel p.za...@pengutronix.de Applied to my fixes branch, unless

[PATCH] pinctrl: imx5: fix GPIO_8 pad CAN1_RXCAN configuration

2012-12-12 Thread Philipp Zabel
3 is an invalid value for the CAN1_IPP_IND_CANRX_SELECT_INPUT register. Set it to 2, which correctly selects the GPIO_8 pad. Signed-off-by: Philipp Zabel --- drivers/pinctrl/pinctrl-imx53.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-imx53.c

[PATCH] pinctrl: imx5: fix GPIO_8 pad CAN1_RXCAN configuration

2012-12-12 Thread Philipp Zabel
3 is an invalid value for the CAN1_IPP_IND_CANRX_SELECT_INPUT register. Set it to 2, which correctly selects the GPIO_8 pad. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/pinctrl/pinctrl-imx53.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git