1
0
Fork 0

bus: tegra-aconnect: Remove PM_CLK dependency

commit 2f56acf818 upstream.

The ACONNECT bus driver does not use pm-clk interface anymore and hence
the dependency can be removed from its Kconfig option.

Fixes: 0d7dab9261 ("bus: tegra-aconnect: use devm_clk_*() helpers")
Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5.4-rM2-2.2.x-imx-squashed
Sameer Pujar 2019-06-20 21:21:59 +05:30 committed by Greg Kroah-Hartman
parent dd3fd6dec3
commit 7906e29efa
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ config TEGRA_ACONNECT
tristate "Tegra ACONNECT Bus Driver" tristate "Tegra ACONNECT Bus Driver"
depends on ARCH_TEGRA_210_SOC depends on ARCH_TEGRA_210_SOC
depends on OF && PM depends on OF && PM
select PM_CLK
help help
Driver for the Tegra ACONNECT bus which is used to interface with Driver for the Tegra ACONNECT bus which is used to interface with
the devices inside the Audio Processing Engine (APE) for Tegra210. the devices inside the Audio Processing Engine (APE) for Tegra210.