From 744f20d005ebe0ad3f4ed2b4f8ed4e2a79dfe652 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Sun, 10 Mar 2024 18:12:18 +0100 Subject: [PATCH] dts: bindings: can: can-fd-controller: remove tx-delay-comp-offset prop Remove the unused "tx-delay-comp-offset" property from the base CAN FD controller devicetree binding. Having a static Transmitter Delay Compensation (TDC) offset is useless. The offset needs to match the data phase timing parameters in order to properly configure the second sample point when transmitting CAN FD frames with BRS enabled. Signed-off-by: Henrik Brix Andersen --- dts/bindings/can/can-fd-controller.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dts/bindings/can/can-fd-controller.yaml b/dts/bindings/can/can-fd-controller.yaml index a29749d93ba..46fab559d2a 100644 --- a/dts/bindings/can/can-fd-controller.yaml +++ b/dts/bindings/can/can-fd-controller.yaml @@ -16,6 +16,3 @@ properties: If this is unset (or if it is set to 0), the initial sample point will default to 75.0% for bitrates over 800 kbit/s, 80.0% for bitrates over 500 kbit/s, and 87.5% for all other bitrates. - tx-delay-comp-offset: - type: int - default: 0