Skip to content

Commit 30d2641

Browse files
konradybciogregkh
authored andcommitted
arm64: dts: qcom: msm8996: 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 8ee8587 commit 30d2641

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,9 +2434,8 @@
24342434
"handover",
24352435
"stop-ack";
24362436

2437-
clocks = <&xo_board>,
2438-
<&rpmcc RPM_SMD_AGGR2_NOC_CLK>;
2439-
clock-names = "xo", "aggre2";
2437+
clocks = <&xo_board>;
2438+
clock-names = "xo";
24402439

24412440
memory-region = <&slpi_mem>;
24422441

0 commit comments

Comments
 (0)