soc/tegra: fuse: Add runtime PM support
authorDmitry Osipenko <digetx@gmail.com>
Mon, 2 Aug 2021 22:13:34 +0000 (01:13 +0300)
committerThierry Reding <treding@nvidia.com>
Wed, 11 Aug 2021 09:55:04 +0000 (11:55 +0200)
commit24a15252ff049ca76bdcc51dd445503b88b2c6df
tree5a79709ff16ad1562f7153eed1c5b19a252bb325
parenta65a4ea1563218b401a9a638a198e2b8165e967a
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>
drivers/soc/tegra/fuse/fuse-tegra.c
drivers/soc/tegra/fuse/fuse-tegra20.c
drivers/soc/tegra/fuse/fuse-tegra30.c