Message ID | 20250527072036.3599076-3-quic_ziyuzhan@quicinc.com |
---|---|
State | New |
Headers | show |
Series | None | expand |
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>
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
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(-)