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:
Henrik Brix Andersen 2024-03-06 21:56:23 +01:00 committed by Henrik Brix Andersen
commit 41960ab366
62 changed files with 0 additions and 136 deletions

View file

@ -20,9 +20,7 @@ description: |
osc-freq = <40000000>;
bus-speed = <125000>;
sample-point = <875>;
bus-speed-data = <1000000>;
sample-point-data = <875>;
};
};

View file

@ -15,8 +15,6 @@ description: |
interrupt-names = "common";
clocks = <&ccm IMX_CCM_CAN_CLK 0x84 6>;
clk-source = <2>;
sample-point = <875>;
sample-point-data = <875>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
pinctrl-0 = <&pinmux_flexcan3>;

View file

@ -13,7 +13,6 @@ description: |
interrupt-names = "warning", "error", "wake-up", "mb-0-15";
clocks = <&scg KINETIS_SCG_BUS_CLK>;
clk-source = <1>;
sample-point = <875>;
bus-speed = <125000>;
pinctrl-0 = <&pinmux_flexcan0>;
pinctrl-names = "default";

View file

@ -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>;
sample-point = <875>;
sample-point-data = <875>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay";