Skip to content

Commit 0f9ebbd

Browse files
mustafaabdullahkcarlescufi
authored andcommitted
dts: bindings: st,stm32h7-spi: add mssi and midi property
add Master Inter-Data Idleness and Master SS Idleness field. That fields are integers. Signed-off-by: Mustafa Abdullah Kus <[email protected]>
1 parent 5c18a00 commit 0f9ebbd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dts/bindings/spi/st,stm32h7-spi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,18 @@ description: |
1212
compatible: "st,stm32h7-spi"
1313

1414
include: st,stm32-spi-common.yaml
15+
16+
properties:
17+
midi-clock:
18+
type: int
19+
default: 0
20+
description: |
21+
(Master Inter-Data Idleness) minimum clock inserted
22+
between two consecutive data frames.
23+
24+
mssi-clock:
25+
type: int
26+
default: 0
27+
description: |
28+
(Master SS Idleness) minimum clock inserted between
29+
start and first data transaction.

0 commit comments

Comments
 (0)