[PATCH v2 2/2] dt-bindings: mtd: partitions: Document special values
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Fri Oct 27 04:06:09 PDT 2023
On 27/10/2023 11:46, Edward Chow wrote:
> Add examples for special values in linux/mtd/partitions.h.
>
> Signed-off-by: Edward Chow <equu at openmail.cc>
> ---
> .../mtd/partitions/fixed-partitions.yaml | 30 +++++++++++++++++++
> 1 file changed, 30 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml b/Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml
> index 331e564f29dc..e7bf466c395f 100644
> --- a/Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml
> +++ b/Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml
> @@ -164,3 +164,33 @@ examples:
> read-only;
> };
> };
> +
> + - |
> + #include <dt-bindings/mtd/partitions.h>
> + partitions {
> + compatible = "fixed-partitions";
> + #address-cells = <2>;
> + #size-cells = <1>;
> +
> + partition at 0 {
> + label = "bootloader";
> + reg = <0 0x000000 0x020000>;
> + read-only;
> + };
> +
> + firmware at 1 {
> + label = "firmware";
> + /* From the end of the last partition, occupying as mush
This is a friendly reminder during the review process.
It seems my or other reviewer's previous comments were not fully
addressed. Maybe the feedback got lost between the quotes, maybe you
just forgot to apply it. Please go back to the previous discussion and
either implement all requested changes or keep discussing them.
Thank you.
Best regards,
Krzysztof
More information about the linux-mtd
mailing list