diff for duplicates of <54FF4C32.5070106@ti.com> diff --git a/a/1.txt b/N1/1.txt index 0d0177d..a63ffa8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -35,11 +35,11 @@ On 03/10/2015 11:09 AM, Tony Lindgren wrote: >>>>> How about do something like this instead (untested): >>>>> >>>>> ocp { ->>>>> l4_wkup: l4_wkup@44c00000 { +>>>>> l4_wkup: l4_wkup at 44c00000 { >>>>> compatible = "am335-l4-wkup", "simple-bus"; >>>>> ranges = <0 0x44c00000 0x3fffff>; >>>>> ->>>>> wkup_m3: wkup_m3@44d00000 { +>>>>> wkup_m3: wkup_m3 at 44d00000 { >>>>> compatible = "ti,am3353-wkup-m3"; >>>>> reg = <0x1000000 0x4000>, /* M3 UMEM */ >>>>> <0x180000 0x2000>; /* M3 DMEM */ @@ -80,7 +80,7 @@ On 03/10/2015 11:09 AM, Tony Lindgren wrote: Suman and I have been looking at this together, so I can comment here. An implementation like this is what Suman is referring to: -+ l4_wkup: l4_wkup@44c00000 { ++ l4_wkup: l4_wkup at 44c00000 { + compatible = "am335-l4-wkup", "simple-bus"; + #address-cells = <2>; + #size-cells = <1>; @@ -88,7 +88,7 @@ implementation like this is what Suman is referring to: + <1 0x0 0x44d00000 0x4000>, + <2 0x80000 0x44d80000 0x2000>; + -+ wkup_m3: wkup_m3@1,0 { ++ wkup_m3: wkup_m3 at 1,0 { + compatible = "ti,am3353-wkup-m3"; + reg = <1 0x0 0x4000>, /* M3 UMEM */ + <2 0x80000 0x2000>; /* M3 DMEM */ @@ -100,7 +100,7 @@ implementation like this is what Suman is referring to: + The of_* layer automatically translates everything so the pdata-quirks can still -match based on wkup_m3@44d00000. The existing wkup_m3_rproc driver works almost +match based on wkup_m3 at 44d00000. The existing wkup_m3_rproc driver works almost entirely as is with this, all cpu addresses are read and mapped correctly but the driver no longer will read the actual device addresses correctly which we need for understanding where to load the firmware sections. diff --git a/a/content_digest b/N1/content_digest index 07bbebc..2800b6d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,18 +5,10 @@ "ref\020150305165727.GE13520@atomide.com\0" "ref\054FE33CA.4090709@ti.com\0" "ref\020150310160919.GQ5264@atomide.com\0" - "From\0Dave Gerlach <d-gerlach@ti.com>\0" - "Subject\0Re: [PATCH v2 2/2] ARM: dts: am33xx: Move wkup_m3 node to soc node and add ranges\0" + "From\0d-gerlach@ti.com (Dave Gerlach)\0" + "Subject\0[PATCH v2 2/2] ARM: dts: am33xx: Move wkup_m3 node to soc node and add ranges\0" "Date\0Tue, 10 Mar 2015 14:55:30 -0500\0" - "To\0Tony Lindgren <tony@atomide.com>" - " Suman Anna <s-anna@ti.com>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-kernel@vger.kernel.org - linux-omap@vger.kernel.org - devicetree@vger.kernel.org - Ohad Ben-Cohen <ohad@wizery.com> - Kevin Hilman <khilman@linaro.org> - " Felipe Balbi <balbi@ti.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Tony,\n" @@ -56,11 +48,11 @@ ">>>>> How about do something like this instead (untested):\n" ">>>>>\n" ">>>>> ocp {\n" - ">>>>> \tl4_wkup: l4_wkup@44c00000 {\n" + ">>>>> \tl4_wkup: l4_wkup at 44c00000 {\n" ">>>>> \t\tcompatible = \"am335-l4-wkup\", \"simple-bus\";\n" ">>>>> \t\tranges = <0 0x44c00000 0x3fffff>;\n" ">>>>>\n" - ">>>>> \t\twkup_m3: wkup_m3@44d00000 {\n" + ">>>>> \t\twkup_m3: wkup_m3 at 44d00000 {\n" ">>>>> \t\t\tcompatible = \"ti,am3353-wkup-m3\";\n" ">>>>> \t\t\treg = <0x1000000 0x4000>,\t/* M3 UMEM */\n" ">>>>> \t\t\t <0x180000\t 0x2000>;\t/* M3 DMEM */\n" @@ -101,7 +93,7 @@ "Suman and I have been looking at this together, so I can comment here. An\n" "implementation like this is what Suman is referring to:\n" "\n" - "+ l4_wkup: l4_wkup@44c00000 {\n" + "+ l4_wkup: l4_wkup at 44c00000 {\n" "+ compatible = \"am335-l4-wkup\", \"simple-bus\";\n" "+ #address-cells = <2>;\n" "+ #size-cells = <1>;\n" @@ -109,7 +101,7 @@ "+ <1 0x0 0x44d00000 0x4000>,\n" "+ <2 0x80000 0x44d80000 0x2000>;\n" "+\n" - "+ wkup_m3: wkup_m3@1,0 {\n" + "+ wkup_m3: wkup_m3 at 1,0 {\n" "+ compatible = \"ti,am3353-wkup-m3\";\n" "+ reg = <1 0x0 0x4000>, /* M3 UMEM */\n" "+ <2 0x80000 0x2000>; /* M3 DMEM */\n" @@ -121,7 +113,7 @@ "+\n" "\n" "The of_* layer automatically translates everything so the pdata-quirks can still\n" - "match based on wkup_m3@44d00000. The existing wkup_m3_rproc driver works almost\n" + "match based on wkup_m3 at 44d00000. The existing wkup_m3_rproc driver works almost\n" "entirely as is with this, all cpu addresses are read and mapped correctly but\n" "the driver no longer will read the actual device addresses correctly which we\n" "need for understanding where to load the firmware sections.\n" @@ -141,4 +133,4 @@ "> Tony\n" > -e97d3f1b95fe205d55d4fca862f00bca1164181b84480823d95277c2b7cefebd +71b9fc1b3299d6a251e786076b18cbab14246dfe9995e982a8beff79f52efbc3
diff --git a/a/content_digest b/N2/content_digest index 07bbebc..cf90477 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -10,10 +10,10 @@ "Date\0Tue, 10 Mar 2015 14:55:30 -0500\0" "To\0Tony Lindgren <tony@atomide.com>" " Suman Anna <s-anna@ti.com>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-kernel@vger.kernel.org - linux-omap@vger.kernel.org - devicetree@vger.kernel.org + "Cc\0<linux-arm-kernel@lists.infradead.org>" + <linux-kernel@vger.kernel.org> + <linux-omap@vger.kernel.org> + <devicetree@vger.kernel.org> Ohad Ben-Cohen <ohad@wizery.com> Kevin Hilman <khilman@linaro.org> " Felipe Balbi <balbi@ti.com>\0" @@ -141,4 +141,4 @@ "> Tony\n" > -e97d3f1b95fe205d55d4fca862f00bca1164181b84480823d95277c2b7cefebd +6927bc2172daad31c2935ff24a9976c29c6e795804a64e33393a895643a6e015
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.