All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <513F0AE3.6030408@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index de3a406..572a1e9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -61,7 +61,7 @@ driver DT adaptation since it does represent its "interface".
 > +
 > +Example:
 > +
-> +	sdma: dma-controller@4A056000 {
+> +	sdma: dma-controller at 4A056000 {
 > +		compatible = "ti,omap-sdma";
 > +		reg = <0x4A056000 0x1000>;
 
@@ -95,7 +95,7 @@ Benoit
 > +
 > +Example:
 > +
-> +	mmc1: mmc@4809c000 {
+> +	mmc1: mmc at 4809c000 {
 > +		...
 > +		dmas = <&sdma 61>,	/* TX channel */
 > +		       <&sdma 62>;	/* RX channel */
@@ -110,7 +110,7 @@ Benoit
 >  			reg = <0x480FE000 0x1000>;
 >  		};
 >  
-> +		sdma: dma-controller@48056000 {
+> +		sdma: dma-controller at 48056000 {
 > +			compatible = "ti,omap2430-sdma", "ti,omap2420-sdma";
 > +			reg = <0x48056000 0x1000>;
 > +			interrupts = <12>,
@@ -122,7 +122,7 @@ Benoit
 > +			#dma-requests = <64>;
 > +		};
 > +
->  		uart1: serial@4806a000 {
+>  		uart1: serial at 4806a000 {
 >  			compatible = "ti,omap2-uart";
 >  			ti,hwmods = "uart1";
 > diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
@@ -133,7 +133,7 @@ Benoit
 >  			reg = <0x48200000 0x1000>;
 >  		};
 >  
-> +		sdma: dma-controller@48056000 {
+> +		sdma: dma-controller at 48056000 {
 > +			compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
 > +			reg = <0x48056000 0x1000>;
 > +			interrupts = <12>,
@@ -145,7 +145,7 @@ Benoit
 > +			#dma-requests = <96>;
 > +		};
 > +
->  		omap3_pmx_core: pinmux@48002030 {
+>  		omap3_pmx_core: pinmux at 48002030 {
 >  			compatible = "ti,omap3-padconf", "pinctrl-single";
 >  			reg = <0x48002030 0x05cc>;
 > @@ -192,6 +204,16 @@
@@ -164,7 +164,7 @@ Benoit
 > +				    "tx2", "rx2", "tx3", "rx3";
 >  		};
 >  
->  		mcspi2: spi@4809a000 {
+>  		mcspi2: spi at 4809a000 {
 > @@ -200,6 +222,11 @@
 >  			#size-cells = <0>;
 >  			ti,hwmods = "mcspi2";
@@ -176,7 +176,7 @@ Benoit
 > +			dma-names = "tx0", "rx0", "tx1", "rx1";
 >  		};
 >  
->  		mcspi3: spi@480b8000 {
+>  		mcspi3: spi at 480b8000 {
 > @@ -208,6 +235,11 @@
 >  			#size-cells = <0>;
 >  			ti,hwmods = "mcspi3";
@@ -188,7 +188,7 @@ Benoit
 > +			dma-names = "tx0", "rx0", "tx1", "rx1";
 >  		};
 >  
->  		mcspi4: spi@480ba000 {
+>  		mcspi4: spi at 480ba000 {
 > @@ -216,22 +248,30 @@
 >  			#size-cells = <0>;
 >  			ti,hwmods = "mcspi4";
@@ -197,7 +197,7 @@ Benoit
 > +			dma-names = "tx0", "rx0";
 >  		};
 >  
->  		mmc1: mmc@4809c000 {
+>  		mmc1: mmc at 4809c000 {
 >  			compatible = "ti,omap3-hsmmc";
 >  			ti,hwmods = "mmc1";
 >  			ti,dual-volt;
@@ -205,21 +205,21 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc2: mmc@480b4000 {
+>  		mmc2: mmc at 480b4000 {
 >  			compatible = "ti,omap3-hsmmc";
 >  			ti,hwmods = "mmc2";
 > +			dmas = <&sdma 47>, <&sdma 48>;
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc3: mmc@480ad000 {
+>  		mmc3: mmc at 480ad000 {
 >  			compatible = "ti,omap3-hsmmc";
 >  			ti,hwmods = "mmc3";
 > +			dmas = <&sdma 77>, <&sdma 78>;
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		wdt2: wdt@48314000 {
+>  		wdt2: wdt at 48314000 {
 > diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
 > index 739bb79..827f6f3 100644
 > --- a/arch/arm/boot/dts/omap4.dtsi
@@ -228,7 +228,7 @@ Benoit
 >  			pinctrl-single,function-mask = <0x7fff>;
 >  		};
 >  
-> +		sdma: dma-controller@4A056000 {
+> +		sdma: dma-controller at 4A056000 {
 > +			compatible = "ti,omap4430-sdma";
 > +			reg = <0x4A056000 0x1000>;
 > +			interrupts = <0 12 0x4>,
@@ -240,7 +240,7 @@ Benoit
 > +			#dma-requests = <127>;
 > +		};
 > +
->  		gpio1: gpio@4a310000 {
+>  		gpio1: gpio at 4a310000 {
 >  			compatible = "ti,omap4-gpio";
 >  			reg = <0x4a310000 0x200>;
 > @@ -260,6 +272,16 @@
@@ -259,7 +259,7 @@ Benoit
 > +				    "tx2", "rx2", "tx3", "rx3";
 >  		};
 >  
->  		mcspi2: spi@4809a000 {
+>  		mcspi2: spi at 4809a000 {
 > @@ -270,6 +292,11 @@
 >  			#size-cells = <0>;
 >  			ti,hwmods = "mcspi2";
@@ -271,7 +271,7 @@ Benoit
 > +			dma-names = "tx0", "rx0", "tx1", "rx1";
 >  		};
 >  
->  		mcspi3: spi@480b8000 {
+>  		mcspi3: spi at 480b8000 {
 > @@ -280,6 +307,8 @@
 >  			#size-cells = <0>;
 >  			ti,hwmods = "mcspi3";
@@ -280,7 +280,7 @@ Benoit
 > +			dma-names = "tx0", "rx0";
 >  		};
 >  
->  		mcspi4: spi@480ba000 {
+>  		mcspi4: spi at 480ba000 {
 > @@ -290,6 +319,8 @@
 >  			#size-cells = <0>;
 >  			ti,hwmods = "mcspi4";
@@ -289,7 +289,7 @@ Benoit
 > +			dma-names = "tx0", "rx0";
 >  		};
 >  
->  		mmc1: mmc@4809c000 {
+>  		mmc1: mmc at 4809c000 {
 > @@ -299,6 +330,8 @@
 >  			ti,hwmods = "mmc1";
 >  			ti,dual-volt;
@@ -298,7 +298,7 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc2: mmc@480b4000 {
+>  		mmc2: mmc at 480b4000 {
 > @@ -307,6 +340,8 @@
 >  			interrupts = <0 86 0x4>;
 >  			ti,hwmods = "mmc2";
@@ -307,7 +307,7 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc3: mmc@480ad000 {
+>  		mmc3: mmc at 480ad000 {
 > @@ -315,6 +350,8 @@
 >  			interrupts = <0 94 0x4>;
 >  			ti,hwmods = "mmc3";
@@ -316,7 +316,7 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc4: mmc@480d1000 {
+>  		mmc4: mmc at 480d1000 {
 > @@ -323,6 +360,8 @@
 >  			interrupts = <0 96 0x4>;
 >  			ti,hwmods = "mmc4";
@@ -325,7 +325,7 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc5: mmc@480d5000 {
+>  		mmc5: mmc at 480d5000 {
 > @@ -331,6 +370,8 @@
 >  			interrupts = <0 59 0x4>;
 >  			ti,hwmods = "mmc5";
@@ -334,7 +334,7 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		wdt2: wdt@4a314000 {
+>  		wdt2: wdt at 4a314000 {
 > diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
 > index 9e182a9..06d21d6 100644
 > --- a/arch/arm/boot/dts/omap5.dtsi
@@ -343,7 +343,7 @@ Benoit
 >  			      <0x48212000 0x1000>;
 >  		};
 >  
-> +		sdma: dma-controller@4A056000 {
+> +		sdma: dma-controller at 4A056000 {
 > +			compatible = "ti,omap4430-sdma";
 > +			reg = <0x4A056000 0x1000>;
 > +			interrupts = <0 12 0x4>,
@@ -355,7 +355,7 @@ Benoit
 > +			#dma-requests = <127>;
 > +		};
 > +
->  		gpio1: gpio@4ae10000 {
+>  		gpio1: gpio at 4ae10000 {
 >  			compatible = "ti,omap4-gpio";
 >  			reg = <0x4ae10000 0x200>;
 > @@ -249,6 +261,16 @@
@@ -374,7 +374,7 @@ Benoit
 > +				    "tx2", "rx2", "tx3", "rx3";
 >  		};
 >  
->  		mcspi2: spi@4809a000 {
+>  		mcspi2: spi at 4809a000 {
 > @@ -259,6 +281,11 @@
 >  			#size-cells = <0>;
 >  			ti,hwmods = "mcspi2";
@@ -386,7 +386,7 @@ Benoit
 > +			dma-names = "tx0", "rx0", "tx1", "rx1";
 >  		};
 >  
->  		mcspi3: spi@480b8000 {
+>  		mcspi3: spi at 480b8000 {
 > @@ -269,6 +296,8 @@
 >  			#size-cells = <0>;
 >  			ti,hwmods = "mcspi3";
@@ -395,7 +395,7 @@ Benoit
 > +			dma-names = "tx0", "rx0";
 >  		};
 >  
->  		mcspi4: spi@480ba000 {
+>  		mcspi4: spi at 480ba000 {
 > @@ -279,6 +308,8 @@
 >  			#size-cells = <0>;
 >  			ti,hwmods = "mcspi4";
@@ -404,7 +404,7 @@ Benoit
 > +			dma-names = "tx0", "rx0";
 >  		};
 >  
->  		uart1: serial@4806a000 {
+>  		uart1: serial at 4806a000 {
 > @@ -336,6 +367,8 @@
 >  			ti,hwmods = "mmc1";
 >  			ti,dual-volt;
@@ -413,7 +413,7 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc2: mmc@480b4000 {
+>  		mmc2: mmc at 480b4000 {
 > @@ -344,6 +377,8 @@
 >  			interrupts = <0 86 0x4>;
 >  			ti,hwmods = "mmc2";
@@ -422,7 +422,7 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc3: mmc@480ad000 {
+>  		mmc3: mmc at 480ad000 {
 > @@ -352,6 +387,8 @@
 >  			interrupts = <0 94 0x4>;
 >  			ti,hwmods = "mmc3";
@@ -431,7 +431,7 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc4: mmc@480d1000 {
+>  		mmc4: mmc at 480d1000 {
 > @@ -360,6 +397,8 @@
 >  			interrupts = <0 96 0x4>;
 >  			ti,hwmods = "mmc4";
@@ -440,7 +440,7 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		mmc5: mmc@480d5000 {
+>  		mmc5: mmc at 480d5000 {
 > @@ -368,6 +407,8 @@
 >  			interrupts = <0 59 0x4>;
 >  			ti,hwmods = "mmc5";
@@ -449,5 +449,5 @@ Benoit
 > +			dma-names = "tx", "rx";
 >  		};
 >  
->  		keypad: keypad@4ae1c000 {
+>  		keypad: keypad at 4ae1c000 {
 >
diff --git a/a/content_digest b/N1/content_digest
index d82f1be..5d2c8ce 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,9 @@
  "ref\01361903244-19837-1-git-send-email-jon-hunter@ti.com\0"
  "ref\01361903244-19837-2-git-send-email-jon-hunter@ti.com\0"
- "From\0Benoit Cousson <b-cousson@ti.com>\0"
- "Subject\0Re: [PATCH V3 1/2] ARM: dts: OMAP2+: Add SDMA controller bindings and nodes\0"
+ "From\0b-cousson@ti.com (Benoit Cousson)\0"
+ "Subject\0[PATCH V3 1/2] ARM: dts: OMAP2+: Add SDMA controller bindings and nodes\0"
  "Date\0Tue, 12 Mar 2013 12:00:51 +0100\0"
- "To\0Jon Hunter <jon-hunter@ti.com>\0"
- "Cc\0Rob Herring <rob.herring@calxeda.com>"
-  Grant Likely <grant.likely@secretlab.ca>
-  Tony Lindgren <tony@atomide.com>
-  Vinod Koul <vinod.koul@intel.com>
-  Russell King <linux@arm.linux.org.uk>
-  device-tree <devicetree-discuss@lists.ozlabs.org>
-  linux-omap <linux-omap@vger.kernel.org>
-  linux-arm <linux-arm-kernel@lists.infradead.org>
- " Sebastien Guiriec <s-guiriec@ti.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "+ Seb G.\n"
@@ -78,7 +69,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tsdma: dma-controller@4A056000 {\n"
+ "> +\tsdma: dma-controller at 4A056000 {\n"
  "> +\t\tcompatible = \"ti,omap-sdma\";\n"
  "> +\t\treg = <0x4A056000 0x1000>;\n"
  "\n"
@@ -112,7 +103,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tmmc1: mmc@4809c000 {\n"
+ "> +\tmmc1: mmc at 4809c000 {\n"
  "> +\t\t...\n"
  "> +\t\tdmas = <&sdma 61>,\t/* TX channel */\n"
  "> +\t\t       <&sdma 62>;\t/* RX channel */\n"
@@ -127,7 +118,7 @@
  ">  \t\t\treg = <0x480FE000 0x1000>;\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\tsdma: dma-controller@48056000 {\n"
+ "> +\t\tsdma: dma-controller at 48056000 {\n"
  "> +\t\t\tcompatible = \"ti,omap2430-sdma\", \"ti,omap2420-sdma\";\n"
  "> +\t\t\treg = <0x48056000 0x1000>;\n"
  "> +\t\t\tinterrupts = <12>,\n"
@@ -139,7 +130,7 @@
  "> +\t\t\t#dma-requests = <64>;\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\tuart1: serial@4806a000 {\n"
+ ">  \t\tuart1: serial at 4806a000 {\n"
  ">  \t\t\tcompatible = \"ti,omap2-uart\";\n"
  ">  \t\t\tti,hwmods = \"uart1\";\n"
  "> diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi\n"
@@ -150,7 +141,7 @@
  ">  \t\t\treg = <0x48200000 0x1000>;\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\tsdma: dma-controller@48056000 {\n"
+ "> +\t\tsdma: dma-controller at 48056000 {\n"
  "> +\t\t\tcompatible = \"ti,omap3630-sdma\", \"ti,omap3430-sdma\";\n"
  "> +\t\t\treg = <0x48056000 0x1000>;\n"
  "> +\t\t\tinterrupts = <12>,\n"
@@ -162,7 +153,7 @@
  "> +\t\t\t#dma-requests = <96>;\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\tomap3_pmx_core: pinmux@48002030 {\n"
+ ">  \t\tomap3_pmx_core: pinmux at 48002030 {\n"
  ">  \t\t\tcompatible = \"ti,omap3-padconf\", \"pinctrl-single\";\n"
  ">  \t\t\treg = <0x48002030 0x05cc>;\n"
  "> @@ -192,6 +204,16 @@\n"
@@ -181,7 +172,7 @@
  "> +\t\t\t\t    \"tx2\", \"rx2\", \"tx3\", \"rx3\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmcspi2: spi@4809a000 {\n"
+ ">  \t\tmcspi2: spi at 4809a000 {\n"
  "> @@ -200,6 +222,11 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \t\t\tti,hwmods = \"mcspi2\";\n"
@@ -193,7 +184,7 @@
  "> +\t\t\tdma-names = \"tx0\", \"rx0\", \"tx1\", \"rx1\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmcspi3: spi@480b8000 {\n"
+ ">  \t\tmcspi3: spi at 480b8000 {\n"
  "> @@ -208,6 +235,11 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \t\t\tti,hwmods = \"mcspi3\";\n"
@@ -205,7 +196,7 @@
  "> +\t\t\tdma-names = \"tx0\", \"rx0\", \"tx1\", \"rx1\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmcspi4: spi@480ba000 {\n"
+ ">  \t\tmcspi4: spi at 480ba000 {\n"
  "> @@ -216,22 +248,30 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \t\t\tti,hwmods = \"mcspi4\";\n"
@@ -214,7 +205,7 @@
  "> +\t\t\tdma-names = \"tx0\", \"rx0\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc1: mmc@4809c000 {\n"
+ ">  \t\tmmc1: mmc at 4809c000 {\n"
  ">  \t\t\tcompatible = \"ti,omap3-hsmmc\";\n"
  ">  \t\t\tti,hwmods = \"mmc1\";\n"
  ">  \t\t\tti,dual-volt;\n"
@@ -222,21 +213,21 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc2: mmc@480b4000 {\n"
+ ">  \t\tmmc2: mmc at 480b4000 {\n"
  ">  \t\t\tcompatible = \"ti,omap3-hsmmc\";\n"
  ">  \t\t\tti,hwmods = \"mmc2\";\n"
  "> +\t\t\tdmas = <&sdma 47>, <&sdma 48>;\n"
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc3: mmc@480ad000 {\n"
+ ">  \t\tmmc3: mmc at 480ad000 {\n"
  ">  \t\t\tcompatible = \"ti,omap3-hsmmc\";\n"
  ">  \t\t\tti,hwmods = \"mmc3\";\n"
  "> +\t\t\tdmas = <&sdma 77>, <&sdma 78>;\n"
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\twdt2: wdt@48314000 {\n"
+ ">  \t\twdt2: wdt at 48314000 {\n"
  "> diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi\n"
  "> index 739bb79..827f6f3 100644\n"
  "> --- a/arch/arm/boot/dts/omap4.dtsi\n"
@@ -245,7 +236,7 @@
  ">  \t\t\tpinctrl-single,function-mask = <0x7fff>;\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\tsdma: dma-controller@4A056000 {\n"
+ "> +\t\tsdma: dma-controller at 4A056000 {\n"
  "> +\t\t\tcompatible = \"ti,omap4430-sdma\";\n"
  "> +\t\t\treg = <0x4A056000 0x1000>;\n"
  "> +\t\t\tinterrupts = <0 12 0x4>,\n"
@@ -257,7 +248,7 @@
  "> +\t\t\t#dma-requests = <127>;\n"
  "> +\t\t};\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"
  "> @@ -260,6 +272,16 @@\n"
@@ -276,7 +267,7 @@
  "> +\t\t\t\t    \"tx2\", \"rx2\", \"tx3\", \"rx3\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmcspi2: spi@4809a000 {\n"
+ ">  \t\tmcspi2: spi at 4809a000 {\n"
  "> @@ -270,6 +292,11 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \t\t\tti,hwmods = \"mcspi2\";\n"
@@ -288,7 +279,7 @@
  "> +\t\t\tdma-names = \"tx0\", \"rx0\", \"tx1\", \"rx1\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmcspi3: spi@480b8000 {\n"
+ ">  \t\tmcspi3: spi at 480b8000 {\n"
  "> @@ -280,6 +307,8 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \t\t\tti,hwmods = \"mcspi3\";\n"
@@ -297,7 +288,7 @@
  "> +\t\t\tdma-names = \"tx0\", \"rx0\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmcspi4: spi@480ba000 {\n"
+ ">  \t\tmcspi4: spi at 480ba000 {\n"
  "> @@ -290,6 +319,8 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \t\t\tti,hwmods = \"mcspi4\";\n"
@@ -306,7 +297,7 @@
  "> +\t\t\tdma-names = \"tx0\", \"rx0\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc1: mmc@4809c000 {\n"
+ ">  \t\tmmc1: mmc at 4809c000 {\n"
  "> @@ -299,6 +330,8 @@\n"
  ">  \t\t\tti,hwmods = \"mmc1\";\n"
  ">  \t\t\tti,dual-volt;\n"
@@ -315,7 +306,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc2: mmc@480b4000 {\n"
+ ">  \t\tmmc2: mmc at 480b4000 {\n"
  "> @@ -307,6 +340,8 @@\n"
  ">  \t\t\tinterrupts = <0 86 0x4>;\n"
  ">  \t\t\tti,hwmods = \"mmc2\";\n"
@@ -324,7 +315,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc3: mmc@480ad000 {\n"
+ ">  \t\tmmc3: mmc at 480ad000 {\n"
  "> @@ -315,6 +350,8 @@\n"
  ">  \t\t\tinterrupts = <0 94 0x4>;\n"
  ">  \t\t\tti,hwmods = \"mmc3\";\n"
@@ -333,7 +324,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc4: mmc@480d1000 {\n"
+ ">  \t\tmmc4: mmc at 480d1000 {\n"
  "> @@ -323,6 +360,8 @@\n"
  ">  \t\t\tinterrupts = <0 96 0x4>;\n"
  ">  \t\t\tti,hwmods = \"mmc4\";\n"
@@ -342,7 +333,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc5: mmc@480d5000 {\n"
+ ">  \t\tmmc5: mmc at 480d5000 {\n"
  "> @@ -331,6 +370,8 @@\n"
  ">  \t\t\tinterrupts = <0 59 0x4>;\n"
  ">  \t\t\tti,hwmods = \"mmc5\";\n"
@@ -351,7 +342,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\twdt2: wdt@4a314000 {\n"
+ ">  \t\twdt2: wdt at 4a314000 {\n"
  "> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi\n"
  "> index 9e182a9..06d21d6 100644\n"
  "> --- a/arch/arm/boot/dts/omap5.dtsi\n"
@@ -360,7 +351,7 @@
  ">  \t\t\t      <0x48212000 0x1000>;\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\tsdma: dma-controller@4A056000 {\n"
+ "> +\t\tsdma: dma-controller at 4A056000 {\n"
  "> +\t\t\tcompatible = \"ti,omap4430-sdma\";\n"
  "> +\t\t\treg = <0x4A056000 0x1000>;\n"
  "> +\t\t\tinterrupts = <0 12 0x4>,\n"
@@ -372,7 +363,7 @@
  "> +\t\t\t#dma-requests = <127>;\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\tgpio1: gpio@4ae10000 {\n"
+ ">  \t\tgpio1: gpio at 4ae10000 {\n"
  ">  \t\t\tcompatible = \"ti,omap4-gpio\";\n"
  ">  \t\t\treg = <0x4ae10000 0x200>;\n"
  "> @@ -249,6 +261,16 @@\n"
@@ -391,7 +382,7 @@
  "> +\t\t\t\t    \"tx2\", \"rx2\", \"tx3\", \"rx3\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmcspi2: spi@4809a000 {\n"
+ ">  \t\tmcspi2: spi at 4809a000 {\n"
  "> @@ -259,6 +281,11 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \t\t\tti,hwmods = \"mcspi2\";\n"
@@ -403,7 +394,7 @@
  "> +\t\t\tdma-names = \"tx0\", \"rx0\", \"tx1\", \"rx1\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmcspi3: spi@480b8000 {\n"
+ ">  \t\tmcspi3: spi at 480b8000 {\n"
  "> @@ -269,6 +296,8 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \t\t\tti,hwmods = \"mcspi3\";\n"
@@ -412,7 +403,7 @@
  "> +\t\t\tdma-names = \"tx0\", \"rx0\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmcspi4: spi@480ba000 {\n"
+ ">  \t\tmcspi4: spi at 480ba000 {\n"
  "> @@ -279,6 +308,8 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \t\t\tti,hwmods = \"mcspi4\";\n"
@@ -421,7 +412,7 @@
  "> +\t\t\tdma-names = \"tx0\", \"rx0\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tuart1: serial@4806a000 {\n"
+ ">  \t\tuart1: serial at 4806a000 {\n"
  "> @@ -336,6 +367,8 @@\n"
  ">  \t\t\tti,hwmods = \"mmc1\";\n"
  ">  \t\t\tti,dual-volt;\n"
@@ -430,7 +421,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc2: mmc@480b4000 {\n"
+ ">  \t\tmmc2: mmc at 480b4000 {\n"
  "> @@ -344,6 +377,8 @@\n"
  ">  \t\t\tinterrupts = <0 86 0x4>;\n"
  ">  \t\t\tti,hwmods = \"mmc2\";\n"
@@ -439,7 +430,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc3: mmc@480ad000 {\n"
+ ">  \t\tmmc3: mmc at 480ad000 {\n"
  "> @@ -352,6 +387,8 @@\n"
  ">  \t\t\tinterrupts = <0 94 0x4>;\n"
  ">  \t\t\tti,hwmods = \"mmc3\";\n"
@@ -448,7 +439,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc4: mmc@480d1000 {\n"
+ ">  \t\tmmc4: mmc at 480d1000 {\n"
  "> @@ -360,6 +397,8 @@\n"
  ">  \t\t\tinterrupts = <0 96 0x4>;\n"
  ">  \t\t\tti,hwmods = \"mmc4\";\n"
@@ -457,7 +448,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmmc5: mmc@480d5000 {\n"
+ ">  \t\tmmc5: mmc at 480d5000 {\n"
  "> @@ -368,6 +407,8 @@\n"
  ">  \t\t\tinterrupts = <0 59 0x4>;\n"
  ">  \t\t\tti,hwmods = \"mmc5\";\n"
@@ -466,7 +457,7 @@
  "> +\t\t\tdma-names = \"tx\", \"rx\";\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tkeypad: keypad@4ae1c000 {\n"
+ ">  \t\tkeypad: keypad at 4ae1c000 {\n"
  >
 
-c91b6d35feac5fd84b539d2cc565a48da5b332e160b05e8d5d7b5ecb218a82b0
+db37af86dbab6c95f2edf1341dcaa8d3fdf74bdabf54fb80c8afa3bfb36575cc

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.