[PATCH v2] dt-bindings: PCI: qcom: document the SM8650 PCIe Controller

Neil Armstrong posted 1 patch 2 years ago
Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 4 ++++
1 file changed, 4 insertions(+)
[PATCH v2] dt-bindings: PCI: qcom: document the SM8650 PCIe Controller
Posted by Neil Armstrong 2 years ago
Document the PCIe Controller on the SM8650 platform by using the
SM8550 bindings as a fallback.

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
For convenience, a regularly refreshed linux-next based git tree containing
all the SM8650 related work is available at:
https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm8650/upstream/integ
---
Changes in v2:
- Collected Reviews
- Link to v1: https://lore.kernel.org/r/20231025-topic-sm8650-upstream-bindings-pcie-v1-1-0e3d6f0c5827@linaro.org
---
 Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
index eadba38171e1..af537732ded6 100644
--- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
@@ -41,6 +41,10 @@ properties:
           - qcom,pcie-sm8450-pcie0
           - 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

---
base-commit: 48bbaf8b793e0770798519f8ee1ea2908ff0943a
change-id: 20231016-topic-sm8650-upstream-bindings-pcie-56e90536c258

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>
Re: [PATCH v2] dt-bindings: PCI: qcom: document the SM8650 PCIe Controller
Posted by Krzysztof Wilczyński 2 years ago
Hello,

> Document the PCIe Controller on the SM8650 platform by using the
> SM8550 bindings as a fallback.

Applied to dt-bindings, thank you!

[1/1] dt-bindings: PCI: qcom: Document the SM8650 PCIe Controller
      https://git.kernel.org/pci/pci/c/41f757713ac3

	Krzysztof