Skip to content

Commit 7de0d60

Browse files
quic-kdybcioandersson
authored andcommitted
arm64: dts: qcom: sm8150: Drop unrelated clocks from PCIe hosts
The TBU clock belongs to the Translation Buffer Unit, part of the SMMU. The ref clock is already being driven upstream through some of the branches. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/20250521-topic-8150_pcie_drop_clocks-v1-4-3d42e84f6453@oss.qualcomm.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent cb9ce20 commit 7de0d60

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

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

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,17 +1876,13 @@
18761876
<&gcc GCC_PCIE_0_CFG_AHB_CLK>,
18771877
<&gcc GCC_PCIE_0_MSTR_AXI_CLK>,
18781878
<&gcc GCC_PCIE_0_SLV_AXI_CLK>,
1879-
<&gcc GCC_PCIE_0_SLV_Q2A_AXI_CLK>,
1880-
<&gcc GCC_AGGRE_NOC_PCIE_TBU_CLK>,
1881-
<&rpmhcc RPMH_CXO_CLK>;
1879+
<&gcc GCC_PCIE_0_SLV_Q2A_AXI_CLK>;
18821880
clock-names = "pipe",
18831881
"aux",
18841882
"cfg",
18851883
"bus_master",
18861884
"bus_slave",
1887-
"slave_q2a",
1888-
"tbu",
1889-
"ref";
1885+
"slave_q2a";
18901886

18911887
iommu-map = <0x0 &apps_smmu 0x1d80 0x1>,
18921888
<0x100 &apps_smmu 0x1d81 0x1>;
@@ -1995,17 +1991,13 @@
19951991
<&gcc GCC_PCIE_1_CFG_AHB_CLK>,
19961992
<&gcc GCC_PCIE_1_MSTR_AXI_CLK>,
19971993
<&gcc GCC_PCIE_1_SLV_AXI_CLK>,
1998-
<&gcc GCC_PCIE_1_SLV_Q2A_AXI_CLK>,
1999-
<&gcc GCC_AGGRE_NOC_PCIE_TBU_CLK>,
2000-
<&rpmhcc RPMH_CXO_CLK>;
1994+
<&gcc GCC_PCIE_1_SLV_Q2A_AXI_CLK>;
20011995
clock-names = "pipe",
20021996
"aux",
20031997
"cfg",
20041998
"bus_master",
20051999
"bus_slave",
2006-
"slave_q2a",
2007-
"tbu",
2008-
"ref";
2000+
"slave_q2a";
20092001

20102002
assigned-clocks = <&gcc GCC_PCIE_1_AUX_CLK>;
20112003
assigned-clock-rates = <19200000>;

0 commit comments

Comments
 (0)