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
|
@ -19,8 +19,6 @@ description: |
|
|||
reg = <0x0>;
|
||||
osc-freq = <40000000>;
|
||||
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -15,8 +15,6 @@ description: |
|
|||
interrupt-names = "common";
|
||||
clocks = <&ccm IMX_CCM_CAN_CLK 0x84 6>;
|
||||
clk-source = <2>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&pinmux_flexcan3>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ description: |
|
|||
interrupt-names = "warning", "error", "wake-up", "mb-0-15";
|
||||
clocks = <&scg KINETIS_SCG_BUS_CLK>;
|
||||
clk-source = <1>;
|
||||
bus-speed = <125000>;
|
||||
pinctrl-0 = <&pinmux_flexcan0>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@ description: |
|
|||
reset-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
|
||||
int-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
|
||||
bosch,mram-cfg = <0x0 15 15 5 5 0 10 10>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
|
||||
can-transceiver {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue