[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230531093526.1fe2acb3@xps-13>
Date: Wed, 31 May 2023 09:35:26 +0200
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Chris Packham <chris.packham@...iedtelesis.co.nz>
Cc: richard@....at, vigneshr@...com, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org,
andrew@...n.ch, gregory.clement@...tlin.com,
sebastian.hesselbarth@...il.com, linux-mtd@...ts.infradead.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, enachman@...vell.com
Subject: Re: [PATCH v7 2/4] ARM: dts: mvebu: align MTD partition nodes to
dtschema
Hi Chris,
chris.packham@...iedtelesis.co.nz wrote on Wed, 31 May 2023 11:54:54
+1200:
> Update the node names for the SPI NOR and NAND partitions to conform to
> the partition properties in the relevant dtschema.
>
> Signed-off-by: Chris Packham <chris.packham@...iedtelesis.co.nz>
Reviewed-by: Miquel Raynal <miquel.raynal@...tlin.com>
> ---
> arch/arm/boot/dts/armada-385-atl-x530.dts | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/boot/dts/armada-385-atl-x530.dts b/arch/arm/boot/dts/armada-385-atl-x530.dts
> index 241f5d7c80e9..5a9ab8410b7b 100644
> --- a/arch/arm/boot/dts/armada-385-atl-x530.dts
> +++ b/arch/arm/boot/dts/armada-385-atl-x530.dts
> @@ -179,19 +179,19 @@ partitions {
> compatible = "fixed-partitions";
> #address-cells = <1>;
> #size-cells = <1>;
> - partition@...oot {
> + partition@0 {
> reg = <0x00000000 0x00100000>;
> label = "u-boot";
> };
> - partition@...oot-env {
> + partition@...000 {
> reg = <0x00100000 0x00040000>;
> label = "u-boot-env";
> };
> - partition@...sed {
> + partition@...000 {
> reg = <0x00140000 0x00e80000>;
> label = "unused";
> };
> - partition@...rom {
> + partition@...000 {
> reg = <0x00fc0000 0x00040000>;
> label = "idprom";
> };
> @@ -216,16 +216,16 @@ partitions {
> compatible = "fixed-partitions";
> #address-cells = <1>;
> #size-cells = <1>;
> - partition@...r {
> + partition@0 {
> reg = <0x00000000 0x0f000000>;
> label = "user";
> };
> - partition@...log {
> + partition@...0000 {
> /* Maximum mtdoops size is 8MB, so set to that. */
> reg = <0x0f000000 0x00800000>;
> label = "errlog";
> };
> - partition@...d-bbt {
> + partition@...0000 {
> reg = <0x0f800000 0x00800000>;
> label = "nand-bbt";
> };
Thanks,
Miquèl
Powered by blists - more mailing lists