clk: qcom: mmcc-msm8998: Remove unnecessary fallbacks to global clocks
authorMarijn Suijten <marijn.suijten@somainline.org>
Sat, 11 Sep 2021 12:13:40 +0000 (14:13 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 14 Sep 2021 21:40:33 +0000 (14:40 -0700)
commit6d26bb22e9bc0ebdf79985d09b0f83b18de490b2
tree7a345e6feda8da5b6990b50dcd11c59398f447e3
parent7837187cb9ce52d0dcaaaa69a630b2c30b07dd08
clk: qcom: mmcc-msm8998: Remove unnecessary fallbacks to global clocks

A previous patch removes the "xo" clock from the global namespace making
it impossible to acquire by that ".name".  The device-tree for msm8998
currently does not include an mmcc node but the dt-bindings for this
compatible already require all these clocks, and the patch introducing
this node [1] also includes them.

[1]: https://patchwork.kernel.org/project/linux-arm-msm/patch/20210901183123.1087392-1-angelogioacchino.delregno@somainline.org/

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Link: https://lore.kernel.org/r/20210911121340.261920-9-marijn.suijten@somainline.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/mmcc-msm8998.c