Skip to content

Commit 437afce

Browse files
konradybciogregkh
authored andcommitted
arm64: dts: qcom: qcs404: Drop RPM bus clocks
Some nodes are abusingly referencing some of the internal bus clocks, that were recently removed in Linux (because the original implementation did not make much sense), managing them as if they were the only devices on an NoC bus. These clocks are now handled from within the icc framework and are no longer registered from within the CCF. Remove them. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 19f837a commit 437afce

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

arch/arm64/boot/dts/qcom/qcs404.dtsi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,6 @@
558558
reg = <0x00400000 0x80000>;
559559
compatible = "qcom,qcs404-bimc";
560560
#interconnect-cells = <1>;
561-
clock-names = "bus", "bus_a";
562-
clocks = <&rpmcc RPM_SMD_BIMC_CLK>,
563-
<&rpmcc RPM_SMD_BIMC_A_CLK>;
564561
};
565562

566563
tsens: thermal-sensor@4a9000 {
@@ -601,18 +598,12 @@
601598
reg = <0x00500000 0x15080>;
602599
compatible = "qcom,qcs404-pcnoc";
603600
#interconnect-cells = <1>;
604-
clock-names = "bus", "bus_a";
605-
clocks = <&rpmcc RPM_SMD_PNOC_CLK>,
606-
<&rpmcc RPM_SMD_PNOC_A_CLK>;
607601
};
608602

609603
snoc: interconnect@580000 {
610604
reg = <0x00580000 0x23080>;
611605
compatible = "qcom,qcs404-snoc";
612606
#interconnect-cells = <1>;
613-
clock-names = "bus", "bus_a";
614-
clocks = <&rpmcc RPM_SMD_SNOC_CLK>,
615-
<&rpmcc RPM_SMD_SNOC_A_CLK>;
616607
};
617608

618609
remoteproc_cdsp: remoteproc@b00000 {

0 commit comments

Comments
 (0)