commit | 562da8b494c4e2f72d0789a03e6ccd9dc14d3f25 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Aug 06 17:42:45 2020 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Aug 27 17:36:46 2020 +0200 |
tree | f6c127574aaa6d8017c77ee73c48a721d545b7ba | |
parent | 0cc6ba3ce87c2845689599a87ee993d1aec9ca89 [diff] |
arm64: tegra: Use valid PWM period for VDD_GPU on Tegra210 The PWM on Tegra210 can run at a maximum frequency of 48 MHz and cannot reach the minimum period is 5334 ns. The currently configured period of 4880 ns is not within the valid range, so set it to 8000 ns. This value was taken from the downstream DTS files and seems to work fine. Signed-off-by: Thierry Reding <treding@nvidia.com>