OSDN Git Service

clk: qcom: lpass-sc7180: Disentangle the two clock devices
authorDouglas Anderson <dianders@chromium.org>
Mon, 19 Oct 2020 22:49:35 +0000 (15:49 -0700)
committerStephen Boyd <sboyd@kernel.org>
Thu, 5 Nov 2020 02:33:06 +0000 (18:33 -0800)
commit4ee9fe3e292bafc915872fce5eacd2c185d7711f
treee314040ef92162863825e18370a725985908ddbb
parent7635622b77b53985d816b7f7c1a04e718c9db814
clk: qcom: lpass-sc7180: Disentangle the two clock devices

The sc7180 lpass clock driver manages two different devices.  These
two devices were tangled together, using one probe and a lookup to
figure out the real probe.  I think it's cleaner to really separate
the probe for these two devices since they're really different things,
just both managed by the same driver.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20201019154857.v5.2.I75c409497d4dea9daefa53ec5f93824081c4ecbe@changeid
Reviewed-by: Taniya Das <tdas@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/lpasscorecc-sc7180.c