[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <172277429149.3783478.13649526225862642200.robh@kernel.org>
Date: Sun, 04 Aug 2024 06:24:51 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Christian Marangi <ansuelsmth@...il.com>
Cc: Krzysztof Kozlowski <krzk+dt@...nel.org>,
Joern Engel <joern@...ybastard.org>, linux-nvme@...ts.infradead.org,
Ulf Hansson <ulf.hansson@...aro.org>, linux-mtd@...ts.infradead.org,
linux-mmc@...r.kernel.org, Florian Fainelli <f.fainelli@...il.com>,
Jens Axboe <axboe@...nel.dk>, devicetree@...r.kernel.org,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Christoph Hellwig <hch@....de>,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
Richard Weinberger <richard@....at>, linux-kernel@...r.kernel.org,
Keith Busch <kbusch@...nel.org>, Sagi Grimberg <sagi@...mberg.me>,
Conor Dooley <conor+dt@...nel.org>, Vignesh Raghavendra <vigneshr@...com>,
Miquel Raynal <miquel.raynal@...tlin.com>
Subject: Re: [PATCH 5/6] dt-bindings: mtd: Add Documentation for Airoha
fixed-partitions
On Sun, 04 Aug 2024 13:41:05 +0200, Christian Marangi wrote:
> Add Documentation for Airoha fixed-partitions compatibles.
>
> Airoha based SoC declare a dedicated partition at the end of the flash to
> store calibration and device specific data, in addition to fixed
> partitions.
> The offset of this special partition is not well defined as it depends on
> flash bad block management that might require reserving additional space
> at the end of the flash.
>
> This binding allows defining all fixed partitions and marking the last one
> to detect the correct offset.
>
> Signed-off-by: Christian Marangi <ansuelsmth@...il.com>
> ---
> .../partitions/airoha,fixed-partitions.yaml | 80 +++++++++++++++++++
> 1 file changed, 80 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mtd/partitions/airoha,fixed-partitions.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/mtd/partitions/airoha,fixed-partitions.example.dtb: /example-0/partitions: failed to match any schema with compatible: ['airoha,fixed-partitions']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240804114108.1893-6-ansuelsmth@gmail.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists