diff options
author | Rohit Agarwal <[email protected]> | 2023-03-31 11:48:18 +0530 |
---|---|---|
committer | Lorenzo Pieralisi <[email protected]> | 2023-05-08 09:16:38 +0200 |
commit | c0aba9f328019fa8ba1b771ba0146ac61ce561ad (patch) | |
tree | eb1bcdb9488c74072f11a589bd8a749e63e08c46 | |
parent | ac9a78681b921877518763ba0e89202254349d1b (diff) |
dt-bindings: PCI: qcom: Add SDX65 SoC
Add PCIe EP compatible string for SDX65 SoC.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rohit Agarwal <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml index b3c22ebd156c..811112255d7d 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml @@ -13,6 +13,7 @@ properties: compatible: enum: - qcom,sdx55-pcie-ep + - qcom,sdx65-pcie-ep - qcom,sm8450-pcie-ep reg: @@ -109,6 +110,7 @@ allOf: contains: enum: - qcom,sdx55-pcie-ep + - qcom,sdx65-pcie-ep then: properties: clocks: |