On 28/11/2022 14:00, Yinbo Zhu wrote: > Add the Loongson platform i2c binding with DT schema format using > json-schema. > > Signed-off-by: Yinbo Zhu <zhuyinbo@xxxxxxxxxxx> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > --- > Change in v2: > 1. Removed the "#address-cells" and "#size-cells" in requied. > 2. Add the reviewed-by information. > > .../bindings/i2c/loongson,ls-i2c.yaml | 47 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 48 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i2c/loongson,ls-i2c.yaml > > diff --git a/Documentation/devicetree/bindings/i2c/loongson,ls-i2c.yaml b/Documentation/devicetree/bindings/i2c/loongson,ls-i2c.yaml > new file mode 100644 > index 000000000000..0e4aee9146f3 > --- /dev/null > +++ b/Documentation/devicetree/bindings/i2c/loongson,ls-i2c.yaml > @@ -0,0 +1,47 @@ > +# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/i2c/loongson,ls-i2c.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Loongson I2C controller > + > +maintainers: > + - Yinbo Zhu <zhuyinbo@xxxxxxxxxxx> > + > +allOf: > + - $ref: /schemas/i2c/i2c-controller.yaml# > + > +properties: > + compatible: > + enum: > + - loongson,ls2k-i2c > + - loongson,ls7a-i2c Why do we have the same bindings twice, with different people and file names? https://lore.kernel.org/all/57339e73b6c0bfe446e19a7f55a48b7ca640b9ec.1669359515.git.zhoubinbin@xxxxxxxxxxx/ Best regards, Krzysztof