commit | 59c6fceb2ecc382c3d20508a235b539bf23af1f0 | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Tue Aug 03 01:13:35 2021 +0300 |
committer | Thierry Reding <treding@nvidia.com> | Wed Aug 11 11:55:56 2021 +0200 |
tree | 580fb68e7c13544c0ccd554a8a88c588fdccd140 | |
parent | 24a15252ff049ca76bdcc51dd445503b88b2c6df [diff] |
soc/tegra: fuse: Enable fuse clock on suspend for Tegra124 The FUSE clock should be enabled during suspend on Tegra124. Currently clk driver enables it on all SoCs, but FUSE may require a higher core voltage on Tegra30 while enabled. Move the quirk into the FUSE driver and make it specific to Tegra124. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>