diff for duplicates of <4E65C8AF.1060501@ti.com> diff --git a/a/1.txt b/N1/1.txt index 3a29c66..7e867a7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ So in that case, I'd rather use a scheme similar to a shared cache between CPUs: cpus { - cpu@0 { + cpu at 0 { compatible = "arm,cortex-a8"; subsystem = <&mpu> @@ -29,7 +29,7 @@ cpus { And for an OMAP4 SMP system: cpus { - cpu@0 { + cpu at 0 { compatible = "arm,cortex-a9"; subsystem = <&mpu> @@ -38,7 +38,7 @@ cpus { hwmods = "mpu"; }; - cpu@1 { + cpu at 1 { compatible = "arm,cortex-a9"; subsystem = <&mpu> }; @@ -60,7 +60,7 @@ Benoit >>> Something like that: >>> >>> cpus { ->>> cpu0: cpu@0 { +>>> cpu0: cpu at 0 { >>> compatible = "arm,cortex-a8"; >>> }; >>> }; @@ -72,7 +72,7 @@ Benoit >>> mpu { >>> compatible = "ti,omap3-mpu"; >>> hwmods = "mpu"; ->>> cpu@0 { +>>> cpu at 0 { >>> phandle =<&cpu0>; >>> [...] >>> }; @@ -85,6 +85,6 @@ Benoit >> Arnd >> _______________________________________________ >> devicetree-discuss mailing list ->> devicetree-discuss@lists.ozlabs.org +>> devicetree-discuss at lists.ozlabs.org >> https://lists.ozlabs.org/listinfo/devicetree-discuss >> diff --git a/a/content_digest b/N1/content_digest index 73658a3..506070a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,19 +3,10 @@ "ref\04E64E527.4040409@ti.com\0" "ref\0201109051923.51084.arnd@arndb.de\0" "ref\04E650AEA.2090109@firmworks.com\0" - "From\0Cousson, Benoit <b-cousson@ti.com>\0" - "Subject\0Re: [PATCH 2/7] arm/dts: OMAP3: Add mpu and iva nodes\0" + "From\0b-cousson@ti.com (Cousson, Benoit)\0" + "Subject\0[PATCH 2/7] arm/dts: OMAP3: Add mpu and iva nodes\0" "Date\0Tue, 6 Sep 2011 09:15:59 +0200\0" - "To\0Mitch Bradley <wmb@firmworks.com>\0" - "Cc\0Hilman" - Kevin <khilman@ti.com> - Arnd Bergmann <arnd@arndb.de> - tony@atomide.com <tony@atomide.com> - G - Manjunath Kondaiah <manjugk@ti.com> - devicetree-discuss@lists.ozlabs.org <devicetree-discuss@lists.ozlabs.org> - linux-omap@vger.kernel.org <linux-omap@vger.kernel.org> - " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 9/5/2011 7:46 PM, Mitch Bradley wrote:\n" @@ -36,7 +27,7 @@ "between CPUs:\n" "\n" "cpus {\n" - "\tcpu@0 {\n" + "\tcpu at 0 {\n" "\t\tcompatible = \"arm,cortex-a8\";\n" "\t\tsubsystem = <&mpu>\n" "\n" @@ -49,7 +40,7 @@ "And for an OMAP4 SMP system:\n" "\n" "cpus {\n" - "\tcpu@0 {\n" + "\tcpu at 0 {\n" "\t\tcompatible = \"arm,cortex-a9\";\n" "\t\tsubsystem = <&mpu>\n" "\n" @@ -58,7 +49,7 @@ "\t\t\thwmods = \"mpu\";\n" "\t};\n" "\n" - "\tcpu@1 {\n" + "\tcpu at 1 {\n" "\t\tcompatible = \"arm,cortex-a9\";\n" "\t\tsubsystem = <&mpu>\n" "\t};\n" @@ -80,7 +71,7 @@ ">>> Something like that:\n" ">>>\n" ">>> cpus {\n" - ">>> cpu0: cpu@0 {\n" + ">>> cpu0: cpu at 0 {\n" ">>> compatible = \"arm,cortex-a8\";\n" ">>> };\n" ">>> };\n" @@ -92,7 +83,7 @@ ">>> mpu {\n" ">>> compatible = \"ti,omap3-mpu\";\n" ">>> hwmods = \"mpu\";\n" - ">>> cpu@0 {\n" + ">>> cpu at 0 {\n" ">>> phandle =<&cpu0>;\n" ">>> [...]\n" ">>> };\n" @@ -105,8 +96,8 @@ ">> \tArnd\n" ">> _______________________________________________\n" ">> devicetree-discuss mailing list\n" - ">> devicetree-discuss@lists.ozlabs.org\n" + ">> devicetree-discuss at lists.ozlabs.org\n" ">> https://lists.ozlabs.org/listinfo/devicetree-discuss\n" >> -39d70f7366b1a5f42f8fe3e067c34b3a3b53c9924f4082437255f0cc08450808 +faa016489e9be5f8995b1314c47bf036923fb461d0f4404343059602f072ccc9
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.