commit | 0dc34e19f66eb84744af2fea4235302da39fd7e7 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Nov 23 13:06:37 2018 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Nov 29 17:11:09 2018 +0100 |
tree | b6707914dc2ac7bb3855412140f8d043f78b4764 | |
parent | 2fc777ba8422e4a38cae61537ad6a26435a86fb8 [diff] |
drm/tegra: vic: Implement explicit reset support Tegra supports generic PM domains on 64-bit ARM, and if that is enabled, the power domain code will make sure that resets are asserted and deasserted at appropriate points in time. If generic PM domains are not implemented, such as on 32-bit Tegra, the resets need to be asserted and deasserted explicitly by the driver. Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>