Skip to content

Commit dddb4ef

Browse files
lumagLorenzo Pieralisi
authored andcommitted
dt-bindings: pci: qcom: Document PCIe bindings for SM8450
Document the PCIe DT bindings for SM8450 SoC. The PCIe IP is similar to the one used on SM8250, however unlike SM8250, PCIe0 and PCIe1 use different set of clocks, so two compatible entries are required. Link: https://lore.kernel.org/r/20220223101435.447839-2-dmitry.baryshkov@linaro.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Acked-by: Stanimir Varbanov <svarbanov@mm-sol.com>
1 parent e783362 commit dddb4ef

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

Documentation/devicetree/bindings/pci/qcom,pcie.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
- "qcom,pcie-sc8180x" for sc8180x
1616
- "qcom,pcie-sdm845" for sdm845
1717
- "qcom,pcie-sm8250" for sm8250
18+
- "qcom,pcie-sm8450-pcie0" for PCIe0 on sm8450
19+
- "qcom,pcie-sm8450-pcie1" for PCIe1 on sm8450
1820
- "qcom,pcie-ipq6018" for ipq6018
1921

2022
- reg:
@@ -169,6 +171,24 @@
169171
- "ddrss_sf_tbu" PCIe SF TBU clock
170172
- "pipe" PIPE clock
171173

174+
- clock-names:
175+
Usage: required for sm8450-pcie0 and sm8450-pcie1
176+
Value type: <stringlist>
177+
Definition: Should contain the following entries
178+
- "aux" Auxiliary clock
179+
- "cfg" Configuration clock
180+
- "bus_master" Master AXI clock
181+
- "bus_slave" Slave AXI clock
182+
- "slave_q2a" Slave Q2A clock
183+
- "tbu" PCIe TBU clock
184+
- "ddrss_sf_tbu" PCIe SF TBU clock
185+
- "pipe" PIPE clock
186+
- "pipe_mux" PIPE MUX
187+
- "phy_pipe" PIPE output clock
188+
- "ref" REFERENCE clock
189+
- "aggre0" Aggre NoC PCIe0 AXI clock, only for sm8450-pcie0
190+
- "aggre1" Aggre NoC PCIe1 AXI clock
191+
172192
- resets:
173193
Usage: required
174194
Value type: <prop-encoded-array>
@@ -246,7 +266,7 @@
246266
- "ahb" AHB reset
247267

248268
- reset-names:
249-
Usage: required for sc8180x, sdm845 and sm8250
269+
Usage: required for sc8180x, sdm845, sm8250 and sm8450
250270
Value type: <stringlist>
251271
Definition: Should contain the following entries
252272
- "pci" PCIe core reset

0 commit comments

Comments
 (0)