[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACPK8XfcHRkRew6O-r=BumPRAW5X8__k6XMy-4gnDhwxVqCVWg@mail.gmail.com>
Date: Wed, 31 Mar 2021 08:03:15 +0000
From: Joel Stanley <joel@....id.au>
To: Anton Kachalov <gmouse@...gle.com>,
Benjamin Fair <benjaminfair@...gle.com>,
Tomer Maimon <tmaimon77@...il.com>,
Avi Fishman <avifishman70@...il.com>
Cc: devicetree <devicetree@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] ARM: dts: nuvoton: Fix flash layout
Hi Anton,
On Thu, 25 Mar 2021 at 01:28, Anton Kachalov <gmouse@...gle.com> wrote:
>
> Gently ping
>
> On Mon, 8 Mar 2021 at 18:11, <gmouse@...gle.com> wrote:
> >
> > From: "Anton D. Kachalov" <gmouse@...gle.com>
> >
> > This change follows OpenBMC partitions' naming layout.
> >
> > Signed-off-by: Anton D. Kachalov <gmouse@...gle.com>
I believe you discussed what approach to take and this was agreed
upon. Can I get an ack from some other nuvoton people before I apply?
Cheers,
Joel
> > ---
> > arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 38 +++++++----------------
> > 1 file changed, 11 insertions(+), 27 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts
> > index 9f13d08f5804..55c5a89592d7 100644
> > --- a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts
> > +++ b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts
> > @@ -78,8 +78,8 @@ partitions@...00000 {
> > compatible = "fixed-partitions";
> > #address-cells = <1>;
> > #size-cells = <1>;
> > - bbuboot1@0 {
> > - label = "bb-uboot-1";
> > + u-boot@0 {
> > + label = "u-boot";
> > reg = <0x0000000 0x80000>;
> > read-only;
> > };
> > @@ -88,38 +88,22 @@ bbuboot2@...00 {
> > reg = <0x0080000 0x80000>;
> > read-only;
> > };
> > - envparam@...000 {
> > - label = "env-param";
> > + u-boot-env@...000 {
> > + label = "u-boot-env";
> > reg = <0x0100000 0x40000>;
> > read-only;
> > };
> > - spare@...000 {
> > - label = "spare";
> > - reg = <0x0140000 0xC0000>;
> > - };
> > kernel@...000 {
> > label = "kernel";
> > - reg = <0x0200000 0x400000>;
> > - };
> > - rootfs@...000 {
> > - label = "rootfs";
> > - reg = <0x0600000 0x700000>;
> > - };
> > - spare1@...000 {
> > - label = "spare1";
> > - reg = <0x0D00000 0x200000>;
> > - };
> > - spare2@...0000 {
> > - label = "spare2";
> > - reg = <0x0F00000 0x200000>;
> > + reg = <0x0200000 0x580000>;
> > };
> > - spare3@...0000 {
> > - label = "spare3";
> > - reg = <0x1100000 0x200000>;
> > + rofs@...000 {
> > + label = "rofs";
> > + reg = <0x0780000 0x1680000>;
> > };
> > - spare4@...0000 {
> > - label = "spare4";
> > - reg = <0x1300000 0x0>;
> > + rwfs@...0000 {
> > + label = "rwfs";
> > + reg = <0x1e00000 0x200000>;
> > };
> > };
> > };
> > --
> > 2.30.1.766.gb4fecdf3b7-goog
> >
Powered by blists - more mailing lists