All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <524ACB76.1010001@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 2a2dd32..f1bab22 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -100,7 +100,7 @@ Rob
 >> from a dts. To do this the "compatible" properties from the nodes which
 >> should be validated must be present in the schema.
 >>
->>     timer1: timer@4a318000 {
+>>     timer1: timer at 4a318000 {
 >>         compatible = "ti,omap3430-timer";
 >>         reg = <0x4a318000 0x80>;
 >>         interrupts = <0x0 0x25 0x4>;
@@ -353,14 +353,14 @@ Rob
 >> one can use the following constraint:
 >>      prop1 {
 >>          type = "integer";
->>          value@2 = <2>;
+>>          value at 2 = <2>;
 >>      };
 >>
 >> or
 >>
 >>      prop2 {
 >>          type = "string";
->>          value@1 = "value1";
+>>          value at 1 = "value1";
 >>      };
 >>
 >>
@@ -416,25 +416,25 @@ Rob
 >> /dts-v1/;
 >> / {
 >>      compatible {
->>          value@0 {
+>>          value at 0 {
 >>              value = "compat1";
 >>              parents {
 >>                  node {
 >>                      myprop {
 >>                          type = "int";
->>                          value@0 = <0xf>;
+>>                          value at 0 = <0xf>;
 >>                      };
 >>                  };
 >>              };
 >>          };
 >>
->>          value@1 {
+>>          value at 1 {
 >>              value = "compat2";
 >>              parents {
 >>                  node {
 >>                      myprop {
 >>                          type = "int";
->>                          value@0 = <0xa>;
+>>                          value at 0 = <0xa>;
 >>                      };
 >>                  };
 >>              };
@@ -609,9 +609,4 @@ Rob
 >>   create mode 100644 scripts/dtc/tests/schemas/types-2.schema
 >>   create mode 100644 scripts/dtc/tests/test1.dts
 >>
-> 
-
---
-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 23a6e44..4381956 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,9 @@
  "ref\01380041541-17529-1-git-send-email-bcousson@baylibre.com\0"
  "ref\0524A8289.3050107@baylibre.com\0"
- "ref\0524A8289.3050107-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0"
- "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
- "Subject\0Re: [RFC 00/15] Device Tree schemas and validation\0"
+ "From\0robherring2@gmail.com (Rob Herring)\0"
+ "Subject\0[RFC 00/15] Device Tree schemas and validation\0"
  "Date\0Tue, 01 Oct 2013 08:17:42 -0500\0"
- "To\0Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
- "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>"
-  swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org
-  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
-  olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
-  grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org
-  khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " fparent-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 10/01/2013 03:06 AM, Benoit Cousson wrote:\n"
@@ -121,7 +108,7 @@
  ">> from a dts. To do this the \"compatible\" properties from the nodes which\n"
  ">> should be validated must be present in the schema.\n"
  ">>\n"
- ">>     timer1: timer@4a318000 {\n"
+ ">>     timer1: timer at 4a318000 {\n"
  ">>         compatible = \"ti,omap3430-timer\";\n"
  ">>         reg = <0x4a318000 0x80>;\n"
  ">>         interrupts = <0x0 0x25 0x4>;\n"
@@ -374,14 +361,14 @@
  ">> one can use the following constraint:\n"
  ">>      prop1 {\n"
  ">>          type = \"integer\";\n"
- ">>          value@2 = <2>;\n"
+ ">>          value at 2 = <2>;\n"
  ">>      };\n"
  ">>\n"
  ">> or\n"
  ">>\n"
  ">>      prop2 {\n"
  ">>          type = \"string\";\n"
- ">>          value@1 = \"value1\";\n"
+ ">>          value at 1 = \"value1\";\n"
  ">>      };\n"
  ">>\n"
  ">>\n"
@@ -437,25 +424,25 @@
  ">> /dts-v1/;\n"
  ">> / {\n"
  ">>      compatible {\n"
- ">>          value@0 {\n"
+ ">>          value at 0 {\n"
  ">>              value = \"compat1\";\n"
  ">>              parents {\n"
  ">>                  node {\n"
  ">>                      myprop {\n"
  ">>                          type = \"int\";\n"
- ">>                          value@0 = <0xf>;\n"
+ ">>                          value at 0 = <0xf>;\n"
  ">>                      };\n"
  ">>                  };\n"
  ">>              };\n"
  ">>          };\n"
  ">>\n"
- ">>          value@1 {\n"
+ ">>          value at 1 {\n"
  ">>              value = \"compat2\";\n"
  ">>              parents {\n"
  ">>                  node {\n"
  ">>                      myprop {\n"
  ">>                          type = \"int\";\n"
- ">>                          value@0 = <0xa>;\n"
+ ">>                          value at 0 = <0xa>;\n"
  ">>                      };\n"
  ">>                  };\n"
  ">>              };\n"
@@ -630,11 +617,6 @@
  ">>   create mode 100644 scripts/dtc/tests/schemas/types-2.schema\n"
  ">>   create mode 100644 scripts/dtc/tests/test1.dts\n"
  ">>\n"
- "> \n"
- "\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
+ >
 
-6ad913f47d7276f34127480b1bc6bbce35b19ac56e4fae4caaf420b34b6fead6
+705213943b229c5d5ac6c3c8a706fffb8ca6dfc5215ccf6ea5c19c19746eb9db

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.