ARM: dts: at91: sama5d27_som1_ek: remove not connected CAN0
authorNicolas Ferre <nicolas.ferre@microchip.com>
Tue, 10 Oct 2017 10:09:42 +0000 (13:09 +0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 10 Oct 2017 13:26:19 +0000 (15:26 +0200)
CAN0 is not connected on the sama5d27_som1_ek board, so remove
it from DT.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
[claudiu.beznea@microchip.com: change subject to match the desired prefix]
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91-sama5d27_som1_ek.dts

index 7f80e8402807db434f526101a0c851357678d84b..b5b0975e4b3770a07540475f6c10bc517b09e5e4 100644 (file)
                                status = "okay";
                        };
 
-                       can0: can@f8054000 {
-                               pinctrl-names = "default";
-                               pinctrl-0 = <&pinctrl_can0_default>;
-                               status = "disabled"; /* Conflict with isc. */
-                       };
-
                        uart3: serial@fc008000 {
                                atmel,use-dma-rx;
                                atmel,use-dma-tx;
 
                        pinctrl@fc038000 {
 
-                               pinctrl_can0_default: can0_default {
-                                       pinmux = <PIN_PC10__CANTX0>,
-                                                <PIN_PC11__CANRX0>;
-                                       bias-disable;
-                               };
-
                                pinctrl_can1_default: can1_default {
                                        pinmux = <PIN_PC26__CANTX1>,
                                                 <PIN_PC27__CANRX1>;