clk: qcom: kpss-xcc: convert to parent data API
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 14 Sep 2022 14:47:43 +0000 (16:47 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 4 Oct 2022 03:50:22 +0000 (20:50 -0700)
commitc3db5128e80e1437cb08d0d41aeb7163004897e7
tree161a8f630fc3d026e5e3bbec57d0545bcce1f871
parentd7915651fe9a6474e06161c34c637e6aeb811e9d
clk: qcom: kpss-xcc: convert to parent data API

Convert the driver to parent data API. From the Documentation pll8_vote
and pxo should be declared in the DTS so fw_name can be used instead of
parent_names. .name is changed to the legacy pxo_board following how
it's declared in other drivers.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Link: https://lore.kernel.org/r/20220914144743.17369-2-ansuelsmth@gmail.com
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/kpss-xcc.c