How to enable flexcan1 on pins 55/63 on colibri imx7?

Dear @aymen,

I saw on the community that a very similar issue has arisen once before. You will likely have to alter an iomuxing line. The thread I am talking about is this one.

This is the line you will have to alter:

 &iomuxc {
        pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_gpio1 &pinctrl_gpio2 &pinctrl_gpio3 &pinctrl_gpio4
+       pinctrl-0 = <&pinctrl_gpio1 &pinctrl_gpio2 &pinctrl_gpio3
                     &pinctrl_gpio5 &pinctrl_lvds_transceiver>;
 
        pinctrl_atmel_adapter: atmeladaptergrp { /* ATMEL MXT TOUCH ADAPTER */

Please let us know how you fare with this approach.

Best regards

Collin