forked from Minki/linux
efdbd7345f
This is a quite large renaming to consolidate display related bindings into a single "display" directory from various scattered locations of video, drm, gpu, fb, mipi, and panel. The prior location was somewhat based on the Linux driver location, but bindings should be independent of that. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>
55 lines
1.1 KiB
Plaintext
55 lines
1.1 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
|
|
|
|
|
|
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
|