All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52E0207E.3050900@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index fd00e18..5e3f144 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -241,7 +241,7 @@ similar usage in other board dtsi.
 > +	pinctrl-names = "default";
 > +	pinctrl-0 = <&i2c1_pins>;
 > +
-> +	twl: twl@48 {
+> +	twl: twl at 48 {
 > +		reg = <0x48>;
 > +		interrupts = <7>;   /* SYS_NIRQ cascaded to intc */
 > +		interrupt-parent = <&intc>;
@@ -284,7 +284,7 @@ ones you might need for IO.1P8 perhaps?
 > +	clock-frequency = <2600000>;
 > +	pinctrl-names = "default";
 > +	pinctrl-0 = <&i2c3_pins>;
-> +		gpiom1: gpio@20 {
+> +		gpiom1: gpio at 20 {
 > +			compatible = "mcp,mcp23017";
 > +			gpio-controller;
 > +			#gpio-cells = <2>;
@@ -340,7 +340,7 @@ little curious as to why this. is that to override length 0x200 to
 > +	pinctrl-names = "default";
 > +	pinctrl-0 = <&spi2_pins>;
 > +
-> +	tsc2046@0 {
+> +	tsc2046 at 0 {
 > +		reg = <0>;   /* CS0 */
 > +		compatible = "ti,tsc2046";
 > +		interrupt-parent = <&gpio1>;
@@ -389,7 +389,7 @@ little curious as to why this. is that to override length 0x200 to
 > +	ranges = <0 0 0x30000000 0x1000000>,
 > +		<7 0 0x15000000 0x01000000>;
 > +
-> +	nand@0,0 {
+> +	nand at 0,0 {
 > +		reg = <0 0 0x1000000>;
 > +		nand-bus-width = <16>;
 > +		ti,nand-ecc-opt = "bch8";
@@ -424,33 +424,33 @@ little curious as to why this. is that to override length 0x200 to
 > +		#address-cells = <1>;
 > +		#size-cells = <1>;
 > +
-> +		partition@0 {
+> +		partition at 0 {
 > +			label = "MLO";
 > +			reg = <0 0x80000>;
 > +		};
 > +
-> +		partition@0x80000 {
+> +		partition at 0x80000 {
 > +			label = "u-boot";
 > +			reg = <0x80000 0x1e0000>;
 > +		};
 > +
-> +		partition@0x260000 {
+> +		partition at 0x260000 {
 > +			label = "u-boot-environment";
 > +			reg = <0x260000 0x20000>;
 > +		};
 > +
-> +		partition@0x280000 {
+> +		partition at 0x280000 {
 > +			label = "kernel";
 > +			reg = <0x280000 0x500000>;
 > +		};
 > +
-> +		partition@0x780000 {
+> +		partition at 0x780000 {
 > +			label = "filesystem";
 > +			reg = <0x780000 0xf880000>;
 > +		};
 > +	};
 > +
-> +	ethernet@7,0 {
+> +	ethernet at 7,0 {
 > +		compatible = "smsc,lan9221", "smsc,lan9115";
 > +		bank-width = <2>;
 > +		gpmc,mux-add-data = <2>;
diff --git a/a/content_digest b/N1/content_digest
index 32b439a..0aba46e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,9 @@
  "ref\01390417460-3134-1-git-send-email-chf.fritz@googlemail.com\0"
  "ref\01390417460-3134-2-git-send-email-chf.fritz@googlemail.com\0"
- "From\0Nishanth Menon <nm@ti.com>\0"
- "Subject\0Re: [PATCH v2 1/5] ARM: dts: omap3: Add support for INCOstartec a83x module\0"
+ "From\0nm@ti.com (Nishanth Menon)\0"
+ "Subject\0[PATCH v2 1/5] ARM: dts: omap3: Add support for INCOstartec a83x module\0"
  "Date\0Wed, 22 Jan 2014 13:48:14 -0600\0"
- "To\0Christoph Fritz <chf.fritz@googlemail.com>"
-  Javier Martinez Canillas <javier.martinez@collabora.co.uk>
-  Ulf Hansson <ulf.hansson@linaro.org>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Tony Lindgren <tony@atomide.com>
-  Tomi Valkeinen <tomi.valkeinen@ti.com>
-  Archit Taneja <archit@ti.com>
-  bcousson@baylibre.com
-  Hans J. Koch <hjk@hansjkoch.de>
- " Daniel Mack <zonque@gmail.com>\0"
- "Cc\0devicetree@vger.kernel.org"
-  linux-arm-kernel@lists.infradead.org
- " linux-omap@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 01/22/2014 01:04 PM, Christoph Fritz wrote:\n"
@@ -262,7 +249,7 @@
  "> +\tpinctrl-names = \"default\";\n"
  "> +\tpinctrl-0 = <&i2c1_pins>;\n"
  "> +\n"
- "> +\ttwl: twl@48 {\n"
+ "> +\ttwl: twl at 48 {\n"
  "> +\t\treg = <0x48>;\n"
  "> +\t\tinterrupts = <7>;   /* SYS_NIRQ cascaded to intc */\n"
  "> +\t\tinterrupt-parent = <&intc>;\n"
@@ -305,7 +292,7 @@
  "> +\tclock-frequency = <2600000>;\n"
  "> +\tpinctrl-names = \"default\";\n"
  "> +\tpinctrl-0 = <&i2c3_pins>;\n"
- "> +\t\tgpiom1: gpio@20 {\n"
+ "> +\t\tgpiom1: gpio at 20 {\n"
  "> +\t\t\tcompatible = \"mcp,mcp23017\";\n"
  "> +\t\t\tgpio-controller;\n"
  "> +\t\t\t#gpio-cells = <2>;\n"
@@ -361,7 +348,7 @@
  "> +\tpinctrl-names = \"default\";\n"
  "> +\tpinctrl-0 = <&spi2_pins>;\n"
  "> +\n"
- "> +\ttsc2046@0 {\n"
+ "> +\ttsc2046 at 0 {\n"
  "> +\t\treg = <0>;   /* CS0 */\n"
  "> +\t\tcompatible = \"ti,tsc2046\";\n"
  "> +\t\tinterrupt-parent = <&gpio1>;\n"
@@ -410,7 +397,7 @@
  "> +\tranges = <0 0 0x30000000 0x1000000>,\n"
  "> +\t\t<7 0 0x15000000 0x01000000>;\n"
  "> +\n"
- "> +\tnand@0,0 {\n"
+ "> +\tnand at 0,0 {\n"
  "> +\t\treg = <0 0 0x1000000>;\n"
  "> +\t\tnand-bus-width = <16>;\n"
  "> +\t\tti,nand-ecc-opt = \"bch8\";\n"
@@ -445,33 +432,33 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <1>;\n"
  "> +\n"
- "> +\t\tpartition@0 {\n"
+ "> +\t\tpartition at 0 {\n"
  "> +\t\t\tlabel = \"MLO\";\n"
  "> +\t\t\treg = <0 0x80000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@0x80000 {\n"
+ "> +\t\tpartition at 0x80000 {\n"
  "> +\t\t\tlabel = \"u-boot\";\n"
  "> +\t\t\treg = <0x80000 0x1e0000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@0x260000 {\n"
+ "> +\t\tpartition at 0x260000 {\n"
  "> +\t\t\tlabel = \"u-boot-environment\";\n"
  "> +\t\t\treg = <0x260000 0x20000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@0x280000 {\n"
+ "> +\t\tpartition at 0x280000 {\n"
  "> +\t\t\tlabel = \"kernel\";\n"
  "> +\t\t\treg = <0x280000 0x500000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@0x780000 {\n"
+ "> +\t\tpartition at 0x780000 {\n"
  "> +\t\t\tlabel = \"filesystem\";\n"
  "> +\t\t\treg = <0x780000 0xf880000>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tethernet@7,0 {\n"
+ "> +\tethernet at 7,0 {\n"
  "> +\t\tcompatible = \"smsc,lan9221\", \"smsc,lan9115\";\n"
  "> +\t\tbank-width = <2>;\n"
  "> +\t\tgpmc,mux-add-data = <2>;\n"
@@ -513,4 +500,4 @@
  "Regards,\n"
  Nishanth Menon
 
-61cb49186f5f32dea542e32bff478127a53e4fbcc46464f34b9496a3fca0ac83
+2d6acd75548d8b3e28a35b8873fdfee37acdcc05d9d375b3b8ac6c2cde7099d5

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.