arm64: dts: qcom: msm8996: Remove AGGRE2 clock from SLPI
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Wed, 3 Jan 2024 20:15:38 +0000 (21:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jan 2024 15:05:29 +0000 (16:05 +0100)
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 <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230721-topic-rpm_clk_cleanup-v3-8-a66e698932e3@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/qcom/msm8996.dtsi

index 587e9b50a256e4fdd4b47e418b07025fbc9b9278..b292cace93a6447a80c41bc5f9952faed4d820e2 100644 (file)
                                          "handover",
                                          "stop-ack";
 
-                       clocks = <&xo_board>,
-                                <&rpmcc RPM_SMD_AGGR2_NOC_CLK>;
-                       clock-names = "xo", "aggre2";
+                       clocks = <&xo_board>;
+                       clock-names = "xo";
 
                        memory-region = <&slpi_mem>;