All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150117164709.GS18552@atomide.com>

diff --git a/a/1.txt b/N1/1.txt
index aa7bf74..d64dfda 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -77,7 +77,7 @@ index 0000000..857d028
 +	};
 +
 +	/* FDC6331L controlled by SD_POW pin */
-+	vmmcsd_fixed: fixedregulator@0 {
++	vmmcsd_fixed: fixedregulator at 0 {
 +		compatible = "regulator-fixed";
 +		regulator-name = "vmmcsd_fixed";
 +		regulator-min-microvolt = <3300000>;
@@ -97,7 +97,7 @@ index 0000000..857d028
 +};
 +
 +&i2c1 {
-+	extgpio0: pcf8575@20 {
++	extgpio0: pcf8575 at 20 {
 +		compatible = "nxp,pcf8575";
 +		reg = <0x20>;
 +		gpio-controller;
@@ -106,7 +106,7 @@ index 0000000..857d028
 +};
 +
 +&i2c2 {
-+	extgpio1: pcf8575@20 {
++	extgpio1: pcf8575 at 20 {
 +		compatible = "nxp,pcf8575";
 +		reg = <0x20>;
 +		gpio-controller;
@@ -117,7 +117,7 @@ index 0000000..857d028
 +&gpmc {
 +	ranges = <0 0 0x04000000 0x01000000>;	/* CS0: 16MB for NAND */
 +
-+	nand@0,0 {
++	nand at 0,0 {
 +		linux,mtd-name= "micron,mt29f2g16aadwp";
 +		reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
 +		#address-cells = <1>;
@@ -147,23 +147,23 @@ index 0000000..857d028
 +		gpmc,wait-monitoring-ns = <0>;
 +		gpmc,wr-access-ns = <40>;
 +		gpmc,wr-data-mux-bus-ns = <0>;
-+		partition@0 {
++		partition at 0 {
 +			label = "X-Loader";
 +			reg = <0 0x80000>;
 +		};
-+		partition@0x80000 {
++		partition at 0x80000 {
 +			label = "U-Boot";
 +			reg = <0x80000 0x1c0000>;
 +		};
-+		partition@0x1c0000 {
++		partition at 0x1c0000 {
 +			label = "Environment";
 +			reg = <0x240000 0x40000>;
 +		};
-+		partition@0x280000 {
++		partition at 0x280000 {
 +			label = "Kernel";
 +			reg = <0x280000 0x500000>;
 +		};
-+		partition@0x780000 {
++		partition at 0x780000 {
 +			label = "Filesystem";
 +			reg = <0x780000 0xf880000>;
 +		};
@@ -174,7 +174,7 @@ index 0000000..857d028
 +	pinctrl-names = "default";
 +	pinctrl-0 = <&mcspi1_pins>;
 +
-+	m25p80@0 {
++	m25p80 at 0 {
 +		compatible = "w25x32";
 +		spi-max-frequency = <48000000>;
 +		reg = <0>;
diff --git a/a/content_digest b/N1/content_digest
index 136797c..777060e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,9 @@
  "ref\01421192272-20754-1-git-send-email-tony@atomide.com\0"
  "ref\01421192272-20754-5-git-send-email-tony@atomide.com\0"
- "From\0Tony Lindgren <tony@atomide.com>\0"
- "Subject\0Re: [PATCH 4/4] ARM: dts: Add minimal support for dm8168-evm\0"
+ "From\0tony@atomide.com (Tony Lindgren)\0"
+ "Subject\0[PATCH 4/4] ARM: dts: Add minimal support for dm8168-evm\0"
  "Date\0Sat, 17 Jan 2015 08:47:09 -0800\0"
- "To\0linux-omap@vger.kernel.org\0"
- "Cc\0linux-arm-kernel@lists.infradead.org"
- " Brian Hutchinson <b.hutchman@gmail.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "* Tony Lindgren <tony@atomide.com> [150113 15:44]:\n"
@@ -87,7 +85,7 @@
  "+\t};\n"
  "+\n"
  "+\t/* FDC6331L controlled by SD_POW pin */\n"
- "+\tvmmcsd_fixed: fixedregulator@0 {\n"
+ "+\tvmmcsd_fixed: fixedregulator at 0 {\n"
  "+\t\tcompatible = \"regulator-fixed\";\n"
  "+\t\tregulator-name = \"vmmcsd_fixed\";\n"
  "+\t\tregulator-min-microvolt = <3300000>;\n"
@@ -107,7 +105,7 @@
  "+};\n"
  "+\n"
  "+&i2c1 {\n"
- "+\textgpio0: pcf8575@20 {\n"
+ "+\textgpio0: pcf8575 at 20 {\n"
  "+\t\tcompatible = \"nxp,pcf8575\";\n"
  "+\t\treg = <0x20>;\n"
  "+\t\tgpio-controller;\n"
@@ -116,7 +114,7 @@
  "+};\n"
  "+\n"
  "+&i2c2 {\n"
- "+\textgpio1: pcf8575@20 {\n"
+ "+\textgpio1: pcf8575 at 20 {\n"
  "+\t\tcompatible = \"nxp,pcf8575\";\n"
  "+\t\treg = <0x20>;\n"
  "+\t\tgpio-controller;\n"
@@ -127,7 +125,7 @@
  "+&gpmc {\n"
  "+\tranges = <0 0 0x04000000 0x01000000>;\t/* CS0: 16MB for NAND */\n"
  "+\n"
- "+\tnand@0,0 {\n"
+ "+\tnand at 0,0 {\n"
  "+\t\tlinux,mtd-name= \"micron,mt29f2g16aadwp\";\n"
  "+\t\treg = <0 0 4>; /* CS0, offset 0, IO size 4 */\n"
  "+\t\t#address-cells = <1>;\n"
@@ -157,23 +155,23 @@
  "+\t\tgpmc,wait-monitoring-ns = <0>;\n"
  "+\t\tgpmc,wr-access-ns = <40>;\n"
  "+\t\tgpmc,wr-data-mux-bus-ns = <0>;\n"
- "+\t\tpartition@0 {\n"
+ "+\t\tpartition at 0 {\n"
  "+\t\t\tlabel = \"X-Loader\";\n"
  "+\t\t\treg = <0 0x80000>;\n"
  "+\t\t};\n"
- "+\t\tpartition@0x80000 {\n"
+ "+\t\tpartition at 0x80000 {\n"
  "+\t\t\tlabel = \"U-Boot\";\n"
  "+\t\t\treg = <0x80000 0x1c0000>;\n"
  "+\t\t};\n"
- "+\t\tpartition@0x1c0000 {\n"
+ "+\t\tpartition at 0x1c0000 {\n"
  "+\t\t\tlabel = \"Environment\";\n"
  "+\t\t\treg = <0x240000 0x40000>;\n"
  "+\t\t};\n"
- "+\t\tpartition@0x280000 {\n"
+ "+\t\tpartition at 0x280000 {\n"
  "+\t\t\tlabel = \"Kernel\";\n"
  "+\t\t\treg = <0x280000 0x500000>;\n"
  "+\t\t};\n"
- "+\t\tpartition@0x780000 {\n"
+ "+\t\tpartition at 0x780000 {\n"
  "+\t\t\tlabel = \"Filesystem\";\n"
  "+\t\t\treg = <0x780000 0xf880000>;\n"
  "+\t\t};\n"
@@ -184,7 +182,7 @@
  "+\tpinctrl-names = \"default\";\n"
  "+\tpinctrl-0 = <&mcspi1_pins>;\n"
  "+\n"
- "+\tm25p80@0 {\n"
+ "+\tm25p80 at 0 {\n"
  "+\t\tcompatible = \"w25x32\";\n"
  "+\t\tspi-max-frequency = <48000000>;\n"
  "+\t\treg = <0>;\n"
@@ -207,4 +205,4 @@
  " #define AM4372_IOPAD(pa, val)\t\tOMAP_IOPAD_OFFSET((pa), 0x0800) (val)\n"
  " #define DRA7XX_CORE_IOPAD(pa, val)\tOMAP_IOPAD_OFFSET((pa), 0x3400) (val)"
 
-aea036f330759087052d70bb07a49ed1977c4304fd89b6b093959ef7b5c4e065
+85290d3c367690bae142c48930356103b4e7eab6013b42c7be10e159a63d22b1

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.