On 21/11/2022 02:47, Kunihiko Hayashi wrote: > Add devicetree binding documentation for Socionext F_OSPI SPI flash > controller. Subject: drop second, redundant "bindings". > > Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx> > --- > .../bindings/spi/socionext,f-ospi.yaml | 57 +++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100644 Documentation/devicetree/bindings/spi/socionext,f-ospi.yaml > > diff --git a/Documentation/devicetree/bindings/spi/socionext,f-ospi.yaml b/Documentation/devicetree/bindings/spi/socionext,f-ospi.yaml > new file mode 100644 > index 000000000000..e04492c4fc84 > --- /dev/null > +++ b/Documentation/devicetree/bindings/spi/socionext,f-ospi.yaml > @@ -0,0 +1,57 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: "http://devicetree.org/schemas/spi/socionext,f-ospi.yaml#" > +$schema: "http://devicetree.org/meta-schemas/core.yaml#" Drop quotes from both lines. > + > +title: Socionext F_OSPI controller > + > +description: | > + The Socionext F_OSPI is a controller used to interface with flash > + memories using the SPI communication interface. > + > +maintainers: > + - Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx> > + > +allOf: > + - $ref: "spi-controller.yaml#" Drop quotes. With above: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof