drivers: dsi: stm32: add additional dt options
To support the NT35510 display, some additional options needs to be configurable in the STM32 DSI peripheral Signed-off-by: Erik Andersson <erian747@gmail.com>
This commit is contained in:
parent
293cf9150c
commit
36e2b40e38
2 changed files with 24 additions and 6 deletions
|
@ -40,6 +40,23 @@ properties:
|
|||
description: |
|
||||
DSI host data enable is active high.
|
||||
|
||||
loosely-packed:
|
||||
type: boolean
|
||||
description: |
|
||||
Enable or disable loosely packed stream
|
||||
(needed only when using 18-bit configuration).
|
||||
|
||||
largest-packet-size:
|
||||
type: int
|
||||
description: |
|
||||
The size, in bytes, of the low power largest packet that
|
||||
can fit in a line during VSA, VBP, VFP and VACT regions
|
||||
|
||||
bta-ack-disable:
|
||||
type: boolean
|
||||
description: |
|
||||
Disable frame bus-turn-around acknowledge enable
|
||||
|
||||
non-continuous:
|
||||
type: boolean
|
||||
description: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue