dts: bindings: can: remove optional sample point properties
Remove all optional, initial CAN sample point properties and rely on the CAN timing calculations to automatically pick the preferred sample point location based on the initial bitrate. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
4c06e5abba
commit
41960ab366
62 changed files with 0 additions and 136 deletions
|
@ -330,9 +330,7 @@
|
|||
pinctrl-names = "default";
|
||||
phys = <&can_phy0>;
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -341,9 +339,7 @@
|
|||
pinctrl-names = "default";
|
||||
phys = <&can_phy1>;
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
};
|
||||
|
||||
&flexcan2 {
|
||||
|
@ -351,9 +347,7 @@
|
|||
pinctrl-names = "default";
|
||||
phys = <&can_phy2>;
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
};
|
||||
|
||||
&flexcan3 {
|
||||
|
@ -361,9 +355,7 @@
|
|||
pinctrl-names = "default";
|
||||
phys = <&can_phy3>;
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
};
|
||||
|
||||
&flexcan4 {
|
||||
|
@ -371,9 +363,7 @@
|
|||
pinctrl-names = "default";
|
||||
phys = <&can_phy4>;
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
};
|
||||
|
||||
&flexcan5 {
|
||||
|
@ -381,9 +371,7 @@
|
|||
pinctrl-names = "default";
|
||||
phys = <&can_phy5>;
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
};
|
||||
|
||||
&lpi2c0 {
|
||||
|
|
|
@ -35,9 +35,7 @@
|
|||
pinctrl-0 = <&can0_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -45,7 +43,5 @@
|
|||
pinctrl-0 = <&can1_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
};
|
||||
|
|
|
@ -175,9 +175,7 @@
|
|||
pinctrl-names = "default";
|
||||
phys = <&can_phy0>;
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -186,8 +184,6 @@
|
|||
pinctrl-names = "default";
|
||||
phys = <&can_phy1>;
|
||||
bus-speed = <125000>;
|
||||
sample-point = <875>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point-data = <875>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue