diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-03-08 13:59:03 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-15 15:42:02 -0700 |
commit | 9bc3dc3c9dc1b9e594a6d56210b857f9ffca5853 (patch) | |
tree | 048e5d68578dcf56ec4f1a99c3a43c8b38347b40 | |
parent | 35343312a4399074e7a20ab086d29273bb5f1ad2 (diff) |
arm64: dts: qcom: msm8953: drop clocks from RPMPD
The RPM power domain controller does not take XO clock as input
(according to bindings and Linux driver):
msm8953-xiaomi-vince.dtb: rpm-requests: power-controller: 'clock-names', 'clocks' do not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8953.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi index 4e362b9012bd..da00c2f04cda 100644 --- a/arch/arm64/boot/dts/qcom/msm8953.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi @@ -281,9 +281,6 @@ #power-domain-cells = <1>; operating-points-v2 = <&rpmpd_opp_table>; - clocks = <&xo_board>; - clock-names = "ref"; - rpmpd_opp_table: opp-table { compatible = "operating-points-v2"; |