Skip to content

Commit 26daa18

Browse files
quic-kdybcioMani-Sadhasivam
authored andcommitted
dt-bindings: PCI: qcom,pcie-sc8180x: 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-1-3d42e84f6453@oss.qualcomm.com
1 parent 3563606 commit 26daa18

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

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

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

3535
clocks:
36-
minItems: 8
37-
maxItems: 8
36+
minItems: 6
37+
maxItems: 6
3838

3939
clock-names:
4040
items:
@@ -44,8 +44,6 @@ properties:
4444
- const: bus_master # Master AXI clock
4545
- const: bus_slave # Slave AXI clock
4646
- const: slave_q2a # Slave Q2A clock
47-
- const: ref # REFERENCE clock
48-
- const: tbu # PCIe TBU clock
4947

5048
interrupts:
5149
minItems: 8
@@ -117,17 +115,13 @@ examples:
117115
<&gcc GCC_PCIE_0_CFG_AHB_CLK>,
118116
<&gcc GCC_PCIE_0_MSTR_AXI_CLK>,
119117
<&gcc GCC_PCIE_0_SLV_AXI_CLK>,
120-
<&gcc GCC_PCIE_0_SLV_Q2A_AXI_CLK>,
121-
<&gcc GCC_PCIE_0_CLKREF_CLK>,
122-
<&gcc GCC_AGGRE_NOC_PCIE_TBU_CLK>;
118+
<&gcc GCC_PCIE_0_SLV_Q2A_AXI_CLK>;
123119
clock-names = "pipe",
124120
"aux",
125121
"cfg",
126122
"bus_master",
127123
"bus_slave",
128-
"slave_q2a",
129-
"ref",
130-
"tbu";
124+
"slave_q2a";
131125
132126
dma-coherent;
133127

0 commit comments

Comments
 (0)