drivers: can: remove initial bus-speed/bus-speed-data properties

Remove all CAN controller "bus-speed" and "bus-speed-data"
properties. These all use the default bitrates set via Kconfig.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2024-04-24 11:14:17 +02:00 committed by Alberto Escolar
commit aed0fbf774
79 changed files with 1 additions and 163 deletions

View file

@ -109,7 +109,6 @@
status = "okay";
pinctrl-0 = <&pinmux_flexcan1>;
pinctrl-names = "default";
bus-speed = <125000>;
can-transceiver {
max-bitrate = <5000000>;
};
@ -119,7 +118,6 @@
status = "disabled";
pinctrl-0 = <&pinmux_flexcan2>;
pinctrl-names = "default";
bus-speed = <125000>;
can-transceiver {
max-bitrate = <5000000>;
};
@ -129,8 +127,6 @@
status = "disabled";
pinctrl-0 = <&pinmux_flexcan3>;
pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver {
max-bitrate = <5000000>;
};