Skip to content

Commit 51b6148

Browse files
konradybciogregkh
authored andcommitted
arm64: dts: qcom: msm8916: 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 7db25e9 commit 51b6148

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,6 @@
539539
compatible = "qcom,msm8916-bimc";
540540
reg = <0x00400000 0x62000>;
541541
#interconnect-cells = <1>;
542-
clock-names = "bus", "bus_a";
543-
clocks = <&rpmcc RPM_SMD_BIMC_CLK>,
544-
<&rpmcc RPM_SMD_BIMC_A_CLK>;
545542
};
546543

547544
tsens: thermal-sensor@4a9000 {
@@ -574,18 +571,12 @@
574571
compatible = "qcom,msm8916-pcnoc";
575572
reg = <0x00500000 0x11000>;
576573
#interconnect-cells = <1>;
577-
clock-names = "bus", "bus_a";
578-
clocks = <&rpmcc RPM_SMD_PCNOC_CLK>,
579-
<&rpmcc RPM_SMD_PCNOC_A_CLK>;
580574
};
581575

582576
snoc: interconnect@580000 {
583577
compatible = "qcom,msm8916-snoc";
584578
reg = <0x00580000 0x14000>;
585579
#interconnect-cells = <1>;
586-
clock-names = "bus", "bus_a";
587-
clocks = <&rpmcc RPM_SMD_SNOC_CLK>,
588-
<&rpmcc RPM_SMD_SNOC_A_CLK>;
589580
};
590581

591582
stm: stm@802000 {

0 commit comments

Comments
 (0)