Skip to content

Commit 9169e03

Browse files
Mrinmay Sarkarkwilczynski
authored andcommitted
dt-bindings: PCI: qcom: Add sa8775p compatible
Add sa8775p platform to the binding. Link: https://lore.kernel.org/linux-pci/1689960276-29266-2-git-send-email-quic_msarkar@quicinc.com Signed-off-by: Mrinmay Sarkar <quic_msarkar@quicinc.com> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Manivannan Sadhasivam <mani@kernel.org>
1 parent b9cbc06 commit 9169e03

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ properties:
2929
- qcom,pcie-msm8996
3030
- qcom,pcie-qcs404
3131
- qcom,pcie-sa8540p
32+
- qcom,pcie-sa8775p
3233
- qcom,pcie-sc7280
3334
- qcom,pcie-sc8180x
3435
- qcom,pcie-sc8280xp
@@ -211,6 +212,7 @@ allOf:
211212
compatible:
212213
contains:
213214
enum:
215+
- qcom,pcie-sa8775p
214216
- qcom,pcie-sc7280
215217
- qcom,pcie-sc8180x
216218
- qcom,pcie-sc8280xp
@@ -743,12 +745,37 @@ allOf:
743745
items:
744746
- const: pci # PCIe core reset
745747

748+
- if:
749+
properties:
750+
compatible:
751+
contains:
752+
enum:
753+
- qcom,pcie-sa8775p
754+
then:
755+
properties:
756+
clocks:
757+
minItems: 5
758+
maxItems: 5
759+
clock-names:
760+
items:
761+
- const: aux # Auxiliary clock
762+
- const: cfg # Configuration clock
763+
- const: bus_master # Master AXI clock
764+
- const: bus_slave # Slave AXI clock
765+
- const: slave_q2a # Slave Q2A clock
766+
resets:
767+
maxItems: 1
768+
reset-names:
769+
items:
770+
- const: pci # PCIe core reset
771+
746772
- if:
747773
properties:
748774
compatible:
749775
contains:
750776
enum:
751777
- qcom,pcie-sa8540p
778+
- qcom,pcie-sa8775p
752779
- qcom,pcie-sc8280xp
753780
then:
754781
required:
@@ -790,6 +817,7 @@ allOf:
790817
contains:
791818
enum:
792819
- qcom,pcie-msm8996
820+
- qcom,pcie-sa8775p
793821
- qcom,pcie-sc7280
794822
- qcom,pcie-sc8180x
795823
- qcom,pcie-sdm845

0 commit comments

Comments
 (0)