mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
arm64: dts: qcom: msm8996: Remove PNoC clock from MSS
The PNoC clock is a clock for the entire PNoC bus, managed from within the interconnect driver. Attaching it to MSS was a total hack. Get rid of it and take the liberty to make the clock-names entries more readable. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230721-topic-rpm_clk_cleanup-v3-9-a66e698932e3@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
30d2641df6
commit
3eee5b4085
|
|
@ -2480,10 +2480,15 @@ mss_pil: remoteproc@2080000 {
|
|||
<&gcc GCC_MSS_GPLL0_DIV_CLK>,
|
||||
<&gcc GCC_MSS_SNOC_AXI_CLK>,
|
||||
<&gcc GCC_MSS_MNOC_BIMC_AXI_CLK>,
|
||||
<&rpmcc RPM_SMD_PCNOC_CLK>,
|
||||
<&rpmcc RPM_SMD_QDSS_CLK>;
|
||||
clock-names = "iface", "bus", "mem", "xo", "gpll0_mss",
|
||||
"snoc_axi", "mnoc_axi", "pnoc", "qdss";
|
||||
clock-names = "iface",
|
||||
"bus",
|
||||
"mem",
|
||||
"xo",
|
||||
"gpll0_mss",
|
||||
"snoc_axi",
|
||||
"mnoc_axi",
|
||||
"qdss";
|
||||
|
||||
resets = <&gcc GCC_MSS_RESTART>;
|
||||
reset-names = "mss_restart";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user