commit | 24a15252ff049ca76bdcc51dd445503b88b2c6df | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Tue Aug 03 01:13:34 2021 +0300 |
committer | Thierry Reding <treding@nvidia.com> | Wed Aug 11 11:55:04 2021 +0200 |
tree | 5a79709ff16ad1562f7153eed1c5b19a252bb325 | |
parent | a65a4ea1563218b401a9a638a198e2b8165e967a [diff] |
soc/tegra: fuse: Add runtime PM support The Tegra FUSE belongs to the core power domain and we're going to enable GENPD support for the core domain. Now FUSE device must be resumed using runtime PM API in order to initialize the FUSE power state. Add runtime PM support to the FUSE driver. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>