summaryrefslogtreecommitdiff
path: root/Documentation/powerpc/dts-bindings/fsl/diu.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31dt: Move device tree documentation out of powerpc directoryGrant Likely1-34/+0
The device tree is used by more than just PowerPC. Make the documentation directory available to all. v2: reorganized files while moving to create arch and driver specific directories. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
2010-08-02powerpc/fsl-diu-fb: Support setting display mode using EDIDAnatolij Gustschin1-0/+6
Adds support for encoding display mode information in the device tree using verbatim EDID block. If the EDID entry in the DIU node is present, the driver will build mode database using EDID data and allow setting the display modes from this database. Otherwise display mode will be set using mode entries from driver's internal database as usual. This patch also updates device tree bindings. Signed-off-by: Anatolij Gustschin <agust@denx.de> Acked-by: Timur Tabi <timur@freescale.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2010-08-02powerpc/5121: doc/dts-bindings: update doc of FSL DIU bindingsAnatolij Gustschin1-2/+12
Update compatible and interrupt properties description. Furthermore an example for the MPC5121 has been added. Signed-off-by: Anatolij Gustschin <agust@denx.de> Acked-by: Timur Tabi <timur@freescale.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2008-07-14powerpc/fsl: Refactor device bindingsKumar Gala1-0/+18
Moved Freescale SoC related bindings out of booting-without-of.txt and into their own files. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>