Skip to content
Unverified Commit e4bb903f authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Mark Brown
Browse files

spi: tegra20-slink: Improve runtime PM usage



The Tegra SPI driver supports runtime PM, which controls the clock
enable state, but the clk is also enabled separately from the RPM
at the driver probe time, and thus, stays always on. Fix it.

Runtime PM now is always available on Tegra, hence there is no need to
check the RPM presence in the driver anymore. Remove these checks.

Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20210731192731.5869-1-digetx@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 04e6bb0d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment