On Mon, Mar 10, 2025 at 02:30:58PM +0800, Ziyue Zhang wrote: > Add compatible for qcs8300 platform. ...with sa8775p as the fallback. > > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > Signed-off-by: Ziyue Zhang <quic_ziyuzhan@xxxxxxxxxxx> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> - Mani > --- > .../devicetree/bindings/pci/qcom,pcie-sa8775p.yaml | 7 ++++++- > 1 file changed, 6 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..19e3ee1b380d 100644 > --- a/Documentation/devicetree/bindings/pci/qcom,pcie-sa8775p.yaml > +++ b/Documentation/devicetree/bindings/pci/qcom,pcie-sa8775p.yaml > @@ -16,7 +16,12 @@ description: > > properties: > compatible: > - const: qcom,pcie-sa8775p > + oneOf: > + - const: qcom,pcie-sa8775p > + - items: > + - enum: > + - qcom,pcie-qcs8300 > + - const: qcom,pcie-sa8775p > > reg: > minItems: 6 > -- > 2.34.1 > -- மணிவண்ணன் சதாசிவம்