Skip to content

Commit e1cb67a

Browse files
quic-kdybcioMani-Sadhasivam
authored andcommitted
dt-bindings: PCI: qcom,pcie-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 <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20250521-topic-8150_pcie_drop_clocks-v1-2-3d42e84f6453@oss.qualcomm.com
1 parent 26daa18 commit e1cb67a

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ properties:
3838
- const: mhi # MHI registers
3939

4040
clocks:
41-
minItems: 8
42-
maxItems: 8
41+
minItems: 6
42+
maxItems: 6
4343

4444
clock-names:
4545
items:
@@ -49,8 +49,6 @@ properties:
4949
- const: bus_master # Master AXI clock
5050
- const: bus_slave # Slave AXI clock
5151
- const: slave_q2a # Slave Q2A clock
52-
- const: tbu # PCIe TBU clock
53-
- const: ref # REFERENCE clock
5452

5553
interrupts:
5654
minItems: 8
@@ -116,17 +114,13 @@ examples:
116114
<&gcc GCC_PCIE_0_CFG_AHB_CLK>,
117115
<&gcc GCC_PCIE_0_MSTR_AXI_CLK>,
118116
<&gcc GCC_PCIE_0_SLV_AXI_CLK>,
119-
<&gcc GCC_PCIE_0_SLV_Q2A_AXI_CLK>,
120-
<&gcc GCC_AGGRE_NOC_PCIE_TBU_CLK>,
121-
<&rpmhcc RPMH_CXO_CLK>;
117+
<&gcc GCC_PCIE_0_SLV_Q2A_AXI_CLK>;
122118
clock-names = "pipe",
123119
"aux",
124120
"cfg",
125121
"bus_master",
126122
"bus_slave",
127-
"slave_q2a",
128-
"tbu",
129-
"ref";
123+
"slave_q2a";
130124
131125
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
132126
<GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)