diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2022-07-19 22:11:57 +0200 |
---|---|---|
committer | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-07-22 12:11:02 +0300 |
commit | 8d56c48354fca4e7980e6014d2021ebccd2ce581 (patch) | |
tree | 098c91d0d8c282dd0dae914aa91391acc33c9a18 | |
parent | 85e4739f88296321924f20aa5ab36c1e04f3da6a (diff) | |
download | lwn-8d56c48354fca4e7980e6014d2021ebccd2ce581.tar.gz lwn-8d56c48354fca4e7980e6014d2021ebccd2ce581.zip |
ARM: dts: lan966x: Disable can0 on pcb8291
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
-rw-r--r-- | arch/arm/boot/dts/lan966x-pcb8291.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/lan966x-pcb8291.dts b/arch/arm/boot/dts/lan966x-pcb8291.dts index 02fbf7371a8d..ab80558de259 100644 --- a/arch/arm/boot/dts/lan966x-pcb8291.dts +++ b/arch/arm/boot/dts/lan966x-pcb8291.dts @@ -41,7 +41,7 @@ &can0 { pinctrl-0 = <&can0_b_pins>; pinctrl-names = "default"; - status = "okay"; + status = "disabled"; /* Conflict with switch */ }; &flx3 { |