All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <536C7F65.50503@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index ea6ca19..e5bb1d2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,7 +13,7 @@ On 05/09/2014 02:02 PM, Tomasz Figa wrote:
 >>>> +        #address-cells = <1>;
 >>>> +        #size-cells = <0>;
 >>>> +
->>>> +        cpu@0 {
+>>>> +        cpu at 0 {
 >>>> +            device_type = "cpu";
 >>>> +            compatible = "arm,cortex-a7";
 >>>> +            reg = <0>;
@@ -46,21 +46,21 @@ I checked the lower 24-bit of MPIDR value for Exynos3250 in arm_dt_init_cpu_maps
 > 
 > [snip]
 > 
->>>> +    cmu: clock-controller@10030000 {
+>>>> +    cmu: clock-controller at 10030000 {
 >>>> +        compatible = "samsung,exynos3250-cmu";
 >>>> +        reg = <0x10030000 0x20000>;
 >>>> +        #clock-cells = <1>;
 >>>> +    };
 >>>> +
->>>> +    rtc@10070000 {
+>>>> +    rtc at 10070000 {
 >>>
 >>> Please add label to the node, so it can be referenced from board dts files added later (using the method I explained above).
 >>
 >> OK, I'll add lable as following:
 >>
->>     rtc_0: rtc@10070000 {
+>>     rtc_0: rtc at 10070000 {
 > 
-> There is no need to suffix the RTC with _0, as there is just one RTC in the SoC. So in this case rtc: rtc@10070000 will be enough.
+> There is no need to suffix the RTC with _0, as there is just one RTC in the SoC. So in this case rtc: rtc at 10070000 will be enough.
 
 OK, I'll modify it without prefix('_0).
 
diff --git a/a/content_digest b/N1/content_digest
index 76f2763..bb7c3c6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,38 +3,10 @@
  "ref\0535B0324.50705@gmail.com\0"
  "ref\0536C2A1C.6030807@samsung.com\0"
  "ref\0536C6175.5000302@gmail.com\0"
- "From\0Chanwoo Choi <cw00.choi@samsung.com>\0"
- "Subject\0Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250\0"
+ "From\0cw00.choi@samsung.com (Chanwoo Choi)\0"
+ "Subject\0[PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250\0"
  "Date\0Fri, 09 May 2014 16:10:29 +0900\0"
- "To\0Tomasz Figa <tomasz.figa@gmail.com>\0"
- "Cc\0kgene.kim@samsung.com"
-  t.figa@samsung.com
-  linux-kernel@vger.kernel.org
-  linux@arm.linux.org.uk
-  ben-linux@fluff.org
-  arnd@arndb.de
-  olof@lixom.net
-  marc.zyngier@arm.com
-  thomas.abraham@linaro.org
-  kyungmin.park@samsung.com
-  inki.dae@samsung.com
-  sw0312.kim@samsung.com
-  hyunhee.kim@samsung.com
-  yj44.cho@samsung.com
-  chanho61.park@samsung.com
-  sajjan.linux@gmail.com
-  tushar.behera@linaro.org
-  sachin.kamat@linaro.org
-  linux-samsung-soc@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  devicetree@vger.kernel.org
-  Jaehoon Chung <jh80.chung@samsung.com>
-  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-  Rob Herring <robh+dt@kernel.org>
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
- " Kumar Gala <galak@codeaurora.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Tomasz,\n"
@@ -52,7 +24,7 @@
  ">>>> +        #address-cells = <1>;\n"
  ">>>> +        #size-cells = <0>;\n"
  ">>>> +\n"
- ">>>> +        cpu@0 {\n"
+ ">>>> +        cpu at 0 {\n"
  ">>>> +            device_type = \"cpu\";\n"
  ">>>> +            compatible = \"arm,cortex-a7\";\n"
  ">>>> +            reg = <0>;\n"
@@ -85,25 +57,25 @@
  "> \n"
  "> [snip]\n"
  "> \n"
- ">>>> +    cmu: clock-controller@10030000 {\n"
+ ">>>> +    cmu: clock-controller at 10030000 {\n"
  ">>>> +        compatible = \"samsung,exynos3250-cmu\";\n"
  ">>>> +        reg = <0x10030000 0x20000>;\n"
  ">>>> +        #clock-cells = <1>;\n"
  ">>>> +    };\n"
  ">>>> +\n"
- ">>>> +    rtc@10070000 {\n"
+ ">>>> +    rtc at 10070000 {\n"
  ">>>\n"
  ">>> Please add label to the node, so it can be referenced from board dts files added later (using the method I explained above).\n"
  ">>\n"
  ">> OK, I'll add lable as following:\n"
  ">>\n"
- ">>     rtc_0: rtc@10070000 {\n"
+ ">>     rtc_0: rtc at 10070000 {\n"
  "> \n"
- "> There is no need to suffix the RTC with _0, as there is just one RTC in the SoC. So in this case rtc: rtc@10070000 will be enough.\n"
+ "> There is no need to suffix the RTC with _0, as there is just one RTC in the SoC. So in this case rtc: rtc at 10070000 will be enough.\n"
  "\n"
  "OK, I'll modify it without prefix('_0).\n"
  "\n"
  "Best Regards,\n"
  Chanwoo Choi
 
-7d5964968683da384c368f9cf8778d82c08bedf7c21ecd23da6e5d68c2f9bb8a
+59b6eb3c5863d57623d91154fbf16aede22890fbf7e29a199003d1e5c97d7cde

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.