[PATCH v5 2/4] dt-bindings: PCI: qcom,pcie-sm8150: document qcs615

Ziyue Zhang posted 4 patches 6 months, 3 weeks ago
There is a newer version of this series
[PATCH v5 2/4] dt-bindings: PCI: qcom,pcie-sm8150: document qcs615
Posted by Ziyue Zhang 6 months, 3 weeks ago
Add compatible for qcs615 platform, with sm8150 as the fallback.

Signed-off-by: Ziyue Zhang <quic_ziyuzhan@quicinc.com>
---
 .../devicetree/bindings/pci/qcom,pcie-sm8150.yaml          | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml
index 434448cd816a..26b247a41785 100644
--- a/Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml
+++ b/Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml
@@ -16,7 +16,12 @@ description:
 
 properties:
   compatible:
-    const: qcom,pcie-sm8150
+    oneOf:
+      - const: qcom,pcie-sm8150
+      - items:
+          - enum:
+              - qcom,pcie-qcs615
+          - const: qcom,pcie-sm8150
 
   reg:
     minItems: 5
-- 
2.34.1
Re: [PATCH v5 2/4] dt-bindings: PCI: qcom,pcie-sm8150: document qcs615
Posted by Rob Herring (Arm) 6 months, 1 week ago
On Tue, 27 May 2025 15:20:34 +0800, Ziyue Zhang wrote:
> Add compatible for qcs615 platform, with sm8150 as the fallback.
> 
> Signed-off-by: Ziyue Zhang <quic_ziyuzhan@quicinc.com>
> ---
>  .../devicetree/bindings/pci/qcom,pcie-sm8150.yaml          | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>