On 21/08/2023 14:49, Binbin Zhou wrote: > Add Loongson SoC boards binding with DT schema format using json-schema. > > Signed-off-by: Binbin Zhou <zhoubinbin@xxxxxxxxxxx> > Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > --- > .../devicetree/bindings/loongarch/boards.yaml | 34 +++++++++++++++++++ > 1 file changed, 34 insertions(+) > create mode 100644 Documentation/devicetree/bindings/loongarch/boards.yaml > > diff --git a/Documentation/devicetree/bindings/loongarch/boards.yaml b/Documentation/devicetree/bindings/loongarch/boards.yaml > new file mode 100644 > index 000000000000..5092314b7a52 > --- /dev/null > +++ b/Documentation/devicetree/bindings/loongarch/boards.yaml loongson.yaml I suppose you might have here different manufacturers? > @@ -0,0 +1,34 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/loongarch/boards.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Loongson SoC-based boards > + Best regards, Krzysztof