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

@ -9,7 +9,6 @@
status = "okay";
pinctrl-0 = <&twai_default>;
pinctrl-names = "default";
bus-speed = <125000>;
can-transceiver {
max-bitrate = <1000000>;

View file

@ -8,7 +8,5 @@
fake_can: fake_can {
compatible = "zephyr,fake-can";
status = "okay";
bus-speed = <125000>;
bus-speed-data = <1000000>;
};
};

View file

@ -528,7 +528,6 @@
test_can0: can@55553333 {
compatible = "vnd,can-controller";
reg = < 0x55553333 0x1000 >;
bus-speed = <125000>;
status = "okay";
phys = <&test_transceiver0>;
};
@ -536,7 +535,6 @@
test_can1: can@55554444 {
compatible = "vnd,can-controller";
reg = < 0x55554444 0x1000 >;
bus-speed = <125000>;
status = "okay";
can-transceiver {
@ -548,7 +546,6 @@
test_can2: can@55555555 {
compatible = "vnd,can-controller";
reg = < 0x55555555 0x1000 >;
bus-speed = <125000>;
status = "okay";
can-transceiver {
@ -559,7 +556,6 @@
test_can3: can@55557777 {
compatible = "vnd,can-controller";
reg = < 0x55556666 0x1000 >;
bus-speed = <125000>;
status = "okay";
phys = <&test_transceiver1>;
};