From: leoyang.li@nxp.com (Li Yang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/5] arm64: dts: fsl: use a generic node name for m25p80 flashes
Date: Mon, 10 Sep 2018 00:56:40 -0500 [thread overview]
Message-ID: <CADRPPNS1N7J_F4ApqSKPrOJ4JuPwgV8srsGsS9DSSURvyhhM9A@mail.gmail.com> (raw)
In-Reply-To: <20180910003946.GE21218@dragon>
On Sun, Sep 9, 2018 at 10:11 PM Shawn Guo <shawnguo@kernel.org> wrote:
>
> The series looks good to me. @Leo, what about you?
Looks fine to me too.
Acked-by: Li Yang <leoyang.li@nxp.com>
>
> Shawn
>
> On Mon, Sep 03, 2018 at 04:08:36PM +0200, Alexandre Belloni wrote:
> > Use a generic node name for the m25p80 flashes on ls1043 and ls1046 boards.
> >
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > ---
> > arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 2 +-
> > arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts | 2 +-
> > arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 4 ++--
> > 3 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
> > index c7b8d2c009cd..af972e91d6bc 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
> > @@ -136,7 +136,7 @@
> > bus-num = <0>;
> > status = "okay";
> >
> > - qflash0: s25fl128s at 0 {
> > + qflash0: flash at 0 {
> > compatible = "spansion,m25p80";
> > #address-cells = <1>;
> > #size-cells = <1>;
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
> > index e69306e6b0b1..219068220b84 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
> > @@ -165,7 +165,7 @@
> > bus-num = <0>;
> > status = "okay";
> >
> > - qflash0: s25fl128s at 0 {
> > + qflash0: flash at 0 {
> > compatible = "spansion,m25p80";
> > #address-cells = <1>;
> > #size-cells = <1>;
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
> > index 440e111651d5..df676b30357b 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
> > @@ -103,7 +103,7 @@
> > bus-num = <0>;
> > status = "okay";
> >
> > - qflash0: s25fs512s at 0 {
> > + qflash0: flash at 0 {
> > compatible = "spansion,m25p80";
> > #address-cells = <1>;
> > #size-cells = <1>;
> > @@ -111,7 +111,7 @@
> > reg = <0>;
> > };
> >
> > - qflash1: s25fs512s at 1 {
> > + qflash1: flash at 1 {
> > compatible = "spansion,m25p80";
> > #address-cells = <1>;
> > #size-cells = <1>;
> > --
> > 2.19.0.rc1
> >
prev parent reply other threads:[~2018-09-10 5:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-03 14:08 [PATCH v2 1/5] arm64: dts: fsl: use a generic node name for m25p80 flashes Alexandre Belloni
2018-09-03 14:08 ` [PATCH v2 2/5] arm64: dts: fsl: ls1046a: disable the flash controller by default Alexandre Belloni
2018-09-03 14:08 ` [PATCH v2 3/5] arm64: dts: fsl: ls1046a: disable uarts " Alexandre Belloni
2018-09-03 14:08 ` [PATCH v2 4/5] dt-bindings: Add vendor prefix for Microsys Alexandre Belloni
2018-09-10 0:38 ` Shawn Guo
2018-09-10 7:54 ` Alexandre Belloni
2018-09-03 14:08 ` [PATCH v2 5/5] arm64: dts: add Microsys MPX-LS1046A SoM and SBC-LS1046A SBC Alexandre Belloni
2018-09-10 0:39 ` [PATCH v2 1/5] arm64: dts: fsl: use a generic node name for m25p80 flashes Shawn Guo
2018-09-10 5:56 ` Li Yang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADRPPNS1N7J_F4ApqSKPrOJ4JuPwgV8srsGsS9DSSURvyhhM9A@mail.gmail.com \
--to=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).