All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <504A11E4.6000406@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index c20d245..8f4baeb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,14 +1,14 @@
-Thanks to Vaibhav <hvaibhav-l0cyMroinI0@public.gmane.org> omap_device fix
+Thanks to Vaibhav <hvaibhav@ti.com> omap_device fix
 (ARM: OMAP: omap_device: Fix up resource names when booted with devicetre),
 we can now specify reg and interrupts using standard device tree
 attributes.
 
 Update the OMAP4 dtsi file with missing reg and interrupts attributes.
 
-Signed-off-by: Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>
-Cc: Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>
-Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
-Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
+Signed-off-by: Benoit Cousson <b-cousson@ti.com>
+Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
+Cc: Tony Lindgren <tony@atomide.com>
+Cc: Felipe Balbi <balbi@ti.com>
 ---
 
 Hi Tony,
@@ -33,7 +33,7 @@ index 9f851df..75095e3 100644
 +++ b/arch/arm/boot/dts/omap4.dtsi
 @@ -97,6 +97,8 @@
  
- 		gpio1: gpio@4a310000 {
+ 		gpio1: gpio at 4a310000 {
  			compatible = "ti,omap4-gpio";
 +			reg = <0x4a310000 0x200>;
 +			interrupts = <0 29 0x4>;
@@ -42,7 +42,7 @@ index 9f851df..75095e3 100644
  			#gpio-cells = <2>;
 @@ -106,6 +108,8 @@
  
- 		gpio2: gpio@48055000 {
+ 		gpio2: gpio at 48055000 {
  			compatible = "ti,omap4-gpio";
 +			reg = <0x48055000 0x200>;
 +			interrupts = <0 30 0x4>;
@@ -51,7 +51,7 @@ index 9f851df..75095e3 100644
  			#gpio-cells = <2>;
 @@ -115,6 +119,8 @@
  
- 		gpio3: gpio@48057000 {
+ 		gpio3: gpio at 48057000 {
  			compatible = "ti,omap4-gpio";
 +			reg = <0x48057000 0x200>;
 +			interrupts = <0 31 0x4>;
@@ -60,7 +60,7 @@ index 9f851df..75095e3 100644
  			#gpio-cells = <2>;
 @@ -124,6 +130,8 @@
  
- 		gpio4: gpio@48059000 {
+ 		gpio4: gpio at 48059000 {
  			compatible = "ti,omap4-gpio";
 +			reg = <0x48059000 0x200>;
 +			interrupts = <0 32 0x4>;
@@ -69,7 +69,7 @@ index 9f851df..75095e3 100644
  			#gpio-cells = <2>;
 @@ -133,6 +141,8 @@
  
- 		gpio5: gpio@4805b000 {
+ 		gpio5: gpio at 4805b000 {
  			compatible = "ti,omap4-gpio";
 +			reg = <0x4805b000 0x200>;
 +			interrupts = <0 33 0x4>;
@@ -78,7 +78,7 @@ index 9f851df..75095e3 100644
  			#gpio-cells = <2>;
 @@ -142,6 +152,8 @@
  
- 		gpio6: gpio@4805d000 {
+ 		gpio6: gpio at 4805d000 {
  			compatible = "ti,omap4-gpio";
 +			reg = <0x4805d000 0x200>;
 +			interrupts = <0 34 0x4>;
@@ -87,7 +87,7 @@ index 9f851df..75095e3 100644
  			#gpio-cells = <2>;
 @@ -151,30 +163,40 @@
  
- 		uart1: serial@4806a000 {
+ 		uart1: serial at 4806a000 {
  			compatible = "ti,omap4-uart";
 +			reg = <0x4806a000 0x100>;
 +			interrupts = <0 72 0x4>;
@@ -95,7 +95,7 @@ index 9f851df..75095e3 100644
  			clock-frequency = <48000000>;
  		};
  
- 		uart2: serial@4806c000 {
+ 		uart2: serial at 4806c000 {
  			compatible = "ti,omap4-uart";
 +			reg = <0x4806c000 0x100>;
 +			interrupts = <0 73 0x4>;
@@ -103,7 +103,7 @@ index 9f851df..75095e3 100644
  			clock-frequency = <48000000>;
  		};
  
- 		uart3: serial@48020000 {
+ 		uart3: serial at 48020000 {
  			compatible = "ti,omap4-uart";
 +			reg = <0x48020000 0x100>;
 +			interrupts = <0 74 0x4>;
@@ -111,7 +111,7 @@ index 9f851df..75095e3 100644
  			clock-frequency = <48000000>;
  		};
  
- 		uart4: serial@4806e000 {
+ 		uart4: serial at 4806e000 {
  			compatible = "ti,omap4-uart";
 +			reg = <0x4806e000 0x100>;
 +			interrupts = <0 70 0x4>;
@@ -119,7 +119,7 @@ index 9f851df..75095e3 100644
  			clock-frequency = <48000000>;
  		};
  
- 		i2c1: i2c@48070000 {
+ 		i2c1: i2c at 48070000 {
  			compatible = "ti,omap4-i2c";
 +			reg = <0x48070000 0x100>;
 +			interrupts = <0 56 0x4>;
@@ -128,7 +128,7 @@ index 9f851df..75095e3 100644
  			ti,hwmods = "i2c1";
 @@ -182,6 +204,8 @@
  
- 		i2c2: i2c@48072000 {
+ 		i2c2: i2c at 48072000 {
  			compatible = "ti,omap4-i2c";
 +			reg = <0x48072000 0x100>;
 +			interrupts = <0 57 0x4>;
@@ -137,7 +137,7 @@ index 9f851df..75095e3 100644
  			ti,hwmods = "i2c2";
 @@ -189,6 +213,8 @@
  
- 		i2c3: i2c@48060000 {
+ 		i2c3: i2c at 48060000 {
  			compatible = "ti,omap4-i2c";
 +			reg = <0x48060000 0x100>;
 +			interrupts = <0 61 0x4>;
@@ -146,7 +146,7 @@ index 9f851df..75095e3 100644
  			ti,hwmods = "i2c3";
 @@ -196,6 +222,8 @@
  
- 		i2c4: i2c@48350000 {
+ 		i2c4: i2c at 48350000 {
  			compatible = "ti,omap4-i2c";
 +			reg = <0x48350000 0x100>;
 +			interrupts = <0 62 0x4>;
@@ -155,7 +155,7 @@ index 9f851df..75095e3 100644
  			ti,hwmods = "i2c4";
 @@ -203,6 +231,8 @@
  
- 		mcspi1: spi@48098000 {
+ 		mcspi1: spi at 48098000 {
  			compatible = "ti,omap4-mcspi";
 +			reg = <0x48098000 0x200>;
 +			interrupts = <0 65 0x4>;
@@ -164,7 +164,7 @@ index 9f851df..75095e3 100644
  			ti,hwmods = "mcspi1";
 @@ -211,6 +241,8 @@
  
- 		mcspi2: spi@4809a000 {
+ 		mcspi2: spi at 4809a000 {
  			compatible = "ti,omap4-mcspi";
 +			reg = <0x4809a000 0x200>;
 +			interrupts = <0 66 0x4>;
@@ -173,7 +173,7 @@ index 9f851df..75095e3 100644
  			ti,hwmods = "mcspi2";
 @@ -219,6 +251,8 @@
  
- 		mcspi3: spi@480b8000 {
+ 		mcspi3: spi at 480b8000 {
  			compatible = "ti,omap4-mcspi";
 +			reg = <0x480b8000 0x200>;
 +			interrupts = <0 91 0x4>;
@@ -182,7 +182,7 @@ index 9f851df..75095e3 100644
  			ti,hwmods = "mcspi3";
 @@ -227,6 +261,8 @@
  
- 		mcspi4: spi@480ba000 {
+ 		mcspi4: spi at 480ba000 {
  			compatible = "ti,omap4-mcspi";
 +			reg = <0x480ba000 0x200>;
 +			interrupts = <0 48 0x4>;
@@ -191,7 +191,7 @@ index 9f851df..75095e3 100644
  			ti,hwmods = "mcspi4";
 @@ -235,6 +271,8 @@
  
- 		mmc1: mmc@4809c000 {
+ 		mmc1: mmc at 4809c000 {
  			compatible = "ti,omap4-hsmmc";
 +			reg = <0x4809c000 0x400>;
 +			interrupts = <0 83 0x4>;
@@ -200,7 +200,7 @@ index 9f851df..75095e3 100644
  			ti,needs-special-reset;
 @@ -242,30 +280,40 @@
  
- 		mmc2: mmc@480b4000 {
+ 		mmc2: mmc at 480b4000 {
  			compatible = "ti,omap4-hsmmc";
 +			reg = <0x480b4000 0x400>;
 +			interrupts = <0 86 0x4>;
@@ -208,7 +208,7 @@ index 9f851df..75095e3 100644
  			ti,needs-special-reset;
  		};
  
- 		mmc3: mmc@480ad000 {
+ 		mmc3: mmc at 480ad000 {
  			compatible = "ti,omap4-hsmmc";
 +			reg = <0x480ad000 0x400>;
 +			interrupts = <0 94 0x4>;
@@ -216,7 +216,7 @@ index 9f851df..75095e3 100644
  			ti,needs-special-reset;
  		};
  
- 		mmc4: mmc@480d1000 {
+ 		mmc4: mmc at 480d1000 {
  			compatible = "ti,omap4-hsmmc";
 +			reg = <0x480d1000 0x400>;
 +			interrupts = <0 96 0x4>;
@@ -224,7 +224,7 @@ index 9f851df..75095e3 100644
  			ti,needs-special-reset;
  		};
  
- 		mmc5: mmc@480d5000 {
+ 		mmc5: mmc at 480d5000 {
  			compatible = "ti,omap4-hsmmc";
 +			reg = <0x480d5000 0x400>;
 +			interrupts = <0 59 0x4>;
@@ -232,7 +232,7 @@ index 9f851df..75095e3 100644
  			ti,needs-special-reset;
  		};
  
- 		wdt2: wdt@4a314000 {
+ 		wdt2: wdt at 4a314000 {
  			compatible = "ti,omap4-wdt", "ti,omap3-wdt";
 +			reg = <0x4a314000 0x80>;
 +			interrupts = <0 80 0x4>;
@@ -241,7 +241,7 @@ index 9f851df..75095e3 100644
  
 @@ -338,11 +386,16 @@
  
- 		keypad: keypad@4a31c000 {
+ 		keypad: keypad at 4a31c000 {
  			compatible = "ti,omap4-keypad";
 +			reg = <0x4a31c000 0x80>;
 +			interrupts = <0 120 0x4>;
@@ -249,7 +249,7 @@ index 9f851df..75095e3 100644
  			ti,hwmods = "kbd";
  		};
  
- 		emif1: emif@4c000000 {
+ 		emif1: emif at 4c000000 {
  			compatible = "ti,emif-4d";
 +			reg = <0x4c000000 0x100>;
 +			interrupts = <0 110 0x4>;
@@ -258,7 +258,7 @@ index 9f851df..75095e3 100644
  			hw-caps-read-idle-ctrl;
 @@ -352,6 +405,8 @@
  
- 		emif2: emif@4d000000 {
+ 		emif2: emif at 4d000000 {
  			compatible = "ti,emif-4d";
 +			reg = <0x4d000000 0x100>;
 +			interrupts = <0 111 0x4>;
diff --git a/a/content_digest b/N1/content_digest
index bce54fd..42a1e63 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,25 +1,20 @@
- "From\0Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>\0"
+ "From\0b-cousson@ti.com (Benoit Cousson)\0"
  "Subject\0[PATCH] ARM: dts: OMAP4: Add reg and interrupts for every nodes\0"
  "Date\0Fri, 7 Sep 2012 17:25:24 +0200\0"
- "To\0tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0"
- "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>"
-  Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
-  santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "Thanks to Vaibhav <hvaibhav-l0cyMroinI0@public.gmane.org> omap_device fix\n"
+ "Thanks to Vaibhav <hvaibhav@ti.com> omap_device fix\n"
  "(ARM: OMAP: omap_device: Fix up resource names when booted with devicetre),\n"
  "we can now specify reg and interrupts using standard device tree\n"
  "attributes.\n"
  "\n"
  "Update the OMAP4 dtsi file with missing reg and interrupts attributes.\n"
  "\n"
- "Signed-off-by: Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>\n"
- "Cc: Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>\n"
- "Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n"
- "Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>\n"
+ "Signed-off-by: Benoit Cousson <b-cousson@ti.com>\n"
+ "Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>\n"
+ "Cc: Tony Lindgren <tony@atomide.com>\n"
+ "Cc: Felipe Balbi <balbi@ti.com>\n"
  "---\n"
  "\n"
  "Hi Tony,\n"
@@ -44,7 +39,7 @@
  "+++ b/arch/arm/boot/dts/omap4.dtsi\n"
  "@@ -97,6 +97,8 @@\n"
  " \n"
- " \t\tgpio1: gpio@4a310000 {\n"
+ " \t\tgpio1: gpio at 4a310000 {\n"
  " \t\t\tcompatible = \"ti,omap4-gpio\";\n"
  "+\t\t\treg = <0x4a310000 0x200>;\n"
  "+\t\t\tinterrupts = <0 29 0x4>;\n"
@@ -53,7 +48,7 @@
  " \t\t\t#gpio-cells = <2>;\n"
  "@@ -106,6 +108,8 @@\n"
  " \n"
- " \t\tgpio2: gpio@48055000 {\n"
+ " \t\tgpio2: gpio at 48055000 {\n"
  " \t\t\tcompatible = \"ti,omap4-gpio\";\n"
  "+\t\t\treg = <0x48055000 0x200>;\n"
  "+\t\t\tinterrupts = <0 30 0x4>;\n"
@@ -62,7 +57,7 @@
  " \t\t\t#gpio-cells = <2>;\n"
  "@@ -115,6 +119,8 @@\n"
  " \n"
- " \t\tgpio3: gpio@48057000 {\n"
+ " \t\tgpio3: gpio at 48057000 {\n"
  " \t\t\tcompatible = \"ti,omap4-gpio\";\n"
  "+\t\t\treg = <0x48057000 0x200>;\n"
  "+\t\t\tinterrupts = <0 31 0x4>;\n"
@@ -71,7 +66,7 @@
  " \t\t\t#gpio-cells = <2>;\n"
  "@@ -124,6 +130,8 @@\n"
  " \n"
- " \t\tgpio4: gpio@48059000 {\n"
+ " \t\tgpio4: gpio at 48059000 {\n"
  " \t\t\tcompatible = \"ti,omap4-gpio\";\n"
  "+\t\t\treg = <0x48059000 0x200>;\n"
  "+\t\t\tinterrupts = <0 32 0x4>;\n"
@@ -80,7 +75,7 @@
  " \t\t\t#gpio-cells = <2>;\n"
  "@@ -133,6 +141,8 @@\n"
  " \n"
- " \t\tgpio5: gpio@4805b000 {\n"
+ " \t\tgpio5: gpio at 4805b000 {\n"
  " \t\t\tcompatible = \"ti,omap4-gpio\";\n"
  "+\t\t\treg = <0x4805b000 0x200>;\n"
  "+\t\t\tinterrupts = <0 33 0x4>;\n"
@@ -89,7 +84,7 @@
  " \t\t\t#gpio-cells = <2>;\n"
  "@@ -142,6 +152,8 @@\n"
  " \n"
- " \t\tgpio6: gpio@4805d000 {\n"
+ " \t\tgpio6: gpio at 4805d000 {\n"
  " \t\t\tcompatible = \"ti,omap4-gpio\";\n"
  "+\t\t\treg = <0x4805d000 0x200>;\n"
  "+\t\t\tinterrupts = <0 34 0x4>;\n"
@@ -98,7 +93,7 @@
  " \t\t\t#gpio-cells = <2>;\n"
  "@@ -151,30 +163,40 @@\n"
  " \n"
- " \t\tuart1: serial@4806a000 {\n"
+ " \t\tuart1: serial at 4806a000 {\n"
  " \t\t\tcompatible = \"ti,omap4-uart\";\n"
  "+\t\t\treg = <0x4806a000 0x100>;\n"
  "+\t\t\tinterrupts = <0 72 0x4>;\n"
@@ -106,7 +101,7 @@
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- " \t\tuart2: serial@4806c000 {\n"
+ " \t\tuart2: serial at 4806c000 {\n"
  " \t\t\tcompatible = \"ti,omap4-uart\";\n"
  "+\t\t\treg = <0x4806c000 0x100>;\n"
  "+\t\t\tinterrupts = <0 73 0x4>;\n"
@@ -114,7 +109,7 @@
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- " \t\tuart3: serial@48020000 {\n"
+ " \t\tuart3: serial at 48020000 {\n"
  " \t\t\tcompatible = \"ti,omap4-uart\";\n"
  "+\t\t\treg = <0x48020000 0x100>;\n"
  "+\t\t\tinterrupts = <0 74 0x4>;\n"
@@ -122,7 +117,7 @@
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- " \t\tuart4: serial@4806e000 {\n"
+ " \t\tuart4: serial at 4806e000 {\n"
  " \t\t\tcompatible = \"ti,omap4-uart\";\n"
  "+\t\t\treg = <0x4806e000 0x100>;\n"
  "+\t\t\tinterrupts = <0 70 0x4>;\n"
@@ -130,7 +125,7 @@
  " \t\t\tclock-frequency = <48000000>;\n"
  " \t\t};\n"
  " \n"
- " \t\ti2c1: i2c@48070000 {\n"
+ " \t\ti2c1: i2c at 48070000 {\n"
  " \t\t\tcompatible = \"ti,omap4-i2c\";\n"
  "+\t\t\treg = <0x48070000 0x100>;\n"
  "+\t\t\tinterrupts = <0 56 0x4>;\n"
@@ -139,7 +134,7 @@
  " \t\t\tti,hwmods = \"i2c1\";\n"
  "@@ -182,6 +204,8 @@\n"
  " \n"
- " \t\ti2c2: i2c@48072000 {\n"
+ " \t\ti2c2: i2c at 48072000 {\n"
  " \t\t\tcompatible = \"ti,omap4-i2c\";\n"
  "+\t\t\treg = <0x48072000 0x100>;\n"
  "+\t\t\tinterrupts = <0 57 0x4>;\n"
@@ -148,7 +143,7 @@
  " \t\t\tti,hwmods = \"i2c2\";\n"
  "@@ -189,6 +213,8 @@\n"
  " \n"
- " \t\ti2c3: i2c@48060000 {\n"
+ " \t\ti2c3: i2c at 48060000 {\n"
  " \t\t\tcompatible = \"ti,omap4-i2c\";\n"
  "+\t\t\treg = <0x48060000 0x100>;\n"
  "+\t\t\tinterrupts = <0 61 0x4>;\n"
@@ -157,7 +152,7 @@
  " \t\t\tti,hwmods = \"i2c3\";\n"
  "@@ -196,6 +222,8 @@\n"
  " \n"
- " \t\ti2c4: i2c@48350000 {\n"
+ " \t\ti2c4: i2c at 48350000 {\n"
  " \t\t\tcompatible = \"ti,omap4-i2c\";\n"
  "+\t\t\treg = <0x48350000 0x100>;\n"
  "+\t\t\tinterrupts = <0 62 0x4>;\n"
@@ -166,7 +161,7 @@
  " \t\t\tti,hwmods = \"i2c4\";\n"
  "@@ -203,6 +231,8 @@\n"
  " \n"
- " \t\tmcspi1: spi@48098000 {\n"
+ " \t\tmcspi1: spi at 48098000 {\n"
  " \t\t\tcompatible = \"ti,omap4-mcspi\";\n"
  "+\t\t\treg = <0x48098000 0x200>;\n"
  "+\t\t\tinterrupts = <0 65 0x4>;\n"
@@ -175,7 +170,7 @@
  " \t\t\tti,hwmods = \"mcspi1\";\n"
  "@@ -211,6 +241,8 @@\n"
  " \n"
- " \t\tmcspi2: spi@4809a000 {\n"
+ " \t\tmcspi2: spi at 4809a000 {\n"
  " \t\t\tcompatible = \"ti,omap4-mcspi\";\n"
  "+\t\t\treg = <0x4809a000 0x200>;\n"
  "+\t\t\tinterrupts = <0 66 0x4>;\n"
@@ -184,7 +179,7 @@
  " \t\t\tti,hwmods = \"mcspi2\";\n"
  "@@ -219,6 +251,8 @@\n"
  " \n"
- " \t\tmcspi3: spi@480b8000 {\n"
+ " \t\tmcspi3: spi at 480b8000 {\n"
  " \t\t\tcompatible = \"ti,omap4-mcspi\";\n"
  "+\t\t\treg = <0x480b8000 0x200>;\n"
  "+\t\t\tinterrupts = <0 91 0x4>;\n"
@@ -193,7 +188,7 @@
  " \t\t\tti,hwmods = \"mcspi3\";\n"
  "@@ -227,6 +261,8 @@\n"
  " \n"
- " \t\tmcspi4: spi@480ba000 {\n"
+ " \t\tmcspi4: spi at 480ba000 {\n"
  " \t\t\tcompatible = \"ti,omap4-mcspi\";\n"
  "+\t\t\treg = <0x480ba000 0x200>;\n"
  "+\t\t\tinterrupts = <0 48 0x4>;\n"
@@ -202,7 +197,7 @@
  " \t\t\tti,hwmods = \"mcspi4\";\n"
  "@@ -235,6 +271,8 @@\n"
  " \n"
- " \t\tmmc1: mmc@4809c000 {\n"
+ " \t\tmmc1: mmc at 4809c000 {\n"
  " \t\t\tcompatible = \"ti,omap4-hsmmc\";\n"
  "+\t\t\treg = <0x4809c000 0x400>;\n"
  "+\t\t\tinterrupts = <0 83 0x4>;\n"
@@ -211,7 +206,7 @@
  " \t\t\tti,needs-special-reset;\n"
  "@@ -242,30 +280,40 @@\n"
  " \n"
- " \t\tmmc2: mmc@480b4000 {\n"
+ " \t\tmmc2: mmc at 480b4000 {\n"
  " \t\t\tcompatible = \"ti,omap4-hsmmc\";\n"
  "+\t\t\treg = <0x480b4000 0x400>;\n"
  "+\t\t\tinterrupts = <0 86 0x4>;\n"
@@ -219,7 +214,7 @@
  " \t\t\tti,needs-special-reset;\n"
  " \t\t};\n"
  " \n"
- " \t\tmmc3: mmc@480ad000 {\n"
+ " \t\tmmc3: mmc at 480ad000 {\n"
  " \t\t\tcompatible = \"ti,omap4-hsmmc\";\n"
  "+\t\t\treg = <0x480ad000 0x400>;\n"
  "+\t\t\tinterrupts = <0 94 0x4>;\n"
@@ -227,7 +222,7 @@
  " \t\t\tti,needs-special-reset;\n"
  " \t\t};\n"
  " \n"
- " \t\tmmc4: mmc@480d1000 {\n"
+ " \t\tmmc4: mmc at 480d1000 {\n"
  " \t\t\tcompatible = \"ti,omap4-hsmmc\";\n"
  "+\t\t\treg = <0x480d1000 0x400>;\n"
  "+\t\t\tinterrupts = <0 96 0x4>;\n"
@@ -235,7 +230,7 @@
  " \t\t\tti,needs-special-reset;\n"
  " \t\t};\n"
  " \n"
- " \t\tmmc5: mmc@480d5000 {\n"
+ " \t\tmmc5: mmc at 480d5000 {\n"
  " \t\t\tcompatible = \"ti,omap4-hsmmc\";\n"
  "+\t\t\treg = <0x480d5000 0x400>;\n"
  "+\t\t\tinterrupts = <0 59 0x4>;\n"
@@ -243,7 +238,7 @@
  " \t\t\tti,needs-special-reset;\n"
  " \t\t};\n"
  " \n"
- " \t\twdt2: wdt@4a314000 {\n"
+ " \t\twdt2: wdt at 4a314000 {\n"
  " \t\t\tcompatible = \"ti,omap4-wdt\", \"ti,omap3-wdt\";\n"
  "+\t\t\treg = <0x4a314000 0x80>;\n"
  "+\t\t\tinterrupts = <0 80 0x4>;\n"
@@ -252,7 +247,7 @@
  " \n"
  "@@ -338,11 +386,16 @@\n"
  " \n"
- " \t\tkeypad: keypad@4a31c000 {\n"
+ " \t\tkeypad: keypad at 4a31c000 {\n"
  " \t\t\tcompatible = \"ti,omap4-keypad\";\n"
  "+\t\t\treg = <0x4a31c000 0x80>;\n"
  "+\t\t\tinterrupts = <0 120 0x4>;\n"
@@ -260,7 +255,7 @@
  " \t\t\tti,hwmods = \"kbd\";\n"
  " \t\t};\n"
  " \n"
- " \t\temif1: emif@4c000000 {\n"
+ " \t\temif1: emif at 4c000000 {\n"
  " \t\t\tcompatible = \"ti,emif-4d\";\n"
  "+\t\t\treg = <0x4c000000 0x100>;\n"
  "+\t\t\tinterrupts = <0 110 0x4>;\n"
@@ -269,7 +264,7 @@
  " \t\t\thw-caps-read-idle-ctrl;\n"
  "@@ -352,6 +405,8 @@\n"
  " \n"
- " \t\temif2: emif@4d000000 {\n"
+ " \t\temif2: emif at 4d000000 {\n"
  " \t\t\tcompatible = \"ti,emif-4d\";\n"
  "+\t\t\treg = <0x4d000000 0x100>;\n"
  "+\t\t\tinterrupts = <0 111 0x4>;\n"
@@ -279,4 +274,4 @@
  "-- \n"
  1.7.0.4
 
-9976e6456f7e43591f2c2672ade12b698c58044d94ede0a02ae668f3ec25099a
+be21b827d4c357c704505af93a3184ddb767e96347d896b41f947b7db50dc9d4

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.