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:
parent
0f7cd6128e
commit
aed0fbf774
79 changed files with 1 additions and 163 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue