All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20181005165848.3474-13-robh@kernel.org>

diff --git a/a/content_digest b/N1/content_digest
index edc2624..ba45397 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,21 +6,21 @@
   devicetree@vger.kernel.org
   linux-arm-kernel@lists.infradead.org
  " linuxppc-dev@lists.ozlabs.org\0"
- "Cc\0Grant Likely <glikely@secretlab.ca>"
+ "Cc\0Mark Rutland <mark.rutland@arm.com>"
+  Tom Rini <trini@konsulko.com>
   Kumar Gala <kumar.gala@linaro.org>
-  Frank Rowand <frowand.list@gmail.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Linus Walleij <linus.walleij@linaro.org>
-  Olof Johansson <olof@lixom.net>
+  Grant Likely <glikely@secretlab.ca>
   Arnd Bergmann <arnd@arndb.de>
-  Mark Brown <broonie@kernel.org>
-  Tom Rini <trini@konsulko.com>
+  Linus Walleij <linus.walleij@linaro.org>
   Pantelis Antoniou <pantelis.antoniou@konsulko.com>
-  Geert Uytterhoeven <geert@linux-m68k.org>
-  Jonathan Cameron <jic23@kernel.org>
   Bjorn Andersson <bjorn.andersson@linaro.org>
   Matthias Brugger <matthias.bgg@gmail.com>
- " linux-mediatek@lists.infradead.org\0"
+  Mark Brown <broonie@kernel.org>
+  Geert Uytterhoeven <geert@linux-m68k.org>
+  Olof Johansson <olof@lixom.net>
+  linux-mediatek@lists.infradead.org
+  Frank Rowand <frowand.list@gmail.com>
+ " Jonathan Cameron <jic23@kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Convert ARM CPU binding to DT schema format using json-schema.\n"
@@ -1046,4 +1046,4 @@
  "-- \n"
  2.17.1
 
-5f70e24c347001cb2c3131d33804a3143931950b6d824028678fa947782af93b
+d3112aecdeae0bafdaf02dbe0da63ea64320918c034ec6801d3186e09d8f2b5b

diff --git a/a/1.txt b/N2/1.txt
index 41af630..7c69b70 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -2,9 +2,9 @@ Convert ARM CPU binding to DT schema format using json-schema.
 
 Cc: Mark Rutland <mark.rutland@arm.com>
 Cc: Matthias Brugger <matthias.bgg@gmail.com>
-Cc: devicetree@vger.kernel.org
-Cc: linux-arm-kernel@lists.infradead.org
-Cc: linux-mediatek@lists.infradead.org
+Cc: devicetree at vger.kernel.org
+Cc: linux-arm-kernel at lists.infradead.org
+Cc: linux-mediatek at lists.infradead.org
 Signed-off-by: Rob Herring <robh@kernel.org>
 ---
  .../devicetree/bindings/arm/cpus.txt          | 490 -----------------
@@ -316,25 +316,25 @@ index b0198a1cf403..000000000000
 -		#size-cells = <0>;
 -		#address-cells = <1>;
 -
--		cpu@0 {
+-		cpu at 0 {
 -			device_type = "cpu";
 -			compatible = "arm,cortex-a15";
 -			reg = <0x0>;
 -		};
 -
--		cpu@1 {
+-		cpu at 1 {
 -			device_type = "cpu";
 -			compatible = "arm,cortex-a15";
 -			reg = <0x1>;
 -		};
 -
--		cpu@100 {
+-		cpu at 100 {
 -			device_type = "cpu";
 -			compatible = "arm,cortex-a7";
 -			reg = <0x100>;
 -		};
 -
--		cpu@101 {
+-		cpu at 101 {
 -			device_type = "cpu";
 -			compatible = "arm,cortex-a7";
 -			reg = <0x101>;
@@ -347,7 +347,7 @@ index b0198a1cf403..000000000000
 -		#size-cells = <0>;
 -		#address-cells = <1>;
 -
--		cpu@0 {
+-		cpu at 0 {
 -			device_type = "cpu";
 -			compatible = "arm,cortex-a8";
 -			reg = <0x0>;
@@ -360,7 +360,7 @@ index b0198a1cf403..000000000000
 -		#size-cells = <0>;
 -		#address-cells = <1>;
 -
--		cpu@0 {
+-		cpu at 0 {
 -			device_type = "cpu";
 -			compatible = "arm,arm926ej-s";
 -			reg = <0x0>;
@@ -373,7 +373,7 @@ index b0198a1cf403..000000000000
 -	#size-cells = <0>;
 -	#address-cells = <2>;
 -
--	cpu@0 {
+-	cpu at 0 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x0 0x0>;
@@ -381,7 +381,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@1 {
+-	cpu at 1 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x0 0x1>;
@@ -389,7 +389,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@100 {
+-	cpu at 100 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x0 0x100>;
@@ -397,7 +397,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@101 {
+-	cpu at 101 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x0 0x101>;
@@ -405,7 +405,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@10000 {
+-	cpu at 10000 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x0 0x10000>;
@@ -413,7 +413,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@10001 {
+-	cpu at 10001 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x0 0x10001>;
@@ -421,7 +421,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@10100 {
+-	cpu at 10100 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x0 0x10100>;
@@ -429,7 +429,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@10101 {
+-	cpu at 10101 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x0 0x10101>;
@@ -437,7 +437,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@100000000 {
+-	cpu at 100000000 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x1 0x0>;
@@ -445,7 +445,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@100000001 {
+-	cpu at 100000001 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x1 0x1>;
@@ -453,7 +453,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@100000100 {
+-	cpu at 100000100 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x1 0x100>;
@@ -461,7 +461,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@100000101 {
+-	cpu at 100000101 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x1 0x101>;
@@ -469,7 +469,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@100010000 {
+-	cpu at 100010000 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x1 0x10000>;
@@ -477,7 +477,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@100010001 {
+-	cpu at 100010001 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x1 0x10001>;
@@ -485,7 +485,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@100010100 {
+-	cpu at 100010100 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x1 0x10100>;
@@ -493,7 +493,7 @@ index b0198a1cf403..000000000000
 -		cpu-release-addr = <0 0x20000000>;
 -	};
 -
--	cpu@100010101 {
+-	cpu at 100010101 {
 -		device_type = "cpu";
 -		compatible = "arm,cortex-a57";
 -		reg = <0x1 0x10101>;
@@ -832,25 +832,25 @@ index 000000000000..bb75914324a3
 +      #size-cells = <0>;
 +      #address-cells = <1>;
 +
-+      cpu@0 {
++      cpu at 0 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a15";
 +        reg = <0x0>;
 +      };
 +
-+      cpu@1 {
++      cpu at 1 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a15";
 +        reg = <0x1>;
 +      };
 +
-+      cpu@100 {
++      cpu at 100 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a7";
 +        reg = <0x100>;
 +      };
 +
-+      cpu@101 {
++      cpu at 101 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a7";
 +        reg = <0x101>;
@@ -863,7 +863,7 @@ index 000000000000..bb75914324a3
 +      #size-cells = <0>;
 +      #address-cells = <1>;
 +
-+      cpu@0 {
++      cpu at 0 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a8";
 +        reg = <0x0>;
@@ -876,7 +876,7 @@ index 000000000000..bb75914324a3
 +      #size-cells = <0>;
 +      #address-cells = <1>;
 +
-+      cpu@0 {
++      cpu at 0 {
 +        device_type = "cpu";
 +        compatible = "arm,arm926ej-s";
 +        reg = <0x0>;
@@ -889,7 +889,7 @@ index 000000000000..bb75914324a3
 +      #size-cells = <0>;
 +      #address-cells = <2>;
 +
-+      cpu@0 {
++      cpu at 0 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x0 0x0>;
@@ -897,7 +897,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@1 {
++      cpu at 1 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x0 0x1>;
@@ -905,7 +905,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@100 {
++      cpu at 100 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x0 0x100>;
@@ -913,7 +913,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@101 {
++      cpu at 101 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x0 0x101>;
@@ -921,7 +921,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@10000 {
++      cpu at 10000 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x0 0x10000>;
@@ -929,7 +929,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@10001 {
++      cpu at 10001 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x0 0x10001>;
@@ -937,7 +937,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@10100 {
++      cpu at 10100 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x0 0x10100>;
@@ -945,7 +945,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@10101 {
++      cpu at 10101 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x0 0x10101>;
@@ -953,7 +953,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@100000000 {
++      cpu at 100000000 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x1 0x0>;
@@ -961,7 +961,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@100000001 {
++      cpu at 100000001 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x1 0x1>;
@@ -969,7 +969,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@100000100 {
++      cpu at 100000100 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x1 0x100>;
@@ -977,7 +977,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@100000101 {
++      cpu at 100000101 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x1 0x101>;
@@ -985,7 +985,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@100010000 {
++      cpu at 100010000 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x1 0x10000>;
@@ -993,7 +993,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@100010001 {
++      cpu at 100010001 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x1 0x10001>;
@@ -1001,7 +1001,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@100010100 {
++      cpu at 100010100 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x1 0x10100>;
@@ -1009,7 +1009,7 @@ index 000000000000..bb75914324a3
 +        cpu-release-addr = <0 0x20000000>;
 +      };
 +
-+      cpu@100010101 {
++      cpu at 100010101 {
 +        device_type = "cpu";
 +        compatible = "arm,cortex-a57";
 +        reg = <0x1 0x10101>;
diff --git a/a/content_digest b/N2/content_digest
index edc2624..0494c47 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,35 +1,17 @@
  "ref\020181005165848.3474-1-robh@kernel.org\0"
- "From\0Rob Herring <robh@kernel.org>\0"
+ "From\0robh@kernel.org (Rob Herring)\0"
  "Subject\0[PATCH 12/36] dt-bindings: arm: Convert cpu binding to json-schema\0"
  "Date\0Fri,  5 Oct 2018 11:58:24 -0500\0"
- "To\0linux-kernel@vger.kernel.org"
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " linuxppc-dev@lists.ozlabs.org\0"
- "Cc\0Grant Likely <glikely@secretlab.ca>"
-  Kumar Gala <kumar.gala@linaro.org>
-  Frank Rowand <frowand.list@gmail.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Linus Walleij <linus.walleij@linaro.org>
-  Olof Johansson <olof@lixom.net>
-  Arnd Bergmann <arnd@arndb.de>
-  Mark Brown <broonie@kernel.org>
-  Tom Rini <trini@konsulko.com>
-  Pantelis Antoniou <pantelis.antoniou@konsulko.com>
-  Geert Uytterhoeven <geert@linux-m68k.org>
-  Jonathan Cameron <jic23@kernel.org>
-  Bjorn Andersson <bjorn.andersson@linaro.org>
-  Matthias Brugger <matthias.bgg@gmail.com>
- " linux-mediatek@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Convert ARM CPU binding to DT schema format using json-schema.\n"
  "\n"
  "Cc: Mark Rutland <mark.rutland@arm.com>\n"
  "Cc: Matthias Brugger <matthias.bgg@gmail.com>\n"
- "Cc: devicetree@vger.kernel.org\n"
- "Cc: linux-arm-kernel@lists.infradead.org\n"
- "Cc: linux-mediatek@lists.infradead.org\n"
+ "Cc: devicetree at vger.kernel.org\n"
+ "Cc: linux-arm-kernel at lists.infradead.org\n"
+ "Cc: linux-mediatek at lists.infradead.org\n"
  "Signed-off-by: Rob Herring <robh@kernel.org>\n"
  "---\n"
  " .../devicetree/bindings/arm/cpus.txt          | 490 -----------------\n"
@@ -341,25 +323,25 @@
  "-\t\t#size-cells = <0>;\n"
  "-\t\t#address-cells = <1>;\n"
  "-\n"
- "-\t\tcpu@0 {\n"
+ "-\t\tcpu at 0 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\treg = <0x0>;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tcpu@1 {\n"
+ "-\t\tcpu at 1 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\treg = <0x1>;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tcpu@100 {\n"
+ "-\t\tcpu at 100 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "-\t\t\treg = <0x100>;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tcpu@101 {\n"
+ "-\t\tcpu at 101 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "-\t\t\treg = <0x101>;\n"
@@ -372,7 +354,7 @@
  "-\t\t#size-cells = <0>;\n"
  "-\t\t#address-cells = <1>;\n"
  "-\n"
- "-\t\tcpu@0 {\n"
+ "-\t\tcpu at 0 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,cortex-a8\";\n"
  "-\t\t\treg = <0x0>;\n"
@@ -385,7 +367,7 @@
  "-\t\t#size-cells = <0>;\n"
  "-\t\t#address-cells = <1>;\n"
  "-\n"
- "-\t\tcpu@0 {\n"
+ "-\t\tcpu at 0 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,arm926ej-s\";\n"
  "-\t\t\treg = <0x0>;\n"
@@ -398,7 +380,7 @@
  "-\t#size-cells = <0>;\n"
  "-\t#address-cells = <2>;\n"
  "-\n"
- "-\tcpu@0 {\n"
+ "-\tcpu at 0 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x0 0x0>;\n"
@@ -406,7 +388,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@1 {\n"
+ "-\tcpu at 1 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x0 0x1>;\n"
@@ -414,7 +396,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@100 {\n"
+ "-\tcpu at 100 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x0 0x100>;\n"
@@ -422,7 +404,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@101 {\n"
+ "-\tcpu at 101 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x0 0x101>;\n"
@@ -430,7 +412,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@10000 {\n"
+ "-\tcpu at 10000 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x0 0x10000>;\n"
@@ -438,7 +420,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@10001 {\n"
+ "-\tcpu at 10001 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x0 0x10001>;\n"
@@ -446,7 +428,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@10100 {\n"
+ "-\tcpu at 10100 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x0 0x10100>;\n"
@@ -454,7 +436,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@10101 {\n"
+ "-\tcpu at 10101 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x0 0x10101>;\n"
@@ -462,7 +444,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@100000000 {\n"
+ "-\tcpu at 100000000 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x1 0x0>;\n"
@@ -470,7 +452,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@100000001 {\n"
+ "-\tcpu at 100000001 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x1 0x1>;\n"
@@ -478,7 +460,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@100000100 {\n"
+ "-\tcpu at 100000100 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x1 0x100>;\n"
@@ -486,7 +468,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@100000101 {\n"
+ "-\tcpu at 100000101 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x1 0x101>;\n"
@@ -494,7 +476,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@100010000 {\n"
+ "-\tcpu at 100010000 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x1 0x10000>;\n"
@@ -502,7 +484,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@100010001 {\n"
+ "-\tcpu at 100010001 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x1 0x10001>;\n"
@@ -510,7 +492,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@100010100 {\n"
+ "-\tcpu at 100010100 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x1 0x10100>;\n"
@@ -518,7 +500,7 @@
  "-\t\tcpu-release-addr = <0 0x20000000>;\n"
  "-\t};\n"
  "-\n"
- "-\tcpu@100010101 {\n"
+ "-\tcpu at 100010101 {\n"
  "-\t\tdevice_type = \"cpu\";\n"
  "-\t\tcompatible = \"arm,cortex-a57\";\n"
  "-\t\treg = <0x1 0x10101>;\n"
@@ -857,25 +839,25 @@
  "+      #size-cells = <0>;\n"
  "+      #address-cells = <1>;\n"
  "+\n"
- "+      cpu@0 {\n"
+ "+      cpu at 0 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a15\";\n"
  "+        reg = <0x0>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@1 {\n"
+ "+      cpu at 1 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a15\";\n"
  "+        reg = <0x1>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100 {\n"
+ "+      cpu at 100 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a7\";\n"
  "+        reg = <0x100>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@101 {\n"
+ "+      cpu at 101 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a7\";\n"
  "+        reg = <0x101>;\n"
@@ -888,7 +870,7 @@
  "+      #size-cells = <0>;\n"
  "+      #address-cells = <1>;\n"
  "+\n"
- "+      cpu@0 {\n"
+ "+      cpu at 0 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a8\";\n"
  "+        reg = <0x0>;\n"
@@ -901,7 +883,7 @@
  "+      #size-cells = <0>;\n"
  "+      #address-cells = <1>;\n"
  "+\n"
- "+      cpu@0 {\n"
+ "+      cpu at 0 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,arm926ej-s\";\n"
  "+        reg = <0x0>;\n"
@@ -914,7 +896,7 @@
  "+      #size-cells = <0>;\n"
  "+      #address-cells = <2>;\n"
  "+\n"
- "+      cpu@0 {\n"
+ "+      cpu at 0 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x0 0x0>;\n"
@@ -922,7 +904,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@1 {\n"
+ "+      cpu at 1 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x0 0x1>;\n"
@@ -930,7 +912,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100 {\n"
+ "+      cpu at 100 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x0 0x100>;\n"
@@ -938,7 +920,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@101 {\n"
+ "+      cpu at 101 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x0 0x101>;\n"
@@ -946,7 +928,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@10000 {\n"
+ "+      cpu at 10000 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x0 0x10000>;\n"
@@ -954,7 +936,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@10001 {\n"
+ "+      cpu at 10001 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x0 0x10001>;\n"
@@ -962,7 +944,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@10100 {\n"
+ "+      cpu at 10100 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x0 0x10100>;\n"
@@ -970,7 +952,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@10101 {\n"
+ "+      cpu at 10101 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x0 0x10101>;\n"
@@ -978,7 +960,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100000000 {\n"
+ "+      cpu at 100000000 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x1 0x0>;\n"
@@ -986,7 +968,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100000001 {\n"
+ "+      cpu at 100000001 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x1 0x1>;\n"
@@ -994,7 +976,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100000100 {\n"
+ "+      cpu at 100000100 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x1 0x100>;\n"
@@ -1002,7 +984,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100000101 {\n"
+ "+      cpu at 100000101 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x1 0x101>;\n"
@@ -1010,7 +992,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100010000 {\n"
+ "+      cpu at 100010000 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x1 0x10000>;\n"
@@ -1018,7 +1000,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100010001 {\n"
+ "+      cpu at 100010001 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x1 0x10001>;\n"
@@ -1026,7 +1008,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100010100 {\n"
+ "+      cpu at 100010100 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x1 0x10100>;\n"
@@ -1034,7 +1016,7 @@
  "+        cpu-release-addr = <0 0x20000000>;\n"
  "+      };\n"
  "+\n"
- "+      cpu@100010101 {\n"
+ "+      cpu at 100010101 {\n"
  "+        device_type = \"cpu\";\n"
  "+        compatible = \"arm,cortex-a57\";\n"
  "+        reg = <0x1 0x10101>;\n"
@@ -1046,4 +1028,4 @@
  "-- \n"
  2.17.1
 
-5f70e24c347001cb2c3131d33804a3143931950b6d824028678fa947782af93b
+e3e300a519e7f869f77b9c3cf35cd9ade7045e7d70ade8e67c1fe233ef500515

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.