commit | 3b077afb3a7d84bffbf6598697a17655933671d2 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Mar 14 14:07:50 2014 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jun 05 23:09:28 2014 +0200 |
tree | 2ec1c63741014ad84bff96390928ef10ab2da3fe | |
parent | bcfc7acbca8d9f40c4b55c6f0dad1519287f81fa [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>