All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52F9981D.8060204@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index 2e621ae..e9e4af1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -25,7 +25,7 @@ OK, makes sense.
 >> +               #address-cells =<2>;
 >> +               #size-cells =<0>;
 >> +
->> +               cpu@000 {
+>> +               cpu at 000 {
 >> +                       device_type = "cpu";
 >> +                       compatible = "arm,armv8";
 >> +                       reg =<0x0 0x000>;
@@ -38,21 +38,21 @@ cpus next time and they should be separated from this. So I used.
 >> +                       enable-method = "spin-table";
 >> +                       cpu-release-addr =<0x0 0x8000fff8>;
 >> +               };
->> +               cpu@001 {
+>> +               cpu at 001 {
 >> +                       device_type = "cpu";
 >> +                       compatible = "arm,armv8";
 >> +                       reg =<0x0 0x001>;
 >> +                       enable-method = "spin-table";
 >> +                       cpu-release-addr =<0x0 0x8000fff8>;
 >> +               };
->> +               cpu@002 {
+>> +               cpu at 002 {
 >> +                       device_type = "cpu";
 >> +                       compatible = "arm,armv8";
 >> +                       reg =<0x0 0x002>;
 >> +                       enable-method = "spin-table";
 >> +                       cpu-release-addr =<0x0 0x8000fff8>;
 >> +               };
->> +               cpu@003 {
+>> +               cpu at 003 {
 >> +                       device_type = "cpu";
 >> +                       compatible = "arm,armv8";
 >> +                       reg =<0x0 0x003>;
@@ -61,7 +61,7 @@ cpus next time and they should be separated from this. So I used.
 >> +               };
 >> +       };
 >> +
->> +       gic: interrupt-controller@1C000000 {
+>> +       gic: interrupt-controller at 1C000000 {
 >> +               compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
 >
 > This looks incorrect -- you should at the very least have a more
diff --git a/a/content_digest b/N1/content_digest
index 800cc35..6c504cf 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,10 @@
  "ref\01392100183-30930-1-git-send-email-kgene.kim@samsung.com\0"
  "ref\01392100183-30930-2-git-send-email-kgene.kim@samsung.com\0"
  "ref\0CAOesGMjE=zOStKoZQhYLhYtL_aWD73DcF4w6STboZPMfHkLtxA@mail.gmail.com\0"
- "From\0Kukjin Kim <kgene.kim@samsung.com>\0"
- "Subject\0Re: [PATCH 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board\0"
+ "From\0kgene.kim@samsung.com (Kukjin Kim)\0"
+ "Subject\0[PATCH 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board\0"
  "Date\0Tue, 11 Feb 2014 12:25:17 +0900\0"
- "To\0Olof Johansson <olof@lixom.net>\0"
- "Cc\0Kukjin Kim <kgene.kim@samsung.com>"
-  linux-samsung-soc@vger.kernel.org <linux-samsung-soc@vger.kernel.org>
-  Marc Zyngier <marc.zyngier@arm.com>
-  Catalin Marinas <catalin.marinas@arm.com>
-  Ilho Lee <ilho215.lee@samsung.com>
-  Thomas Abraham <thomas.ab@samsung.com>
- " 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 02/12/14 08:36, Olof Johansson wrote:\n"
@@ -41,7 +34,7 @@
  ">> +               #address-cells =<2>;\n"
  ">> +               #size-cells =<0>;\n"
  ">> +\n"
- ">> +               cpu@000 {\n"
+ ">> +               cpu at 000 {\n"
  ">> +                       device_type = \"cpu\";\n"
  ">> +                       compatible = \"arm,armv8\";\n"
  ">> +                       reg =<0x0 0x000>;\n"
@@ -54,21 +47,21 @@
  ">> +                       enable-method = \"spin-table\";\n"
  ">> +                       cpu-release-addr =<0x0 0x8000fff8>;\n"
  ">> +               };\n"
- ">> +               cpu@001 {\n"
+ ">> +               cpu at 001 {\n"
  ">> +                       device_type = \"cpu\";\n"
  ">> +                       compatible = \"arm,armv8\";\n"
  ">> +                       reg =<0x0 0x001>;\n"
  ">> +                       enable-method = \"spin-table\";\n"
  ">> +                       cpu-release-addr =<0x0 0x8000fff8>;\n"
  ">> +               };\n"
- ">> +               cpu@002 {\n"
+ ">> +               cpu at 002 {\n"
  ">> +                       device_type = \"cpu\";\n"
  ">> +                       compatible = \"arm,armv8\";\n"
  ">> +                       reg =<0x0 0x002>;\n"
  ">> +                       enable-method = \"spin-table\";\n"
  ">> +                       cpu-release-addr =<0x0 0x8000fff8>;\n"
  ">> +               };\n"
- ">> +               cpu@003 {\n"
+ ">> +               cpu at 003 {\n"
  ">> +                       device_type = \"cpu\";\n"
  ">> +                       compatible = \"arm,armv8\";\n"
  ">> +                       reg =<0x0 0x003>;\n"
@@ -77,7 +70,7 @@
  ">> +               };\n"
  ">> +       };\n"
  ">> +\n"
- ">> +       gic: interrupt-controller@1C000000 {\n"
+ ">> +       gic: interrupt-controller at 1C000000 {\n"
  ">> +               compatible = \"arm,cortex-a15-gic\", \"arm,cortex-a9-gic\";\n"
  ">\n"
  "> This looks incorrect -- you should at the very least have a more\n"
@@ -88,4 +81,4 @@
  "Thanks,\n"
  Kukjin
 
-f98129976bfcd14b2ecd2d4922802df78cba068a7f11393e818501f6092d4b11
+013463dc92dc0de12d6e2bf16bf3e6a1c72ac18f7852b7b0610f7c64a385a156

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.