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 <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2024-03-10 18:12:18 +01:00 committed by Fabio Baltieri
commit 744f20d005

View file

@ -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