Skip to content

Commit 3eee5b4

Browse files
konradybciogregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 30d2641 commit 3eee5b4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2480,10 +2480,15 @@
24802480
<&gcc GCC_MSS_GPLL0_DIV_CLK>,
24812481
<&gcc GCC_MSS_SNOC_AXI_CLK>,
24822482
<&gcc GCC_MSS_MNOC_BIMC_AXI_CLK>,
2483-
<&rpmcc RPM_SMD_PCNOC_CLK>,
24842483
<&rpmcc RPM_SMD_QDSS_CLK>;
2485-
clock-names = "iface", "bus", "mem", "xo", "gpll0_mss",
2486-
"snoc_axi", "mnoc_axi", "pnoc", "qdss";
2484+
clock-names = "iface",
2485+
"bus",
2486+
"mem",
2487+
"xo",
2488+
"gpll0_mss",
2489+
"snoc_axi",
2490+
"mnoc_axi",
2491+
"qdss";
24872492

24882493
resets = <&gcc GCC_MSS_RESTART>;
24892494
reset-names = "mss_restart";

0 commit comments

Comments
 (0)