[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220705202837.667-1-ansuelsmth@gmail.com>
Date: Tue, 5 Jul 2022 22:28:32 +0200
From: Christian Marangi <ansuelsmth@...il.com>
To: Bjorn Andersson <bjorn.andersson@...aro.org>,
Andy Gross <agross@...nel.org>,
Konrad Dybcio <konrad.dybcio@...ainline.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Christian Marangi <ansuelsmth@...il.com>
Subject: [PATCH 0/5] clk: qcom: Drop use of pxo/cxo_board for rpm devices
Trying to convert every driver used by ipq806x to parent_data api, I notice
RPM was still using pxo_board clk.
pxo and pxo_board are the same clock and are defined just to handle old
clock definition. It was discovered that rpm is the last driver using
pxo_board instead of pxo.
While updating the rpm driver I notice the documentation was also wrong,
so this series also fix that.
Christian Marangi (5):
dt-bindings: clock: fix wrong clock documentation for qcom,rpmcc
ARM: DTS: qcom: fix dtbs_check warning with new rpmcc clocks
clk: qcom: clk-rpm: convert to parent_data API
ARM: dts: qcom: add pxo/cxo clock-output-names for ipq8064
clk: qcom: gcc-ipq806x: remove cc_register_board for pxo and cxo
.../devicetree/bindings/clock/qcom,rpmcc.yaml | 77 ++++++++++++++++++-
arch/arm/boot/dts/qcom-apq8064.dtsi | 2 +
arch/arm/boot/dts/qcom-ipq8064.dtsi | 4 +
arch/arm/boot/dts/qcom-msm8660.dtsi | 4 +-
drivers/clk/qcom/clk-rpm.c | 24 ++++--
drivers/clk/qcom/gcc-ipq806x.c | 8 --
6 files changed, 98 insertions(+), 21 deletions(-)
--
2.36.1
Powered by blists - more mailing lists