All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52C5F69B.7040802@overkiz.com>

diff --git a/a/1.txt b/N1/1.txt
index 3ff225f..25baa41 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Hello JJ,
 
-On 31/12/2013 17:32, jjhiblot at traphandler.com wrote:
+On 31/12/2013 17:32, jjhiblot@traphandler.com wrote:
 > From: jean-jacques hiblot <jean-jacques.hiblot@jdsu.com>
 >
 > This patch implements the basics to boot a at91sam9261ek with a dt-enabled
@@ -85,7 +85,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +			#size-cells = <1>;
 > +			ranges;
 > +
-> +			aic: interrupt-controller at fffff000 {
+> +			aic: interrupt-controller@fffff000 {
 > +				#interrupt-cells = <3>;
 > +				compatible = "atmel,at91rm9200-aic";
 > +				interrupt-controller;
@@ -93,23 +93,23 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				atmel,external-irqs = <29 30 31>;
 > +			};
 > +
-> +			pmc: pmc at fffffc00 {
+> +			pmc: pmc@fffffc00 {
 > +				compatible = "atmel,at91rm9200-pmc";
 > +				reg = <0xfffffc00 0x100>;
 > +			};
 > +
-> +			ramc: ramc at ffffea00 {
+> +			ramc: ramc@ffffea00 {
 > +				compatible = "atmel,at91sam9260-sdramc";
 > +				reg = <0xffffea00 0x200>;
 > +			};
 > +
-> +			pit: timer at fffffd30 {
+> +			pit: timer@fffffd30 {
 > +				compatible = "atmel,at91sam9260-pit";
 > +				reg = <0xfffffd30 0xf>;
 > +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
 > +			};
 > +
-> +			tcb0: timer at fffa0000 {
+> +			tcb0: timer@fffa0000 {
 > +				compatible = "atmel,at91rm9200-tcb";
 > +				reg = <0xfffa0000 0x100>;
 > +				interrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0
@@ -119,17 +119,17 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			rstc at fffffd00 {
+> +			rstc@fffffd00 {
 > +				compatible = "atmel,at91sam9260-rstc";
 > +				reg = <0xfffffd00 0x10>;
 > +			};
 > +
-> +			shdwc at fffffd10 {
+> +			shdwc@fffffd10 {
 > +				compatible = "atmel,at91sam9260-shdwc";
 > +				reg = <0xfffffd10 0x10>;
 > +			};
 > +
-> +			pinctrl at fffff400 {
+> +			pinctrl@fffff400 {
 > +				#address-cells = <1>;
 > +				#size-cells = <1>;
 > +				compatible = "atmel,at91rm9200-pinctrl", "simple-bus";
@@ -321,7 +321,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +					};
 > +				};
 > +
-> +				pioA: gpio at fffff400 {
+> +				pioA: gpio@fffff400 {
 > +					compatible = "atmel,at91rm9200-gpio";
 > +					reg = <0xfffff400 0x200>;
 > +					interrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -331,7 +331,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +					#interrupt-cells = <2>;
 > +				};
 > +
-> +				pioB: gpio at fffff600 {
+> +				pioB: gpio@fffff600 {
 > +					compatible = "atmel,at91rm9200-gpio";
 > +					reg = <0xfffff600 0x200>;
 > +					interrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -341,7 +341,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +					#interrupt-cells = <2>;
 > +				};
 > +
-> +				pioC: gpio at fffff800 {
+> +				pioC: gpio@fffff800 {
 > +					compatible = "atmel,at91rm9200-gpio";
 > +					reg = <0xfffff800 0x200>;
 > +					interrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -352,7 +352,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				};
 > +			};
 > +
-> +			dbgu: serial at fffff200 {
+> +			dbgu: serial@fffff200 {
 > +				compatible = "atmel,at91sam9260-usart";
 > +				reg = <0xfffff200 0x200>;
 > +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -361,7 +361,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			usart0: serial at fffb0000 {
+> +			usart0: serial@fffb0000 {
 > +				compatible = "atmel,at91sam9260-usart";
 > +				reg = <0xfffb0000 0x200>;
 > +				interrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -372,7 +372,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			usart1: serial at ffffb400 {
+> +			usart1: serial@ffffb400 {
 > +				compatible = "atmel,at91sam9260-usart";
 > +				reg = <0xfffb4000 0x200>;
 > +				interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -383,7 +383,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			usart2: serial at fff94000 {
+> +			usart2: serial@fff94000 {
 > +				compatible = "atmel,at91sam9260-usart";
 > +				reg = <0xfffb8000 0x200>;
 > +				interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -394,7 +394,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			ssc0: ssc at fffbc000 {
+> +			ssc0: ssc@fffbc000 {
 > +				compatible = "atmel,at91rm9200-ssc";
 > +				reg = <0xfffbc000 0x4000>;
 > +				interrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -403,7 +403,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			ssc1: ssc at fffc0000 {
+> +			ssc1: ssc@fffc0000 {
 > +				compatible = "atmel,at91rm9200-ssc";
 > +				reg = <0xfffc0000 0x4000>;
 > +				interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -412,14 +412,14 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			usb1: gadget at fffa4000 {
+> +			usb1: gadget@fffa4000 {
 > +				compatible = "atmel,at91rm9200-udc";
 > +				reg = <0xfffa4000 0x4000>;
 > +				interrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;
 > +				status = "disabled";
 > +			};
 > +
-> +			i2c0: i2c at fffac000 {
+> +			i2c0: i2c@fffac000 {
 > +				compatible = "atmel,at91sam9261-i2c";
 > +				reg = <0xfffac000 0x100>;
 > +				interrupts = <11 IRQ_TYPE_LEVEL_HIGH 6>;
@@ -428,7 +428,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			mmc0: mmc at fffa8000 {
+> +			mmc0: mmc@fffa8000 {
 > +				compatible = "atmel,hsmci";
 > +				reg = <0xfffa8000 0x600>;
 > +				interrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -437,13 +437,13 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			watchdog at fffffd40 {
+> +			watchdog@fffffd40 {
 > +				compatible = "atmel,at91sam9260-wdt";
 > +				reg = <0xfffffd40 0x10>;
 > +				status = "disabled";
 > +			};
 > +
-> +			spi0: spi at fffc8000 {
+> +			spi0: spi@fffc8000 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				compatible = "atmel,at91rm9200-spi";
@@ -454,7 +454,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +				status = "disabled";
 > +			};
 > +
-> +			spi1: spi at fffcc000 {
+> +			spi1: spi@fffcc000 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				compatible = "atmel,at91rm9200-spi";
@@ -466,7 +466,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +			};
 > +		};
 > +
-> +		nand0: nand at 40000000 {
+> +		nand0: nand@40000000 {
 > +			compatible = "atmel,at91rm9200-nand";
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
@@ -483,7 +483,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +			status = "disabled";
 > +		};
 > +
-> +		usb0: ohci at 00500000 {
+> +		usb0: ohci@00500000 {
 > +			compatible = "atmel,at91rm9200-ohci", "usb-ohci";
 > +			reg = <0x00500000 0x100000>;
 > +			interrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>;
@@ -491,7 +491,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +		};
 > +	};
 > +
-> +	i2c at 0 {
+> +	i2c@0 {
 > +		compatible = "i2c-gpio";
 > +		gpios = <&pioA 7 GPIO_ACTIVE_HIGH /* sda */
 > +			 &pioA 8 GPIO_ACTIVE_HIGH /* scl */
@@ -537,7 +537,7 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +		#size-cells = <1>;
 > +		ranges;
 > +
-> +		main_clock: clock at 0 {
+> +		main_clock: clock@0 {
 > +			compatible = "atmel,osc", "fixed-clock";
 > +			clock-frequency = <18432000>;
 > +		};
@@ -545,21 +545,21 @@ Just a nitpick, but I guess it would be cleaner to split this patch:
 > +
 > +	ahb {
 > +		apb {
-> +			dbgu: serial at fffff200 {
+> +			dbgu: serial@fffff200 {
 > +				status = "okay";
 > +			};
 > +
-> +			watchdog at fffffd40 {
+> +			watchdog@fffffd40 {
 > +				status = "okay";
 > +			};
 > +		};
 > +
-> +		nand0: nand at 40000000 {
+> +		nand0: nand@40000000 {
 > +			nand-bus-width = <8>;
 > +			nand-ecc-mode = "soft";
 > +			nand-on-flash-bbt = <1>;
 > +			status = "okay";
-> +			at91bootstrap at 0 {
+> +			at91bootstrap@0 {
 > +				label = "at91bootstrap";
 > +				reg = <0x0 0x20000>;
 > +			};
diff --git a/a/content_digest b/N1/content_digest
index b55b9e4..a7244b9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,18 @@
  "ref\01388507534-10570-1-git-send-email-jjhiblot@traphandler.com\0"
  "ref\01388507534-10570-2-git-send-email-jjhiblot@traphandler.com\0"
- "From\0b.brezillon@overkiz.com (boris brezillon)\0"
- "Subject\0[PATCH 1/6] Basic Device Tree support for the at91sam9261\0"
+ "From\0boris brezillon <b.brezillon@overkiz.com>\0"
+ "Subject\0Re: [PATCH 1/6] Basic Device Tree support for the at91sam9261\0"
  "Date\0Fri, 03 Jan 2014 00:30:35 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0jjhiblot@traphandler.com"
+ " nicolas.ferre@atmel.com\0"
+ "Cc\0jean-jacques hiblot <jean-jacques.hiblot@jdsu.com>"
+  linux-kernel@vger.kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hello JJ,\n"
  "\n"
- "On 31/12/2013 17:32, jjhiblot at traphandler.com wrote:\n"
+ "On 31/12/2013 17:32, jjhiblot@traphandler.com wrote:\n"
  "> From: jean-jacques hiblot <jean-jacques.hiblot@jdsu.com>\n"
  ">\n"
  "> This patch implements the basics to boot a at91sam9261ek with a dt-enabled\n"
@@ -93,7 +97,7 @@
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\t\t\tranges;\n"
  "> +\n"
- "> +\t\t\taic: interrupt-controller at fffff000 {\n"
+ "> +\t\t\taic: interrupt-controller@fffff000 {\n"
  "> +\t\t\t\t#interrupt-cells = <3>;\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-aic\";\n"
  "> +\t\t\t\tinterrupt-controller;\n"
@@ -101,23 +105,23 @@
  "> +\t\t\t\tatmel,external-irqs = <29 30 31>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpmc: pmc at fffffc00 {\n"
+ "> +\t\t\tpmc: pmc@fffffc00 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-pmc\";\n"
  "> +\t\t\t\treg = <0xfffffc00 0x100>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tramc: ramc at ffffea00 {\n"
+ "> +\t\t\tramc: ramc@ffffea00 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-sdramc\";\n"
  "> +\t\t\t\treg = <0xffffea00 0x200>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpit: timer at fffffd30 {\n"
+ "> +\t\t\tpit: timer@fffffd30 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-pit\";\n"
  "> +\t\t\t\treg = <0xfffffd30 0xf>;\n"
  "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\ttcb0: timer at fffa0000 {\n"
+ "> +\t\t\ttcb0: timer@fffa0000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-tcb\";\n"
  "> +\t\t\t\treg = <0xfffa0000 0x100>;\n"
  "> +\t\t\t\tinterrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0\n"
@@ -127,17 +131,17 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\trstc at fffffd00 {\n"
+ "> +\t\t\trstc@fffffd00 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-rstc\";\n"
  "> +\t\t\t\treg = <0xfffffd00 0x10>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tshdwc at fffffd10 {\n"
+ "> +\t\t\tshdwc@fffffd10 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-shdwc\";\n"
  "> +\t\t\t\treg = <0xfffffd10 0x10>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpinctrl at fffff400 {\n"
+ "> +\t\t\tpinctrl@fffff400 {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <1>;\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-pinctrl\", \"simple-bus\";\n"
@@ -329,7 +333,7 @@
  "> +\t\t\t\t\t};\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpioA: gpio at fffff400 {\n"
+ "> +\t\t\t\tpioA: gpio@fffff400 {\n"
  "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n"
  "> +\t\t\t\t\treg = <0xfffff400 0x200>;\n"
  "> +\t\t\t\t\tinterrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>;\n"
@@ -339,7 +343,7 @@
  "> +\t\t\t\t\t#interrupt-cells = <2>;\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpioB: gpio at fffff600 {\n"
+ "> +\t\t\t\tpioB: gpio@fffff600 {\n"
  "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n"
  "> +\t\t\t\t\treg = <0xfffff600 0x200>;\n"
  "> +\t\t\t\t\tinterrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>;\n"
@@ -349,7 +353,7 @@
  "> +\t\t\t\t\t#interrupt-cells = <2>;\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpioC: gpio at fffff800 {\n"
+ "> +\t\t\t\tpioC: gpio@fffff800 {\n"
  "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n"
  "> +\t\t\t\t\treg = <0xfffff800 0x200>;\n"
  "> +\t\t\t\t\tinterrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>;\n"
@@ -360,7 +364,7 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tdbgu: serial at fffff200 {\n"
+ "> +\t\t\tdbgu: serial@fffff200 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n"
  "> +\t\t\t\treg = <0xfffff200 0x200>;\n"
  "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n"
@@ -369,7 +373,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusart0: serial at fffb0000 {\n"
+ "> +\t\t\tusart0: serial@fffb0000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n"
  "> +\t\t\t\treg = <0xfffb0000 0x200>;\n"
  "> +\t\t\t\tinterrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -380,7 +384,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusart1: serial at ffffb400 {\n"
+ "> +\t\t\tusart1: serial@ffffb400 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n"
  "> +\t\t\t\treg = <0xfffb4000 0x200>;\n"
  "> +\t\t\t\tinterrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -391,7 +395,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusart2: serial at fff94000 {\n"
+ "> +\t\t\tusart2: serial@fff94000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n"
  "> +\t\t\t\treg = <0xfffb8000 0x200>;\n"
  "> +\t\t\t\tinterrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -402,7 +406,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tssc0: ssc at fffbc000 {\n"
+ "> +\t\t\tssc0: ssc@fffbc000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-ssc\";\n"
  "> +\t\t\t\treg = <0xfffbc000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -411,7 +415,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tssc1: ssc at fffc0000 {\n"
+ "> +\t\t\tssc1: ssc@fffc0000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-ssc\";\n"
  "> +\t\t\t\treg = <0xfffc0000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -420,14 +424,14 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusb1: gadget at fffa4000 {\n"
+ "> +\t\t\tusb1: gadget@fffa4000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-udc\";\n"
  "> +\t\t\t\treg = <0xfffa4000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\ti2c0: i2c at fffac000 {\n"
+ "> +\t\t\ti2c0: i2c@fffac000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9261-i2c\";\n"
  "> +\t\t\t\treg = <0xfffac000 0x100>;\n"
  "> +\t\t\t\tinterrupts = <11 IRQ_TYPE_LEVEL_HIGH 6>;\n"
@@ -436,7 +440,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tmmc0: mmc at fffa8000 {\n"
+ "> +\t\t\tmmc0: mmc@fffa8000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,hsmci\";\n"
  "> +\t\t\t\treg = <0xfffa8000 0x600>;\n"
  "> +\t\t\t\tinterrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;\n"
@@ -445,13 +449,13 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\twatchdog at fffffd40 {\n"
+ "> +\t\t\twatchdog@fffffd40 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-wdt\";\n"
  "> +\t\t\t\treg = <0xfffffd40 0x10>;\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tspi0: spi at fffc8000 {\n"
+ "> +\t\t\tspi0: spi@fffc8000 {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-spi\";\n"
@@ -462,7 +466,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tspi1: spi at fffcc000 {\n"
+ "> +\t\t\tspi1: spi@fffcc000 {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-spi\";\n"
@@ -474,7 +478,7 @@
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tnand0: nand at 40000000 {\n"
+ "> +\t\tnand0: nand@40000000 {\n"
  "> +\t\t\tcompatible = \"atmel,at91rm9200-nand\";\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
@@ -491,7 +495,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tusb0: ohci at 00500000 {\n"
+ "> +\t\tusb0: ohci@00500000 {\n"
  "> +\t\t\tcompatible = \"atmel,at91rm9200-ohci\", \"usb-ohci\";\n"
  "> +\t\t\treg = <0x00500000 0x100000>;\n"
  "> +\t\t\tinterrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>;\n"
@@ -499,7 +503,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\ti2c at 0 {\n"
+ "> +\ti2c@0 {\n"
  "> +\t\tcompatible = \"i2c-gpio\";\n"
  "> +\t\tgpios = <&pioA 7 GPIO_ACTIVE_HIGH /* sda */\n"
  "> +\t\t\t &pioA 8 GPIO_ACTIVE_HIGH /* scl */\n"
@@ -545,7 +549,7 @@
  "> +\t\t#size-cells = <1>;\n"
  "> +\t\tranges;\n"
  "> +\n"
- "> +\t\tmain_clock: clock at 0 {\n"
+ "> +\t\tmain_clock: clock@0 {\n"
  "> +\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> +\t\t\tclock-frequency = <18432000>;\n"
  "> +\t\t};\n"
@@ -553,21 +557,21 @@
  "> +\n"
  "> +\tahb {\n"
  "> +\t\tapb {\n"
- "> +\t\t\tdbgu: serial at fffff200 {\n"
+ "> +\t\t\tdbgu: serial@fffff200 {\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\twatchdog at fffffd40 {\n"
+ "> +\t\t\twatchdog@fffffd40 {\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tnand0: nand at 40000000 {\n"
+ "> +\t\tnand0: nand@40000000 {\n"
  "> +\t\t\tnand-bus-width = <8>;\n"
  "> +\t\t\tnand-ecc-mode = \"soft\";\n"
  "> +\t\t\tnand-on-flash-bbt = <1>;\n"
  "> +\t\t\tstatus = \"okay\";\n"
- "> +\t\t\tat91bootstrap at 0 {\n"
+ "> +\t\t\tat91bootstrap@0 {\n"
  "> +\t\t\t\tlabel = \"at91bootstrap\";\n"
  "> +\t\t\t\treg = <0x0 0x20000>;\n"
  "> +\t\t\t};\n"
@@ -677,4 +681,4 @@
  "\n"
  Boris
 
-d92ffcb66b843d4abc2614f858ed1a8d8082d23a45fb9b4578a9d2a7bd2ee797
+4e9100038c0d28867a73f601439530192bdd696d59d909d4cc53e4a2e6084a46

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.