diff for duplicates of <549D2E4F.4090705@atmel.com> diff --git a/a/1.txt b/N1/1.txt index de60a32..ed8bbd0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On 12/5/2014 6:30 AM, Boris Brezillon wrote: > sama5d3 and sama5d4 SoCs provides several CS to interface with external > memories, and in particular NAND chips. > The NAND flash controller embedded in the these SoCs can connect to any of -> the available CS (each CS is assigned a memory range, hence the nand@xxx +> the available CS (each CS is assigned a memory range, hence the nand at xxx > you're seeing in the DT), thus the NAND chip definition should be part of > the board description because we cannot guess at the SoC level which CS > will be chosen by the board designer. @@ -25,7 +25,7 @@ On 12/5/2014 6:30 AM, Boris Brezillon wrote: > @@ -213,13 +213,29 @@ > }; > -> nand0: nand@60000000 { +> nand0: nand at 60000000 { > + compatible = "atmel,at91rm9200-nand"; > + #address-cells = <1>; > + #size-cells = <1>; @@ -56,7 +56,7 @@ ditto. > nand-on-flash-bbt; > - status = "okay"; > -> at91bootstrap@0 { +> at91bootstrap at 0 { > label = "at91bootstrap"; > diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts > index b5b8400..5de0d2d 100644 @@ -65,7 +65,7 @@ ditto. > @@ -204,11 +204,25 @@ > }; > -> nand0: nand@80000000 { +> nand0: nand at 80000000 { > + compatible = "atmel,at91rm9200-nand"; > + #address-cells = <1>; > + #size-cells = <1>; @@ -91,7 +91,7 @@ ditto. > atmel,has-pmecc; > - status = "okay"; > -> at91bootstrap@0 { +> at91bootstrap at 0 { > label = "at91bootstrap"; > diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi > index 1749853..0a944e0 100644 @@ -101,7 +101,7 @@ ditto. > status = "disabled"; > }; > -> - nand0: nand@60000000 { +> - nand0: nand at 60000000 { > - compatible = "atmel,at91rm9200-nand"; > - #address-cells = <1>; > - #size-cells = <1>; @@ -122,7 +122,7 @@ ditto. > - status = "disabled"; > - }; > - -> nfc: nfc@70000000 { +> nfc: nfc at 70000000 { > compatible = "atmel,sama5d3-nfc"; > reg = <0x70000000 0x10000000 /* NFC Command Registers */ > diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi @@ -132,7 +132,7 @@ ditto. > @@ -76,13 +76,29 @@ > }; > -> nand0: nand@60000000 { +> nand0: nand at 60000000 { > + compatible = "atmel,at91rm9200-nand"; > + #address-cells = <1>; > + #size-cells = <1>; @@ -163,7 +163,7 @@ ditto. > nand-on-flash-bbt; > - status = "okay"; > -> at91bootstrap@0 { +> at91bootstrap at 0 { > label = "at91bootstrap"; > diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi > index 3b5e9f1..8647eb3 100644 @@ -173,7 +173,7 @@ ditto. > cache-level = <2>; > }; > -> - nand0: nand@80000000 { +> - nand0: nand at 80000000 { > - compatible = "atmel,at91rm9200-nand"; > - #address-cells = <1>; > - #size-cells = <1>; @@ -192,7 +192,7 @@ ditto. > - status = "disabled"; > - }; > - -> nfc: nfc@90000000 { +> nfc: nfc at 90000000 { > compatible = "atmel,sama5d3-nfc"; > reg = <0x90000000 0x10000000 /* NFC Command Registers */ Best Regards, diff --git a/a/content_digest b/N1/content_digest index 3418d23..480f770 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,9 @@ "ref\01417732214-3292-1-git-send-email-boris.brezillon@free-electrons.com\0" "ref\01417732214-3292-5-git-send-email-boris.brezillon@free-electrons.com\0" - "From\0Josh Wu <josh.wu@atmel.com>\0" - "Subject\0Re: [PATCH 4/4] ARM: at91/dt: sama5: move NAND nodes into board dts/dtsi\0" + "From\0josh.wu@atmel.com (Josh Wu)\0" + "Subject\0[PATCH 4/4] ARM: at91/dt: sama5: move NAND nodes into board dts/dtsi\0" "Date\0Fri, 26 Dec 2014 17:45:51 +0800\0" - "To\0Boris Brezillon <boris.brezillon@free-electrons.com>" - David Woodhouse <dwmw2@infradead.org> - Brian Norris <computersforpeace@gmail.com> - <linux-mtd@lists.infradead.org> - Nicolas Ferre <nicolas.ferre@atmel.com> - Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> - Alexandre Belloni <alexandre.belloni@free-electrons.com> - " Andrew Victor <linux@maxim.org.za>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org - Pawel Moll <pawel.moll@arm.com> - Ian Campbell <ijc+devicetree@hellion.org.uk> - linux-kernel@vger.kernel.org - Rob Herring <robh+dt@kernel.org> - Kumar Gala <galak@codeaurora.org> - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi, Boris\n" @@ -27,7 +12,7 @@ "> sama5d3 and sama5d4 SoCs provides several CS to interface with external\n" "> memories, and in particular NAND chips.\n" "> The NAND flash controller embedded in the these SoCs can connect to any of\n" - "> the available CS (each CS is assigned a memory range, hence the nand@xxx\n" + "> the available CS (each CS is assigned a memory range, hence the nand at xxx\n" "> you're seeing in the DT), thus the NAND chip definition should be part of\n" "> the board description because we cannot guess at the SoC level which CS\n" "> will be chosen by the board designer.\n" @@ -48,7 +33,7 @@ "> @@ -213,13 +213,29 @@\n" "> \t\t};\n" "> \n" - "> \t\tnand0: nand@60000000 {\n" + "> \t\tnand0: nand at 60000000 {\n" "> +\t\t\tcompatible = \"atmel,at91rm9200-nand\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <1>;\n" @@ -79,7 +64,7 @@ "> \t\t\tnand-on-flash-bbt;\n" "> -\t\t\tstatus = \"okay\";\n" "> \n" - "> \t\t\tat91bootstrap@0 {\n" + "> \t\t\tat91bootstrap at 0 {\n" "> \t\t\t\tlabel = \"at91bootstrap\";\n" "> diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts\n" "> index b5b8400..5de0d2d 100644\n" @@ -88,7 +73,7 @@ "> @@ -204,11 +204,25 @@\n" "> \t\t};\n" "> \n" - "> \t\tnand0: nand@80000000 {\n" + "> \t\tnand0: nand at 80000000 {\n" "> +\t\t\tcompatible = \"atmel,at91rm9200-nand\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <1>;\n" @@ -114,7 +99,7 @@ "> \t\t\tatmel,has-pmecc;\n" "> -\t\t\tstatus = \"okay\";\n" "> \n" - "> \t\t\tat91bootstrap@0 {\n" + "> \t\t\tat91bootstrap at 0 {\n" "> \t\t\t\tlabel = \"at91bootstrap\";\n" "> diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi\n" "> index 1749853..0a944e0 100644\n" @@ -124,7 +109,7 @@ "> \t\t\tstatus = \"disabled\";\n" "> \t\t};\n" "> \n" - "> -\t\tnand0: nand@60000000 {\n" + "> -\t\tnand0: nand at 60000000 {\n" "> -\t\t\tcompatible = \"atmel,at91rm9200-nand\";\n" "> -\t\t\t#address-cells = <1>;\n" "> -\t\t\t#size-cells = <1>;\n" @@ -145,7 +130,7 @@ "> -\t\t\tstatus = \"disabled\";\n" "> -\t\t};\n" "> -\n" - "> \t\tnfc: nfc@70000000 {\n" + "> \t\tnfc: nfc at 70000000 {\n" "> \t\t\tcompatible = \"atmel,sama5d3-nfc\";\n" "> \t\t\treg = <0x70000000 0x10000000\t/* NFC Command Registers */\n" "> diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi\n" @@ -155,7 +140,7 @@ "> @@ -76,13 +76,29 @@\n" "> \t\t};\n" "> \n" - "> \t\tnand0: nand@60000000 {\n" + "> \t\tnand0: nand at 60000000 {\n" "> +\t\t\tcompatible = \"atmel,at91rm9200-nand\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <1>;\n" @@ -186,7 +171,7 @@ "> \t\t\tnand-on-flash-bbt;\n" "> -\t\t\tstatus = \"okay\";\n" "> \n" - "> \t\t\tat91bootstrap@0 {\n" + "> \t\t\tat91bootstrap at 0 {\n" "> \t\t\t\tlabel = \"at91bootstrap\";\n" "> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi\n" "> index 3b5e9f1..8647eb3 100644\n" @@ -196,7 +181,7 @@ "> \t\t\tcache-level = <2>;\n" "> \t\t};\n" "> \n" - "> -\t\tnand0: nand@80000000 {\n" + "> -\t\tnand0: nand at 80000000 {\n" "> -\t\t\tcompatible = \"atmel,at91rm9200-nand\";\n" "> -\t\t\t#address-cells = <1>;\n" "> -\t\t\t#size-cells = <1>;\n" @@ -215,10 +200,10 @@ "> -\t\t\tstatus = \"disabled\";\n" "> -\t\t};\n" "> -\n" - "> \t\tnfc: nfc@90000000 {\n" + "> \t\tnfc: nfc at 90000000 {\n" "> \t\t\tcompatible = \"atmel,sama5d3-nfc\";\n" "> \t\t\treg = <0x90000000 0x10000000\t/* NFC Command Registers */\n" "Best Regards,\n" Josh Wu -6a2c5a0e06111eddeec5a946b85d49e809a12ba3f06132c47968147cc00aa9aa +d1878c363274c5f7006991c23427a0a2de266fb1090ae8a7322ea203e3ad0d8c
diff --git a/a/content_digest b/N2/content_digest index 3418d23..d9a944d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,19 +6,19 @@ "To\0Boris Brezillon <boris.brezillon@free-electrons.com>" David Woodhouse <dwmw2@infradead.org> Brian Norris <computersforpeace@gmail.com> - <linux-mtd@lists.infradead.org> + linux-mtd@lists.infradead.org Nicolas Ferre <nicolas.ferre@atmel.com> Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> Alexandre Belloni <alexandre.belloni@free-electrons.com> " Andrew Victor <linux@maxim.org.za>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org + "Cc\0Rob Herring <robh+dt@kernel.org>" Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> Ian Campbell <ijc+devicetree@hellion.org.uk> - linux-kernel@vger.kernel.org - Rob Herring <robh+dt@kernel.org> Kumar Gala <galak@codeaurora.org> - " linux-arm-kernel@lists.infradead.org\0" + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Hi, Boris\n" @@ -221,4 +221,4 @@ "Best Regards,\n" Josh Wu -6a2c5a0e06111eddeec5a946b85d49e809a12ba3f06132c47968147cc00aa9aa +e8d0748e5c0aa6b30507270e99438edf300074c644592f4e39a62a6946b78855
diff --git a/a/content_digest b/N3/content_digest index 3418d23..c843539 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -11,14 +11,14 @@ Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> Alexandre Belloni <alexandre.belloni@free-electrons.com> " Andrew Victor <linux@maxim.org.za>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org + "Cc\0Rob Herring <robh+dt@kernel.org>" Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> Ian Campbell <ijc+devicetree@hellion.org.uk> - linux-kernel@vger.kernel.org - Rob Herring <robh+dt@kernel.org> Kumar Gala <galak@codeaurora.org> - " linux-arm-kernel@lists.infradead.org\0" + <devicetree@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + " <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" "Hi, Boris\n" @@ -221,4 +221,4 @@ "Best Regards,\n" Josh Wu -6a2c5a0e06111eddeec5a946b85d49e809a12ba3f06132c47968147cc00aa9aa +3f92f559afdbae8c3b13a20c2bfc9d7e77a71eb855feb4d99a819c57a5d852cf
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.