Skip to content

Commit 8ee8587

Browse files
konradybciogregkh
authored andcommitted
arm64: dts: qcom: msm8998: Remove AGGRE2 clock from SLPI
The AGGRE2 clock is a clock for the entire AGGRE2 bus, managed from within the interconnect driver. Attaching it to SLPI was a total hack. Get rid of it. 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 09ee216 commit 8ee8587

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,9 +1615,8 @@
16151615

16161616
px-supply = <&vreg_lvs2a_1p8>;
16171617

1618-
clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>,
1619-
<&rpmcc RPM_SMD_AGGR2_NOC_CLK>;
1620-
clock-names = "xo", "aggre2";
1618+
clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>;
1619+
clock-names = "xo";
16211620

16221621
memory-region = <&slpi_mem>;
16231622

0 commit comments

Comments
 (0)