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>
diff --git a/dts/bindings/can/can-fd-controller.yaml b/dts/bindings/can/can-fd-controller.yaml
index a29749d..46fab55 100644
--- a/dts/bindings/can/can-fd-controller.yaml
+++ b/dts/bindings/can/can-fd-controller.yaml
@@ -16,6 +16,3 @@
       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