dts: bindings: can: make initial sample point properties optional
Make the properties for setting the initial sample points for both the classic/arbitration phase and the data phase optional. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
3981b9a560
commit
4c06e5abba
2 changed files with 8 additions and 2 deletions
|
@ -10,9 +10,12 @@ properties:
|
||||||
Initial bitrate in bit/s.
|
Initial bitrate in bit/s.
|
||||||
sample-point:
|
sample-point:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
|
||||||
description: |
|
description: |
|
||||||
Initial sample point in per mille (e.g. 875 equals 87.5%).
|
Initial sample point in per mille (e.g. 875 equals 87.5%).
|
||||||
|
|
||||||
|
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.
|
||||||
phys:
|
phys:
|
||||||
type: phandle
|
type: phandle
|
||||||
description: |
|
description: |
|
||||||
|
|
|
@ -10,9 +10,12 @@ properties:
|
||||||
Initial data phase bitrate in bit/s.
|
Initial data phase bitrate in bit/s.
|
||||||
sample-point-data:
|
sample-point-data:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
|
||||||
description: |
|
description: |
|
||||||
Initial data phase sample point in per mille (e.g. 875 equals 87.5%).
|
Initial data phase sample point in per mille (e.g. 875 equals 87.5%).
|
||||||
|
|
||||||
|
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:
|
tx-delay-comp-offset:
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
default: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue