All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54468D29.4070706@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 2eaad7f..ab4ff03 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -76,7 +76,7 @@ suggestion..
 > +	pinctrl-names = "default";
 > +	pinctrl-0 = <&nand_default>;
 > +	ranges = <0 0 0 0x01000000>;	/* minimum GPMC partition = 16MB */
-> +	nand@0,0 {
+> +	nand at 0,0 {
 > +		/* To use NAND, DIP switch SW5 must be set like so:
 > +		 * SW5.1 (NAND_SELn) = ON (LOW)
 > +		 * SW5.9 (GPMC_WPN) = OFF (HIGH)
@@ -112,43 +112,43 @@ suggestion..
 > +		 * NAND flash this is equal to size of erase-block */
 > +		#address-cells = <1>;
 > +		#size-cells = <1>;
-> +		partition@0 {
+> +		partition at 0 {
 > +			label = "NAND.SPL";
 > +			reg = <0x00000000 0x000020000>;
 > +		};
-> +		partition@1 {
+> +		partition at 1 {
 > +			label = "NAND.SPL.backup1";
 > +			reg = <0x00020000 0x00020000>;
 > +		};
-> +		partition@2 {
+> +		partition at 2 {
 > +			label = "NAND.SPL.backup2";
 > +			reg = <0x00040000 0x00020000>;
 > +		};
-> +		partition@3 {
+> +		partition at 3 {
 > +			label = "NAND.SPL.backup3";
 > +			reg = <0x00060000 0x00020000>;
 > +		};
-> +		partition@4 {
+> +		partition at 4 {
 > +			label = "NAND.u-boot-spl-os";
 > +			reg = <0x00080000 0x00040000>;
 > +		};
-> +		partition@5 {
+> +		partition at 5 {
 > +			label = "NAND.u-boot";
 > +			reg = <0x000c0000 0x00100000>;
 > +		};
-> +		partition@6 {
+> +		partition at 6 {
 > +			label = "NAND.u-boot-env";
 > +			reg = <0x001c0000 0x00020000>;
 > +		};
-> +		partition@7 {
+> +		partition at 7 {
 > +			label = "NAND.u-boot-env.backup1";
 > +			reg = <0x001e0000 0x00020000>;
 > +		};
-> +		partition@8 {
+> +		partition at 8 {
 > +			label = "NAND.kernel";
 > +			reg = <0x00200000 0x00800000>;
 > +		};
-> +		partition@9 {
+> +		partition at 9 {
 > +			label = "NAND.file-system";
 > +			reg = <0x00a00000 0x0f600000>;
 > +		};
diff --git a/a/content_digest b/N1/content_digest
index a247596..925124e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,9 @@
  "ref\01413888080-2669-1-git-send-email-rogerq@ti.com\0"
  "ref\01413888080-2669-2-git-send-email-rogerq@ti.com\0"
- "From\0Nishanth Menon <nm@ti.com>\0"
- "Subject\0Re: [PATCH 1/4] ARM: dts: dra72-evm: Add NAND support\0"
+ "From\0nm@ti.com (Nishanth Menon)\0"
+ "Subject\0[PATCH 1/4] ARM: dts: dra72-evm: Add NAND support\0"
  "Date\0Tue, 21 Oct 2014 11:43:21 -0500\0"
- "To\0Roger Quadros <rogerq@ti.com>"
- " tony@atomide.com\0"
- "Cc\0balbi@ti.com"
-  nsekhar@ti.com
-  george.cherian@ti.com
-  linux-omap@vger.kernel.org
-  devicetree@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Roger,\n"
@@ -91,7 +84,7 @@
  "> +\tpinctrl-names = \"default\";\n"
  "> +\tpinctrl-0 = <&nand_default>;\n"
  "> +\tranges = <0 0 0 0x01000000>;\t/* minimum GPMC partition = 16MB */\n"
- "> +\tnand@0,0 {\n"
+ "> +\tnand at 0,0 {\n"
  "> +\t\t/* To use NAND, DIP switch SW5 must be set like so:\n"
  "> +\t\t * SW5.1 (NAND_SELn) = ON (LOW)\n"
  "> +\t\t * SW5.9 (GPMC_WPN) = OFF (HIGH)\n"
@@ -127,43 +120,43 @@
  "> +\t\t * NAND flash this is equal to size of erase-block */\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <1>;\n"
- "> +\t\tpartition@0 {\n"
+ "> +\t\tpartition at 0 {\n"
  "> +\t\t\tlabel = \"NAND.SPL\";\n"
  "> +\t\t\treg = <0x00000000 0x000020000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition@1 {\n"
+ "> +\t\tpartition at 1 {\n"
  "> +\t\t\tlabel = \"NAND.SPL.backup1\";\n"
  "> +\t\t\treg = <0x00020000 0x00020000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition@2 {\n"
+ "> +\t\tpartition at 2 {\n"
  "> +\t\t\tlabel = \"NAND.SPL.backup2\";\n"
  "> +\t\t\treg = <0x00040000 0x00020000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition@3 {\n"
+ "> +\t\tpartition at 3 {\n"
  "> +\t\t\tlabel = \"NAND.SPL.backup3\";\n"
  "> +\t\t\treg = <0x00060000 0x00020000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition@4 {\n"
+ "> +\t\tpartition at 4 {\n"
  "> +\t\t\tlabel = \"NAND.u-boot-spl-os\";\n"
  "> +\t\t\treg = <0x00080000 0x00040000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition@5 {\n"
+ "> +\t\tpartition at 5 {\n"
  "> +\t\t\tlabel = \"NAND.u-boot\";\n"
  "> +\t\t\treg = <0x000c0000 0x00100000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition@6 {\n"
+ "> +\t\tpartition at 6 {\n"
  "> +\t\t\tlabel = \"NAND.u-boot-env\";\n"
  "> +\t\t\treg = <0x001c0000 0x00020000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition@7 {\n"
+ "> +\t\tpartition at 7 {\n"
  "> +\t\t\tlabel = \"NAND.u-boot-env.backup1\";\n"
  "> +\t\t\treg = <0x001e0000 0x00020000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition@8 {\n"
+ "> +\t\tpartition at 8 {\n"
  "> +\t\t\tlabel = \"NAND.kernel\";\n"
  "> +\t\t\treg = <0x00200000 0x00800000>;\n"
  "> +\t\t};\n"
- "> +\t\tpartition@9 {\n"
+ "> +\t\tpartition at 9 {\n"
  "> +\t\t\tlabel = \"NAND.file-system\";\n"
  "> +\t\t\treg = <0x00a00000 0x0f600000>;\n"
  "> +\t\t};\n"
@@ -176,4 +169,4 @@
  "Regards,\n"
  Nishanth Menon
 
-da0916b7a40b2ea551561f2de6928db41bb469a4428e23b3f4ea79e3250068ab
+b1a0fe0096b11dc53a8e4e13762bcb2da0760d5349c6ae978a5708ed90c6eb92

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.