All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <524AE4FB.4080906@baylibre.com>

diff --git a/a/1.txt b/N1/1.txt
index 150989f..2abcc42 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -151,7 +151,7 @@ Benoit
 >>> 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>;
@@ -404,14 +404,14 @@ Benoit
 >>> 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";
 >>>       };
 >>>
 >>>
@@ -467,25 +467,25 @@ Benoit
 >>> /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>;
 >>>                       };
 >>>                   };
 >>>               };
@@ -662,8 +662,3 @@ Benoit
 >>>
 >>
 >
-
---
-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 daf8a42..a9ea734 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,23 +1,10 @@
  "ref\01380041541-17529-1-git-send-email-bcousson@baylibre.com\0"
  "ref\0524A8289.3050107@baylibre.com\0"
  "ref\0524ACB76.1010001@gmail.com\0"
- "ref\0524ACB76.1010001-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
- "From\0Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
- "Subject\0Re: [RFC 00/15] Device Tree schemas and validation\0"
+ "From\0bcousson@baylibre.com (Benoit Cousson)\0"
+ "Subject\0[RFC 00/15] Device Tree schemas and validation\0"
  "Date\0Tue, 01 Oct 2013 17:06:35 +0200\0"
- "To\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@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"
  "Hi Rob,\n"
@@ -173,7 +160,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"
@@ -426,14 +413,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"
@@ -489,25 +476,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"
@@ -683,11 +670,6 @@
  ">>>    create mode 100644 scripts/dtc/tests/test1.dts\n"
  ">>>\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
+ >
 
-03152c24d0a5fedff0eb022e09d3f442d4bdcf4389b10363f82047e63d007f85
+e50ef3c65080ddff7fc0fcfa2fcd33833027a77d3b5f43b176407e5f51925c8e

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.