Re: [PATCH 2/6] dt-bindings: PCI: qcom-ep: Add QCS8300 compatible

From: Krzysztof Kozlowski

Date: Fri Sep 25 2026 - 09:22:43 EST


On Mon, Sep 21, 2026 at 04:28:13PM +0530, Krishna Chaitanya Chundru wrote:
> The QCS8300 PCIe Endpoint controller is compatible with the SA8775P
> PCIe Endpoint controller and uses the same programming model. Document
> the QCS8300 compatible string and its fallback to the SA8775P
> compatible.
>
> Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@xxxxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml
> index bed9a40b186b..7f9a0bc958d1 100644
> --- a/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml
> +++ b/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml
> @@ -13,10 +13,15 @@ properties:
> compatible:
> oneOf:
> - enum:
> + - qcom,qcs8300-pcie-ep

Drop, cannot be both compatible and incompatible.

> - qcom,sa8775p-pcie-ep
> - qcom,sar2130p-pcie-ep
> - qcom,sdx55-pcie-ep
> - qcom,sm8450-pcie-ep
> + - items:
> + - enum:
> + - qcom,qcs8300-pcie-ep
> + - const: qcom,sa8775p-pcie-ep

Best regards,
Krzysztof