ARM: dts: lan966x: Disable can0 on pcb8291
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Tue, 19 Jul 2022 20:11:57 +0000 (22:11 +0200)
committerClaudiu Beznea <claudiu.beznea@microchip.com>
Fri, 22 Jul 2022 09:11:02 +0000 (12:11 +0300)
On pcb8291, can0 and the network driver share some of the GPIOs so only
1 device can be active. Therefore disable can0 as we want to enable the
network driver.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220719201158.1696168-3-horatiu.vultur@microchip.com
arch/arm/boot/dts/lan966x-pcb8291.dts

index 02fbf73..ab80558 100644 (file)
@@ -41,7 +41,7 @@
 &can0 {
        pinctrl-0 = <&can0_b_pins>;
        pinctrl-names = "default";
-       status = "okay";
+       status = "disabled"; /* Conflict with switch */
 };
 
 &flx3 {