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
|
@ -286,7 +286,6 @@ zephyr_udc0: &usbotg {
|
|||
status = "okay";
|
||||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
|
|
|
@ -151,8 +151,6 @@
|
|||
|
||||
&can0 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&pinmux_can0>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -147,8 +147,6 @@
|
|||
|
||||
&can0 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&pinmux_can0>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -126,8 +126,6 @@
|
|||
};
|
||||
|
||||
&can0 {
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&pinmux_mcan_can0>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
|
|
@ -168,7 +168,6 @@ arduino_serial: &lpuart2 {
|
|||
|
||||
&flexcan1 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
pinctrl-0 = <&pinmux_flexcan1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -242,8 +242,6 @@ zephyr_udc0: &usb1 {
|
|||
|
||||
&flexcan3 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&pinmux_flexcan3>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
@ -310,7 +310,6 @@ zephyr_udc0: &usb1 {
|
|||
|
||||
&flexcan2 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
pinctrl-0 = <&pinmux_flexcan2>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -45,8 +45,6 @@
|
|||
|
||||
&flexcan3 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
|
|
@ -74,8 +74,6 @@ zephyr_mipi_dsi: &mipi_dsi {
|
|||
|
||||
&flexcan3 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
|
|
@ -358,8 +358,6 @@
|
|||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy0>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -367,40 +365,30 @@
|
|||
pinctrl-0 = <&flexcan1_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy1>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&flexcan2 {
|
||||
pinctrl-0 = <&flexcan2_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy2>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&flexcan3 {
|
||||
pinctrl-0 = <&flexcan3_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy3>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&flexcan4 {
|
||||
pinctrl-0 = <&flexcan4_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy4>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&flexcan5 {
|
||||
pinctrl-0 = <&flexcan5_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy5>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&lpi2c0 {
|
||||
|
|
|
@ -281,7 +281,6 @@ zephyr_udc0: &usbotg {
|
|||
status = "okay";
|
||||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
phys = <&transceiver0>;
|
||||
};
|
||||
|
||||
|
@ -289,7 +288,6 @@ zephyr_udc0: &usbotg {
|
|||
status = "okay";
|
||||
pinctrl-0 = <&flexcan1_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
phys = <&transceiver1>;
|
||||
};
|
||||
|
||||
|
|
|
@ -34,14 +34,10 @@
|
|||
&can0 {
|
||||
pinctrl-0 = <&can0_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&can1 {
|
||||
pinctrl-0 = <&can1_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
|
|
@ -293,7 +293,6 @@
|
|||
|
||||
&flexcan0 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -179,8 +179,6 @@
|
|||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy0>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -188,7 +186,5 @@
|
|||
pinctrl-0 = <&flexcan1_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy1>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -175,8 +175,6 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_flexcan1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
@ -186,8 +184,6 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_flexcan2>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
@ -197,8 +193,6 @@
|
|||
status = "okay";
|
||||
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