diff options
| author | Ziyue Zhang <quic_ziyuzhan@quicinc.com> | 2025-05-27 15:20:34 +0800 |
|---|---|---|
| committer | Manivannan Sadhasivam <mani@kernel.org> | 2025-06-17 22:08:36 +0530 |
| commit | 46d221ed970a46dc2089b6747efe7a69239558f4 (patch) | |
| tree | 2a4952db4ad1d87fc46cf98b710b47c4843803ed | |
| parent | 19272b37aa4f83ca52bdf9c16d5d81bdd1354494 (diff) | |
| download | linux-46d221ed970a46dc2089b6747efe7a69239558f4.tar.gz linux-46d221ed970a46dc2089b6747efe7a69239558f4.zip | |
dt-bindings: PCI: qcom,pcie-sm8150: Document QCS615
QCS615 is derived from SM8150. Hence, add the callback with SM8150 as the
fallback.
Signed-off-by: Ziyue Zhang <quic_ziyuzhan@quicinc.com>
[mani: commit message rewording]
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250527072036.3599076-3-quic_ziyuzhan@quicinc.com
| -rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-sm8150.yaml index a604f2a79de3..2aa012b04d93 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 |
