diff for duplicates of <4E64E527.4040409@ti.com> diff --git a/a/1.txt b/N1/1.txt index 0a62fa0..a9954aa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ On 9/1/2011 8:17 PM, Arnd Bergmann wrote: >> + mpu { >> + compatible = "ti,omap3-mpu"; >> + hwmods = "mpu"; ->> + cpu@0 { +>> + cpu at 0 { >> + compatible = "arm,cortex-a8"; >> + }; >> + }; @@ -44,7 +44,7 @@ cpu nodes. Something like that: cpus { - cpu0: cpu@0 { + cpu0: cpu at 0 { compatible = "arm,cortex-a8"; }; }; @@ -56,7 +56,7 @@ soc { mpu { compatible = "ti,omap3-mpu"; hwmods = "mpu"; - cpu@0 { + cpu at 0 { phandle = <&cpu0>; [...] }; diff --git a/a/content_digest b/N1/content_digest index 859b6f9..f2a74dd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,10 @@ "ref\01314897912-18178-1-git-send-email-b-cousson@ti.com\0" "ref\01314897912-18178-3-git-send-email-b-cousson@ti.com\0" "ref\01377915.IaVE5xAurc@wuerfel\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\0Mon, 5 Sep 2011 17:05:11 +0200\0" - "To\0Arnd Bergmann <arnd@arndb.de>\0" - "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>" - grant.likely@secretlab.ca <grant.likely@secretlab.ca> - tony@atomide.com <tony@atomide.com> - Hilman - Kevin <khilman@ti.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>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Arnd,\n" @@ -38,7 +29,7 @@ ">> + mpu {\n" ">> + compatible = \"ti,omap3-mpu\";\n" ">> + hwmods = \"mpu\";\n" - ">> + cpu@0 {\n" + ">> + cpu at 0 {\n" ">> + compatible = \"arm,cortex-a8\";\n" ">> + };\n" ">> + };\n" @@ -62,7 +53,7 @@ "Something like that:\n" "\n" "cpus {\n" - "\tcpu0: cpu@0 {\n" + "\tcpu0: cpu at 0 {\n" "\t\t\tcompatible = \"arm,cortex-a8\";\n" "\t};\n" "};\n" @@ -74,7 +65,7 @@ "\tmpu {\n" "\t\tcompatible = \"ti,omap3-mpu\";\n" "\t\thwmods = \"mpu\";\n" - "\t\tcpu@0 {\n" + "\t\tcpu at 0 {\n" "\t\t\tphandle = <&cpu0>;\n" "\t\t\t[...]\n" "\t\t};\n" @@ -87,4 +78,4 @@ "Thanks,\n" Benoit -8659d902a6b3bac6f29e692848db54d1de8bb174217fa152e137faaae7ac447a +1d1309a43d1bbd558739eaf58a50eb75dd789862c5f0072d5aa3ee6d736f2ca2
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.