diff options
author | Neil Armstrong <[email protected]> | 2023-11-28 09:43:53 +0100 |
---|---|---|
committer | Krzysztof Wilczyński <[email protected]> | 2023-12-16 00:11:57 +0000 |
commit | 41f757713ac38ae2f63bc02d5653aac254c5bdbf (patch) | |
tree | bb185acd84ca7f0afb7dcdb7bd7408f645afdbfb | |
parent | 639f666cf84e9192ef2ca0b5d638a258062513b7 (diff) |
dt-bindings: PCI: qcom: Document the SM8650 PCIe Controller
Document the PCIe Controller on the SM8650 platform by using the
SM8550 bindings as a fallback.
Link: https://lore.kernel.org/linux-pci/20231128-topic-sm8650-upstream-bindings-pcie-v2-1-b72e2d13bcf1@linaro.org
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Acked-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index 6be2aebdc98e..a93ab3b54066 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -42,6 +42,10 @@ properties: - qcom,pcie-sm8450-pcie1 - qcom,pcie-sm8550 - items: + - enum: + - qcom,pcie-sm8650 + - const: qcom,pcie-sm8550 + - items: - const: qcom,pcie-msm8998 - const: qcom,pcie-msm8996 |