On Tue, Jul 09, 2024 at 10:59:29PM +0800, Tengfei Fan wrote: > Document compatible for QCS9100 platform. Add blank line for paragraph breaks. > QCS9100 is drived from SA8775p. Currently, both the QCS9100 and SA8775p > platform use non-SCMI resource. In the future, the SA8775p platform will > move to use SCMI resources and it will have new sa8775p-related device > tree. Consequently, introduce "qcom,pcie-qcs9100" to describe non-SCMI > based PCIe. Not connected to the patch below. Move to where it is relevant. > Signed-off-by: Tengfei Fan <quic_tengfan@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/pci/qcom,pcie-sa8775p.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-sa8775p.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-sa8775p.yaml > index efde49d1bef8..4de33df6963f 100644 > --- a/Documentation/devicetree/bindings/pci/qcom,pcie-sa8775p.yaml > +++ b/Documentation/devicetree/bindings/pci/qcom,pcie-sa8775p.yaml > @@ -16,7 +16,10 @@ description: > > properties: > compatible: > - const: qcom,pcie-sa8775p > + items: > + - enum: > + - qcom,pcie-qcs9100 > + - qcom,pcie-sa8775p > > reg: > minItems: 6 > > -- > 2.25.1 >