aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mipi
AgeCommit message (Collapse)AuthorFilesLines
2015-10-22dt-bindings: consolidate display related bindingsRob Herring2-139/+0
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>
2013-12-17gpu: host1x: Add MIPI pad calibration DT bindingsThierry Reding1-0/+41
Introduce device tree bindings for the MIPI pad calibration controller found on Tegra SoCs. The controller can be used to perform calibration of pads used for DSI and CSI peripherals. Signed-off-by: Thierry Reding <treding@nvidia.com>
2013-12-17of: Add MIPI DSI bus device tree bindingsThierry Reding1-0/+98
Document the device tree bindings for the MIPI DSI bus. The MIPI Display Serial Interface specifies a serial bus and a protocol for communication between a host and up to four peripherals. Signed-off-by: Thierry Reding <treding@nvidia.com>