aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-03-14 09:07:50 -0400
committerThierry Reding <treding@nvidia.com>2014-06-05 17:09:28 -0400
commit3b077afb3a7d84bffbf6598697a17655933671d2 (patch)
tree2ec1c63741014ad84bff96390928ef10ab2da3fe /Documentation/devicetree
parentbcfc7acbca8d9f40c4b55c6f0dad1519287f81fa (diff)
drm/tegra: dsi - Implement VDD supply support
The DSI controllers are powered by a (typically 1.2V) regulator. Usually this is always on, so there was no need to support enabling or disabling it thus far. But in order not to consume any power when DSI is inactive, give the driver a chance to enable or disable the supply as needed. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt b/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
index f13a6b8263d3..b48f4ef31d93 100644
--- a/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
+++ b/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
@@ -181,6 +181,7 @@ of the following host1x client modules:
181 See ../reset/reset.txt for details. 181 See ../reset/reset.txt for details.
182 - reset-names: Must include the following entries: 182 - reset-names: Must include the following entries:
183 - dsi 183 - dsi
184 - avdd-dsi-supply: phandle of a supply that powers the DSI controller
184 - nvidia,mipi-calibrate: Should contain a phandle and a specifier specifying 185 - nvidia,mipi-calibrate: Should contain a phandle and a specifier specifying
185 which pads are used by this DSI output and need to be calibrated. See also 186 which pads are used by this DSI output and need to be calibrated. See also
186 ../mipi/nvidia,tegra114-mipi.txt. 187 ../mipi/nvidia,tegra114-mipi.txt.