All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56570620.3070106@free.fr>

diff --git a/a/1.txt b/N1/1.txt
index 3874783..fea636a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,15 +3,15 @@ Hello,
 In the device tree for my ARM platform, I have several nodes with
 addresses within the SCU block:
 
-	scu: scu at 20000000 {
+	scu: scu@20000000 {
 		compatible = "arm,cortex-a9-scu";
 		reg = <0x20000000 0x100>;
 
-	gic: interrupt-controller at 20001000 {
+	gic: interrupt-controller@20001000 {
 		compatible = "arm,cortex-a9-gic";
 		reg = <0x20001000 0x1000>, <0x20000100 0x0100>;
 
-	twd-timer at 20000600 {
+	twd-timer@20000600 {
 		compatible = "arm,cortex-a9-twd-timer";
 		reg = <0x20000600 0x10>;
 
@@ -20,18 +20,22 @@ as would be done in C?
 
 #define SCU_BASE 0x20000000
 
-	scu: scu at XXX {
+	scu: scu@XXX {
 		compatible = "arm,cortex-a9-scu";
 		reg = <SCU_BASE 0x100>;
 	
-	gic: interrupt-controller at XXX {
+	gic: interrupt-controller@XXX {
 		compatible = "arm,cortex-a9-gic";
 		reg = <SCU_BASE+0x1000 0x1000>, <SCU_BASE+0x100 0x0100>;
 
-	twd-timer at XXX {
+	twd-timer@XXX {
 		compatible = "arm,cortex-a9-twd-timer";
 		reg = <SCU_BASE+0x600 0x10>;
 
 Are the @XXX important? Can they be removed altogether?
 
 Regards.
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index a75f547..086a83b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,13 @@
- "From\0slash.tmp@free.fr (Mason)\0"
+ "From\0Mason <slash.tmp-GANU6spQydw@public.gmane.org>\0"
  "Subject\0Preprocessor arithmetic in dtsi files (base + offset)\0"
  "Date\0Thu, 26 Nov 2015 14:16:16 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Linux ARM <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>"
+ " DT <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
+ "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>"
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+ " Sebastian Frias <sebastian_frias-y1yR0Z3OICC7zZZRDBGcUA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Hello,\n"
@@ -9,15 +15,15 @@
  "In the device tree for my ARM platform, I have several nodes with\n"
  "addresses within the SCU block:\n"
  "\n"
- "\tscu: scu at 20000000 {\n"
+ "\tscu: scu@20000000 {\n"
  "\t\tcompatible = \"arm,cortex-a9-scu\";\n"
  "\t\treg = <0x20000000 0x100>;\n"
  "\n"
- "\tgic: interrupt-controller at 20001000 {\n"
+ "\tgic: interrupt-controller@20001000 {\n"
  "\t\tcompatible = \"arm,cortex-a9-gic\";\n"
  "\t\treg = <0x20001000 0x1000>, <0x20000100 0x0100>;\n"
  "\n"
- "\ttwd-timer at 20000600 {\n"
+ "\ttwd-timer@20000600 {\n"
  "\t\tcompatible = \"arm,cortex-a9-twd-timer\";\n"
  "\t\treg = <0x20000600 0x10>;\n"
  "\n"
@@ -26,20 +32,24 @@
  "\n"
  "#define SCU_BASE 0x20000000\n"
  "\n"
- "\tscu: scu at XXX {\n"
+ "\tscu: scu@XXX {\n"
  "\t\tcompatible = \"arm,cortex-a9-scu\";\n"
  "\t\treg = <SCU_BASE 0x100>;\n"
  "\t\n"
- "\tgic: interrupt-controller at XXX {\n"
+ "\tgic: interrupt-controller@XXX {\n"
  "\t\tcompatible = \"arm,cortex-a9-gic\";\n"
  "\t\treg = <SCU_BASE+0x1000 0x1000>, <SCU_BASE+0x100 0x0100>;\n"
  "\n"
- "\ttwd-timer at XXX {\n"
+ "\ttwd-timer@XXX {\n"
  "\t\tcompatible = \"arm,cortex-a9-twd-timer\";\n"
  "\t\treg = <SCU_BASE+0x600 0x10>;\n"
  "\n"
  "Are the @XXX important? Can they be removed altogether?\n"
  "\n"
- Regards.
+ "Regards.\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-692cecd5de85b0c22098ac93a61a5522267168fdc4d35a721d1c4c668c11e021
+5aae7d19eb9b0dd31d353f25886cb4168ca484fb642ae939dc0e2bd086949fb4

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.