OSDN Git Service

clk: qcom: camcc-sc7180: Use runtime PM ops instead of clk ones
authorStephen Boyd <sboyd@kernel.org>
Sat, 14 Nov 2020 17:44:08 +0000 (09:44 -0800)
committerStephen Boyd <sboyd@kernel.org>
Sat, 14 Nov 2020 19:33:33 +0000 (11:33 -0800)
commit8d4025943e13010d753935e37ad085fca4906e6c
treea3a356673860298ac1ae8f1c309f0a13c99cba9b
parente4accab4e0b069bd4ddc1ac769a77b989bb9ed1c
clk: qcom: camcc-sc7180: Use runtime PM ops instead of clk ones

Let's call pm_runtime_get() here instead of calling the PM clk APIs
directly. This avoids a compilation problem on CONFIG_PM=n where the
pm_clk_runtime_{resume,suspend}() functions don't exist and covers the
intent, i.e. enable the clks for this device so we can program PLL
settings.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Nathan Chancellor <natechancellor@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Taniya Das <tdas@codeaurora.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Fixes: 15d09e830bbc ("clk: qcom: camcc: Add camera clock controller driver for SC7180")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20201114174408.579047-1-sboyd@kernel.org
drivers/clk/qcom/camcc-sc7180.c