-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 325506 b: refs/heads/master c: 71c6290 h: refs/heads/master v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Sep 25, 2012
1 parent
737da6f
commit acead17
Showing
58 changed files
with
7,207 additions
and
2,413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 3fff22743640637c2b61473d3cc8d7dc2215984f | ||
refs/heads/master: 71c62902469101ad476dc9f606421e956c3230a9 |
41 changes: 41 additions & 0 deletions
41
trunk/Documentation/devicetree/bindings/staging/imx-drm/fsl-imx-drm.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Freescale i.MX IPUv3 | ||
==================== | ||
|
||
Required properties: | ||
- compatible: Should be "fsl,<chip>-ipu" | ||
- reg: should be register base and length as documented in the | ||
datasheet | ||
- interrupts: Should contain sync interrupt and error interrupt, | ||
in this order. | ||
- #crtc-cells: 1, See below | ||
|
||
example: | ||
|
||
ipu: ipu@18000000 { | ||
#crtc-cells = <1>; | ||
compatible = "fsl,imx53-ipu"; | ||
reg = <0x18000000 0x080000000>; | ||
interrupts = <11 10>; | ||
}; | ||
|
||
Parallel display support | ||
======================== | ||
|
||
Required properties: | ||
- compatible: Should be "fsl,imx-parallel-display" | ||
- crtc: the crtc this display is connected to, see below | ||
Optional properties: | ||
- interface_pix_fmt: How this display is connected to the | ||
crtc. Currently supported types: "rgb24", "rgb565" | ||
- edid: verbatim EDID data block describing attached display. | ||
- ddc: phandle describing the i2c bus handling the display data | ||
channel | ||
|
||
example: | ||
|
||
display@di0 { | ||
compatible = "fsl,imx-parallel-display"; | ||
edid = [edid-data]; | ||
crtc = <&ipu 0>; | ||
interface-pix-fmt = "rgb24"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.