All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160411143150.GA15818@tiger>

diff --git a/a/1.txt b/N1/1.txt
index 348bfb9..7dfcba2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,7 @@ On Thu, Apr 07, 2016 at 03:52:48PM +0200, Gary Bisson wrote:
 > +	pinctrl-0 = <&pinctrl_ecspi1>;
 > +	status = "okay";
 > +
-> +	flash: m25p80 at 0 {
+> +	flash: m25p80@0 {
 > +		compatible = "microchip,sst25vf016b";
 > +		spi-max-frequency = <20000000>;
 > +		reg = <0>;
@@ -18,7 +18,7 @@ On Thu, Apr 07, 2016 at 03:52:48PM +0200, Gary Bisson wrote:
 
 Have a new line between properties and sub-nodes.
 
-> +		partition at 0 {
+> +		partition@0 {
 > +			label = "U-Boot";
 > +			reg = <0x0 0xC0000>;
 
@@ -29,16 +29,16 @@ Please use lowercase for all hex values in device tree source.
 
 Have a new line between nodes.
 
-> +		partition at C0000 {
+> +		partition@C0000 {
 > +			label = "env";
 > +			reg = <0xC0000 0x2000>;
 > +			read-only;
 > +		};
-> +		partition at C2000 {
+> +		partition@C2000 {
 > +			label = "Kernel";
 > +			reg = <0xC2000 0x11e000>;
 > +		};
-> +		partition at 1E0000 {
+> +		partition@1E0000 {
 > +			label = "M4";
 > +			reg = <0x1E0000 0x20000>;
 > +		};
@@ -89,7 +89,7 @@ Your change log says this non-existent property is removed.
 
 > +	status = "okay";
 > +
-> +	brcmf: bcrmf at 1 {
+> +	brcmf: bcrmf@1 {
 > +		reg = <1>;
 > +		compatible = "brcm,bcm4329-fmac";
 > +		interrupt-parent = <&gpio7>;
@@ -100,7 +100,7 @@ Have a new line between nodes.
 
 Shawn
 
-> +	wlcore: wlcore at 2 {
+> +	wlcore: wlcore@2 {
 > +		compatible = "ti,wl1271";
 > +		reg = <2>;
 > +		interrupt-parent = <&gpio7>;
@@ -108,3 +108,7 @@ Shawn
 > +		ref-clock-frequency = <38400000>;
 > +	};
 > +};
+--
+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 a9dd74a..9e4f46c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,15 @@
  "ref\01459614351-16731-7-git-send-email-gary.bisson@boundarydevices.com\0"
  "ref\01460037168-23292-1-git-send-email-gary.bisson@boundarydevices.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH v4] ARM: dts: imx: add Boundary Devices Nitrogen6_SoloX board\0"
+ "ref\01460037168-23292-1-git-send-email-gary.bisson-Q5RJGjKts06CY9SHAMCTRUEOCMrvLtNR@public.gmane.org\0"
+ "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v4] ARM: dts: imx: add Boundary Devices Nitrogen6_SoloX board\0"
  "Date\0Mon, 11 Apr 2016 22:31:50 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Gary Bisson <gary.bisson-Q5RJGjKts06CY9SHAMCTRUEOCMrvLtNR@public.gmane.org>\0"
+ "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Apr 07, 2016 at 03:52:48PM +0200, Gary Bisson wrote:\n"
@@ -17,7 +23,7 @@
  "> +\tpinctrl-0 = <&pinctrl_ecspi1>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tflash: m25p80 at 0 {\n"
+ "> +\tflash: m25p80@0 {\n"
  "> +\t\tcompatible = \"microchip,sst25vf016b\";\n"
  "> +\t\tspi-max-frequency = <20000000>;\n"
  "> +\t\treg = <0>;\n"
@@ -26,7 +32,7 @@
  "\n"
  "Have a new line between properties and sub-nodes.\n"
  "\n"
- "> +\t\tpartition at 0 {\n"
+ "> +\t\tpartition@0 {\n"
  "> +\t\t\tlabel = \"U-Boot\";\n"
  "> +\t\t\treg = <0x0 0xC0000>;\n"
  "\n"
@@ -37,16 +43,16 @@
  "\n"
  "Have a new line between nodes.\n"
  "\n"
- "> +\t\tpartition at C0000 {\n"
+ "> +\t\tpartition@C0000 {\n"
  "> +\t\t\tlabel = \"env\";\n"
  "> +\t\t\treg = <0xC0000 0x2000>;\n"
  "> +\t\t\tread-only;\n"
  "> +\t\t};\n"
- "> +\t\tpartition at C2000 {\n"
+ "> +\t\tpartition@C2000 {\n"
  "> +\t\t\tlabel = \"Kernel\";\n"
  "> +\t\t\treg = <0xC2000 0x11e000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition at 1E0000 {\n"
+ "> +\t\tpartition@1E0000 {\n"
  "> +\t\t\tlabel = \"M4\";\n"
  "> +\t\t\treg = <0x1E0000 0x20000>;\n"
  "> +\t\t};\n"
@@ -97,7 +103,7 @@
  "\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tbrcmf: bcrmf at 1 {\n"
+ "> +\tbrcmf: bcrmf@1 {\n"
  "> +\t\treg = <1>;\n"
  "> +\t\tcompatible = \"brcm,bcm4329-fmac\";\n"
  "> +\t\tinterrupt-parent = <&gpio7>;\n"
@@ -108,13 +114,17 @@
  "\n"
  "Shawn\n"
  "\n"
- "> +\twlcore: wlcore at 2 {\n"
+ "> +\twlcore: wlcore@2 {\n"
  "> +\t\tcompatible = \"ti,wl1271\";\n"
  "> +\t\treg = <2>;\n"
  "> +\t\tinterrupt-parent = <&gpio7>;\n"
  "> +\t\tinterrupts = <7 IRQ_TYPE_LEVEL_LOW>;\n"
  "> +\t\tref-clock-frequency = <38400000>;\n"
  "> +\t};\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
 
-1891b7d89cfd19af5518cb6e1f6d7f5197782017d00a26b64a77bcf2b277a82a
+9d5480bc3302e7ad0f57c679d73a0bea46f295714145e3a369a300e1a1ec5038

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.