diff for duplicates of <20170922144749.6b2aaa76@xps13> diff --git a/a/1.txt b/N1/1.txt index e1fde4b..ec8f643 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,16 +1,16 @@ Hello Antoine, On Thu, 21 Sep 2017 09:52:39 +0200 -Antoine Tenart <antoine.tenart@free-electrons.com> wrote: +Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote: > Hi Miquel, > > On Thu, Sep 21, 2017 at 09:36:43AM +0200, Miquel Raynal wrote: -> > From: Christine Gharzuzi <chrisg@marvell.com> +> > From: Christine Gharzuzi <chrisg-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> > > +&cps_spi1 { > > + status = "okay"; > > + -> > + spi-flash at 0 { +> > + spi-flash@0 { > > + #address-cells = <0x1>; > > + #size-cells = <0x1>; > > + compatible = "jedec,spi-nor"; @@ -22,22 +22,22 @@ Antoine Tenart <antoine.tenart@free-electrons.com> wrote: > > + #address-cells = <1>; > > + #size-cells = <1>; > > + -> > + partition at 0 { +> > + partition@0 { > > + label = "Boot"; > > + reg = <0x0 0x200000>; > > + }; -> > + partition at 200000 { +> > + partition@200000 { > > + label = "Filesystem"; > > + reg = <0x200000 0xd00000>; > > + }; -> > + partition at d00000 { +> > + partition@d00000 { > -> The node should be 'partition at f00000'. +> The node should be 'partition@f00000'. Absolutely, thanks for poiting it! Regards, -Miqu?l +Miquèl > > > + label = "Boot_2nd"; @@ -57,3 +57,7 @@ Miqu?l Miquel Raynal, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 1046e34..aed9586 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,33 @@ "ref\020170921073643.5677-1-miquel.raynal@free-electrons.com\0" "ref\020170921075239.GE3568@kwain\0" - "From\0miquel.raynal@free-electrons.com (Miquel RAYNAL)\0" - "Subject\0[PATCH] arm64: dts: marvell: Enable Armada-8040-DB CPS SPI1\0" + "From\0Miquel RAYNAL <miquel.raynal-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH] arm64: dts: marvell: Enable Armada-8040-DB CPS SPI1\0" "Date\0Fri, 22 Sep 2017 14:47:49 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" + Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> + Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> + Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " Christine Gharzuzi <chrisg-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>\0" "\00:1\0" "b\0" "Hello Antoine,\n" "\n" "On Thu, 21 Sep 2017 09:52:39 +0200\n" - "Antoine Tenart <antoine.tenart@free-electrons.com> wrote:\n" + "Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:\n" "\n" "> Hi Miquel,\n" "> \n" "> On Thu, Sep 21, 2017 at 09:36:43AM +0200, Miquel Raynal wrote:\n" - "> > From: Christine Gharzuzi <chrisg@marvell.com>\n" + "> > From: Christine Gharzuzi <chrisg-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>\n" "> > +&cps_spi1 {\n" "> > +\tstatus = \"okay\";\n" "> > +\n" - "> > +\tspi-flash at 0 {\n" + "> > +\tspi-flash@0 {\n" "> > +\t\t#address-cells = <0x1>;\n" "> > +\t\t#size-cells = <0x1>;\n" "> > +\t\tcompatible = \"jedec,spi-nor\";\n" @@ -30,22 +39,22 @@ "> > +\t\t\t#address-cells = <1>;\n" "> > +\t\t\t#size-cells = <1>;\n" "> > +\n" - "> > +\t\t\tpartition at 0 {\n" + "> > +\t\t\tpartition@0 {\n" "> > +\t\t\t\tlabel = \"Boot\";\n" "> > +\t\t\t\treg = <0x0 0x200000>;\n" "> > +\t\t\t};\n" - "> > +\t\t\tpartition at 200000 {\n" + "> > +\t\t\tpartition@200000 {\n" "> > +\t\t\t\tlabel = \"Filesystem\";\n" "> > +\t\t\t\treg = <0x200000 0xd00000>;\n" "> > +\t\t\t};\n" - "> > +\t\t\tpartition at d00000 { \n" + "> > +\t\t\tpartition@d00000 { \n" "> \n" - "> The node should be 'partition at f00000'.\n" + "> The node should be 'partition@f00000'.\n" "\n" "Absolutely, thanks for poiting it!\n" "\n" "Regards,\n" - "Miqu?l\n" + "Miqu\303\250l\n" "\n" "> \n" "> > +\t\t\t\tlabel = \"Boot_2nd\";\n" @@ -64,6 +73,10 @@ "-- \n" "Miquel Raynal, Free Electrons\n" "Embedded Linux and Kernel engineering\n" - http://free-electrons.com + "http://free-electrons.com\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -678b558d3b8712f662d5895000ca792102b92c66f26125326b74b25251de64b7 +6a935360fde50de9cbc11f73bf6d61869a30224607895bc0dac86c5e62d80664
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.