aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-09-03 02:45:46 -0400
committerThierry Reding <treding@nvidia.com>2013-12-20 09:56:04 -0500
commitdec727399a4b36bec87b7b4d4c1b20025e69758a (patch)
tree23068d248a62dd94e0a71e35c2c3cce595a370ab /Documentation/devicetree
parentb5190022f77a41465c2202f621a5fa07c9aabb7b (diff)
drm/tegra: Add DSI support
This commit adds support for both DSI outputs found on Tegra. Only very minimal functionality is implemented, so advanced features like ganged mode won't work. Due to the lack of other test hardware, some sections of the driver are hardcoded to work with Dalmore. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt b/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
index 53045fe32d20..9e9008f8fa32 100644
--- a/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
+++ b/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
@@ -171,11 +171,21 @@ of the following host1x client modules:
171 - clock-names: Must include the following entries: 171 - clock-names: Must include the following entries:
172 - dsi 172 - dsi
173 This MUST be the first entry. 173 This MUST be the first entry.
174 - lp
174 - parent 175 - parent
175 - resets: Must contain an entry for each entry in reset-names. 176 - resets: Must contain an entry for each entry in reset-names.
176 See ../reset/reset.txt for details. 177 See ../reset/reset.txt for details.
177 - reset-names: Must include the following entries: 178 - reset-names: Must include the following entries:
178 - dsi 179 - dsi
180 - nvidia,mipi-calibrate: Should contain a phandle and a specifier specifying
181 which pads are used by this DSI output and need to be calibrated. See also
182 ../mipi/nvidia,tegra114-mipi.txt.
183
184 Optional properties:
185 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
186 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection
187 - nvidia,edid: supplies a binary EDID blob
188 - nvidia,panel: phandle of a display panel
179 189
180Example: 190Example:
181 191