Skip to content

Commit 09ee216

Browse files
konradybciogregkh
authored andcommitted
arm64: dts: qcom: msm8939: 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. Reviewed-by: Krzysztof Kozlowski <[email protected]> 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 283730b commit 09ee216

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,6 @@
601601
bimc: interconnect@400000 {
602602
compatible = "qcom,msm8939-bimc";
603603
reg = <0x00400000 0x62000>;
604-
clock-names = "bus", "bus_a";
605-
clocks = <&rpmcc RPM_SMD_BIMC_CLK>,
606-
<&rpmcc RPM_SMD_BIMC_A_CLK>;
607604
#interconnect-cells = <1>;
608605
};
609606

@@ -647,25 +644,16 @@
647644
pcnoc: interconnect@500000 {
648645
compatible = "qcom,msm8939-pcnoc";
649646
reg = <0x00500000 0x11000>;
650-
clock-names = "bus", "bus_a";
651-
clocks = <&rpmcc RPM_SMD_PCNOC_CLK>,
652-
<&rpmcc RPM_SMD_PCNOC_A_CLK>;
653647
#interconnect-cells = <1>;
654648
};
655649

656650
snoc: interconnect@580000 {
657651
compatible = "qcom,msm8939-snoc";
658652
reg = <0x00580000 0x14080>;
659-
clock-names = "bus", "bus_a";
660-
clocks = <&rpmcc RPM_SMD_SNOC_CLK>,
661-
<&rpmcc RPM_SMD_SNOC_A_CLK>;
662653
#interconnect-cells = <1>;
663654

664655
snoc_mm: interconnect-snoc {
665656
compatible = "qcom,msm8939-snoc-mm";
666-
clock-names = "bus", "bus_a";
667-
clocks = <&rpmcc RPM_SMD_SYSMMNOC_CLK>,
668-
<&rpmcc RPM_SMD_SYSMMNOC_A_CLK>;
669657
#interconnect-cells = <1>;
670658
};
671659
};

0 commit comments

Comments
 (0)