32fdb62423
max-memory-bandwidth can be used to specify the maximum bandwidth dispc can use when reading display data from main memory. In some SoC (am437x for example) we have memory bandwidth limitation which causes underflow in the display subsystem. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
59 lines
1.2 KiB
Plaintext
59 lines
1.2 KiB
Plaintext
Texas Instruments OMAP2 Display Subsystem
|
|
=========================================
|
|
|
|
See Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt for generic
|
|
description about OMAP Display Subsystem bindings.
|
|
|
|
DSS Core
|
|
--------
|
|
|
|
Required properties:
|
|
- compatible: "ti,omap2-dss"
|
|
- reg: address and length of the register space
|
|
- ti,hwmods: "dss_core"
|
|
|
|
Optional nodes:
|
|
- Video port for DPI output
|
|
|
|
DPI Endpoint required properties:
|
|
- data-lines: number of lines used
|
|
|
|
|
|
DISPC
|
|
-----
|
|
|
|
Required properties:
|
|
- compatible: "ti,omap2-dispc"
|
|
- reg: address and length of the register space
|
|
- ti,hwmods: "dss_dispc"
|
|
- interrupts: the DISPC interrupt
|
|
|
|
Optional properties:
|
|
- max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit
|
|
in bytes per second
|
|
|
|
|
|
RFBI
|
|
----
|
|
|
|
Required properties:
|
|
- compatible: "ti,omap2-rfbi"
|
|
- reg: address and length of the register space
|
|
- ti,hwmods: "dss_rfbi"
|
|
|
|
|
|
VENC
|
|
----
|
|
|
|
Required properties:
|
|
- compatible: "ti,omap2-venc"
|
|
- reg: address and length of the register space
|
|
- ti,hwmods: "dss_venc"
|
|
- vdda-supply: power supply for DAC
|
|
|
|
VENC Endpoint required properties:
|
|
|
|
Required properties:
|
|
- ti,invert-polarity: invert the polarity of the video signal
|
|
- ti,channels: 1 for composite, 2 for s-video
|