All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53206143.4010608@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index 4d17145..35a7098 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ On 03/03/2014 19:40, Alexandre Belloni :
 > On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote :
 >> This patch adds support for the Device Tree on a sam9261-based platform
 >>
->> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
+>> Signed-off-by: Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>
 >> ---
 >>  arch/arm/boot/dts/at91sam9261.dtsi | 740 +++++++++++++++++++++++++++++++++++++
 >>  arch/arm/mach-at91/at91sam9261.c   |  17 +
@@ -18,7 +18,7 @@ On 03/03/2014 19:40, Alexandre Belloni :
 >> +/*
 >> + * at91sam9261.dtsi - Device Tree Include file for AT91SAM9261 SoC
 >> + *
->> + *  Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot@traphandler.com>
+>> + *  Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>
 >> + *
 >> + * Licensed under GPLv2 only.
 >> + */
@@ -68,7 +68,7 @@ On 03/03/2014 19:40, Alexandre Belloni :
 >> +		#size-cells = <1>;
 >> +		ranges;
 >> +
->> +		usb0: ohci at 00500000 {
+>> +		usb0: ohci@00500000 {
 >> +			compatible = "atmel,at91rm9200-ohci", "usb-ohci";
 >> +			reg = <0x00500000 0x100000>;
 >> +			interrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>;
@@ -77,7 +77,7 @@ On 03/03/2014 19:40, Alexandre Belloni :
 >> +			status = "disabled";
 >> +		};
 >> +
->> +		fb0: fb at 0x00600000 {
+>> +		fb0: fb@0x00600000 {
 >> +			compatible = "atmel,at91sam9261-lcdc";
 >> +			reg = <0x00600000 0x1000>;
 >> +			interrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>;
@@ -88,7 +88,7 @@ On 03/03/2014 19:40, Alexandre Belloni :
 >> +			status = "disabled";
 >> +		};
 >> +
->> +		nand0: nand at 40000000 {
+>> +		nand0: nand@40000000 {
 >> +			compatible = "atmel,at91rm9200-nand";
 >> +			#address-cells = <1>;
 >> +			#size-cells = <1>;
@@ -117,7 +117,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +			#size-cells = <1>;
 >> +			ranges;
 >> +
->> +			tcb0: timer at fffa0000 {
+>> +			tcb0: timer@fffa0000 {
 >> +				compatible = "atmel,at91rm9200-tcb";
 >> +				reg = <0xfffa0000 0x100>;
 >> +				interrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0
@@ -128,7 +128,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				clock-names = "t0_clk", "t1_clk", "t2_clk";
 >> +			};
 >> +
->> +			usb1: gadget at fffa4000 {
+>> +			usb1: gadget@fffa4000 {
 >> +				compatible = "atmel,at91rm9200-udc";
 >> +				reg = <0xfffa4000 0x4000>;
 >> +				interrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;
@@ -137,7 +137,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			mmc0: mmc at fffa8000 {
+>> +			mmc0: mmc@fffa8000 {
 >> +				compatible = "atmel,hsmci";
 >> +				reg = <0xfffa8000 0x600>;
 >> +				interrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -150,7 +150,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			i2c0: i2c at fffac000 {
+>> +			i2c0: i2c@fffac000 {
 >> +				compatible = "atmel,at91sam9261-i2c";
 >> +				pinctrl-names = "default";
 >> +				pinctrl-0 = <&pinctrl_i2c_twi>;
@@ -162,7 +162,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			usart0: serial at fffb0000 {
+>> +			usart0: serial@fffb0000 {
 >> +				compatible = "atmel,at91sam9260-usart";
 >> +				reg = <0xfffb0000 0x200>;
 >> +				interrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -175,7 +175,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			usart1: serial at fffb4000 {
+>> +			usart1: serial@fffb4000 {
 >> +				compatible = "atmel,at91sam9260-usart";
 >> +				reg = <0xfffb4000 0x200>;
 >> +				interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -188,7 +188,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			usart2: serial at fffb8000{
+>> +			usart2: serial@fffb8000{
 >> +				compatible = "atmel,at91sam9260-usart";
 >> +				reg = <0xfffb8000 0x200>;
 >> +				interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -201,7 +201,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			ssc0: ssc at fffbc000 {
+>> +			ssc0: ssc@fffbc000 {
 >> +				compatible = "atmel,at91rm9200-ssc";
 >> +				reg = <0xfffbc000 0x4000>;
 >> +				interrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -210,7 +210,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			ssc1: ssc at fffc0000 {
+>> +			ssc1: ssc@fffc0000 {
 >> +				compatible = "atmel,at91rm9200-ssc";
 >> +				reg = <0xfffc0000 0x4000>;
 >> +				interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -219,7 +219,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			spi0: spi at fffc8000 {
+>> +			spi0: spi@fffc8000 {
 >> +				#address-cells = <1>;
 >> +				#size-cells = <0>;
 >> +				compatible = "atmel,at91rm9200-spi";
@@ -233,7 +233,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			spi1: spi at fffcc000 {
+>> +			spi1: spi@fffcc000 {
 >> +				#address-cells = <1>;
 >> +				#size-cells = <0>;
 >> +				compatible = "atmel,at91rm9200-spi";
@@ -246,17 +246,17 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			ramc: ramc at ffffea00 {
+>> +			ramc: ramc@ffffea00 {
 >> +				compatible = "atmel,at91sam9260-sdramc";
 >> +				reg = <0xffffea00 0x200>;
 >> +			};
 >> +
->> +			matrix: matrix at ffffee00 {
+>> +			matrix: matrix@ffffee00 {
 >> +				compatible = "atmel,at91sam9260-bus-matrix";
 >> +				reg = <0xffffee00 0x200>;
 >> +			};
 >> +
->> +			aic: interrupt-controller at fffff000 {
+>> +			aic: interrupt-controller@fffff000 {
 >> +				#interrupt-cells = <3>;
 >> +				compatible = "atmel,at91rm9200-aic";
 >> +				interrupt-controller;
@@ -264,7 +264,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				atmel,external-irqs = <29 30 31>;
 >> +			};
 >> +
->> +			dbgu: serial at fffff200 {
+>> +			dbgu: serial@fffff200 {
 >> +				compatible = "atmel,at91sam9260-usart";
 >> +				reg = <0xfffff200 0x200>;
 >> +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -275,7 +275,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			pinctrl at fffff400 {
+>> +			pinctrl@fffff400 {
 >> +				#address-cells = <1>;
 >> +				#size-cells = <1>;
 >> +				compatible = "atmel,at91rm9200-pinctrl", "simple-bus";
@@ -508,7 +508,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +					};
 >> +				};
 >> +
->> +				pioA: gpio at fffff400 {
+>> +				pioA: gpio@fffff400 {
 >> +					compatible = "atmel,at91rm9200-gpio";
 >> +					reg = <0xfffff400 0x200>;
 >> +					interrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -519,7 +519,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +					clocks = <&pioA_clk>;
 >> +				};
 >> +
->> +				pioB: gpio at fffff600 {
+>> +				pioB: gpio@fffff600 {
 >> +					compatible = "atmel,at91rm9200-gpio";
 >> +					reg = <0xfffff600 0x200>;
 >> +					interrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -530,7 +530,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +					clocks = <&pioB_clk>;
 >> +				};
 >> +
->> +				pioC: gpio at fffff800 {
+>> +				pioC: gpio@fffff800 {
 >> +					compatible = "atmel,at91rm9200-gpio";
 >> +					reg = <0xfffff800 0x200>;
 >> +					interrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -542,7 +542,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				};
 >> +			};
 >> +
->> +			pmc: pmc at fffffc00 {
+>> +			pmc: pmc@fffffc00 {
 >> +				compatible = "atmel,at91rm9200-pmc";
 >> +				reg = <0xfffffc00 0x100>;
 >> +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -720,24 +720,24 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				};
 >> +			};
 >> +
->> +			rstc at fffffd00 {
+>> +			rstc@fffffd00 {
 >> +				compatible = "atmel,at91sam9260-rstc";
 >> +				reg = <0xfffffd00 0x10>;
 >> +			};
 >> +
->> +			shdwc at fffffd10 {
+>> +			shdwc@fffffd10 {
 >> +				compatible = "atmel,at91sam9260-shdwc";
 >> +				reg = <0xfffffd10 0x10>;
 >> +			};
 >> +
->> +			pit: timer at fffffd30 {
+>> +			pit: timer@fffffd30 {
 >> +				compatible = "atmel,at91sam9260-pit";
 >> +				reg = <0xfffffd30 0xf>;
 >> +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
 >> +				clocks = <&mck>;
 >> +			};
 >> +
->> +			watchdog at fffffd40 {
+>> +			watchdog@fffffd40 {
 >> +				compatible = "atmel,at91sam9260-wdt";
 >> +				reg = <0xfffffd40 0x10>;
 >> +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -746,7 +746,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +		};
 >> +	};
 >> +
->> +	i2c at 0 {
+>> +	i2c@0 {
 >> +		compatible = "i2c-gpio";
 >> +		pinctrl-names = "default";
 >> +		pinctrl-0 = <&pinctrl_i2c_bitbang>;
@@ -797,3 +797,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 
 -- 
 Nicolas Ferre
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index aee89dc..7cd1866 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,26 @@
  "ref\01393841162-25339-1-git-send-email-jjhiblot@traphandler.com\0"
  "ref\01393841162-25339-5-git-send-email-jjhiblot@traphandler.com\0"
  "ref\020140303184023.GG3155@piout.net\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support\0"
+ "ref\020140303184023.GG3155-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org\0"
+ "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support\0"
  "Date\0Wed, 12 Mar 2014 14:29:39 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>\0"
+ "Cc\0Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>"
+  plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org
+  b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 03/03/2014 19:40, Alexandre Belloni :\n"
  "> On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote :\n"
  ">> This patch adds support for the Device Tree on a sam9261-based platform\n"
  ">>\n"
- ">> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>\n"
+ ">> Signed-off-by: Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>\n"
  ">> ---\n"
  ">>  arch/arm/boot/dts/at91sam9261.dtsi | 740 +++++++++++++++++++++++++++++++++++++\n"
  ">>  arch/arm/mach-at91/at91sam9261.c   |  17 +\n"
@@ -27,7 +36,7 @@
  ">> +/*\n"
  ">> + * at91sam9261.dtsi - Device Tree Include file for AT91SAM9261 SoC\n"
  ">> + *\n"
- ">> + *  Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot@traphandler.com>\n"
+ ">> + *  Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>\n"
  ">> + *\n"
  ">> + * Licensed under GPLv2 only.\n"
  ">> + */\n"
@@ -77,7 +86,7 @@
  ">> +\t\t#size-cells = <1>;\n"
  ">> +\t\tranges;\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"
@@ -86,7 +95,7 @@
  ">> +\t\t\tstatus = \"disabled\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tfb0: fb at 0x00600000 {\n"
+ ">> +\t\tfb0: fb@0x00600000 {\n"
  ">> +\t\t\tcompatible = \"atmel,at91sam9261-lcdc\";\n"
  ">> +\t\t\treg = <0x00600000 0x1000>;\n"
  ">> +\t\t\tinterrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>;\n"
@@ -97,7 +106,7 @@
  ">> +\t\t\tstatus = \"disabled\";\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"
@@ -126,7 +135,7 @@
  ">> +\t\t\t#size-cells = <1>;\n"
  ">> +\t\t\tranges;\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"
@@ -137,7 +146,7 @@
  ">> +\t\t\t\tclock-names = \"t0_clk\", \"t1_clk\", \"t2_clk\";\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"
@@ -146,7 +155,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"
@@ -159,7 +168,7 @@
  ">> +\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\tpinctrl-names = \"default\";\n"
  ">> +\t\t\t\tpinctrl-0 = <&pinctrl_i2c_twi>;\n"
@@ -171,7 +180,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"
@@ -184,7 +193,7 @@
  ">> +\t\t\t\tstatus = \"disabled\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tusart1: serial at fffb4000 {\n"
+ ">> +\t\t\tusart1: serial@fffb4000 {\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"
@@ -197,7 +206,7 @@
  ">> +\t\t\t\tstatus = \"disabled\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tusart2: serial at fffb8000{\n"
+ ">> +\t\t\tusart2: serial@fffb8000{\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"
@@ -210,7 +219,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"
@@ -219,7 +228,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"
@@ -228,7 +237,7 @@
  ">> +\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"
@@ -242,7 +251,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"
@@ -255,17 +264,17 @@
  ">> +\t\t\t\tstatus = \"disabled\";\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\tmatrix: matrix at ffffee00 {\n"
+ ">> +\t\t\tmatrix: matrix@ffffee00 {\n"
  ">> +\t\t\t\tcompatible = \"atmel,at91sam9260-bus-matrix\";\n"
  ">> +\t\t\t\treg = <0xffffee00 0x200>;\n"
  ">> +\t\t\t};\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"
@@ -273,7 +282,7 @@
  ">> +\t\t\t\tatmel,external-irqs = <29 30 31>;\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"
@@ -284,7 +293,7 @@
  ">> +\t\t\t\tstatus = \"disabled\";\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"
@@ -517,7 +526,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"
@@ -528,7 +537,7 @@
  ">> +\t\t\t\t\tclocks = <&pioA_clk>;\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"
@@ -539,7 +548,7 @@
  ">> +\t\t\t\t\tclocks = <&pioB_clk>;\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"
@@ -551,7 +560,7 @@
  ">> +\t\t\t\t};\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\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n"
@@ -729,24 +738,24 @@
  ">> +\t\t\t\t};\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\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\tclocks = <&mck>;\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\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n"
@@ -755,7 +764,7 @@
  ">> +\t\t};\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\ti2c at 0 {\n"
+ ">> +\ti2c@0 {\n"
  ">> +\t\tcompatible = \"i2c-gpio\";\n"
  ">> +\t\tpinctrl-names = \"default\";\n"
  ">> +\t\tpinctrl-0 = <&pinctrl_i2c_bitbang>;\n"
@@ -805,6 +814,10 @@
  "\n"
  "\n"
  "-- \n"
- Nicolas Ferre
+ "Nicolas Ferre\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-d3c89200b964117cce1fa449431751d3c17e223b83eb7a219164d8d655cdf3fd
+4727c7f7d844672bce20a1be792e87b355f2c037a1f6213c389d4106288bd3d0

diff --git a/a/1.txt b/N2/1.txt
index 4d17145..2fb2871 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -68,7 +68,7 @@ On 03/03/2014 19:40, Alexandre Belloni :
 >> +		#size-cells = <1>;
 >> +		ranges;
 >> +
->> +		usb0: ohci at 00500000 {
+>> +		usb0: ohci@00500000 {
 >> +			compatible = "atmel,at91rm9200-ohci", "usb-ohci";
 >> +			reg = <0x00500000 0x100000>;
 >> +			interrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>;
@@ -77,7 +77,7 @@ On 03/03/2014 19:40, Alexandre Belloni :
 >> +			status = "disabled";
 >> +		};
 >> +
->> +		fb0: fb at 0x00600000 {
+>> +		fb0: fb@0x00600000 {
 >> +			compatible = "atmel,at91sam9261-lcdc";
 >> +			reg = <0x00600000 0x1000>;
 >> +			interrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>;
@@ -88,7 +88,7 @@ On 03/03/2014 19:40, Alexandre Belloni :
 >> +			status = "disabled";
 >> +		};
 >> +
->> +		nand0: nand at 40000000 {
+>> +		nand0: nand@40000000 {
 >> +			compatible = "atmel,at91rm9200-nand";
 >> +			#address-cells = <1>;
 >> +			#size-cells = <1>;
@@ -117,7 +117,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +			#size-cells = <1>;
 >> +			ranges;
 >> +
->> +			tcb0: timer at fffa0000 {
+>> +			tcb0: timer@fffa0000 {
 >> +				compatible = "atmel,at91rm9200-tcb";
 >> +				reg = <0xfffa0000 0x100>;
 >> +				interrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0
@@ -128,7 +128,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				clock-names = "t0_clk", "t1_clk", "t2_clk";
 >> +			};
 >> +
->> +			usb1: gadget at fffa4000 {
+>> +			usb1: gadget@fffa4000 {
 >> +				compatible = "atmel,at91rm9200-udc";
 >> +				reg = <0xfffa4000 0x4000>;
 >> +				interrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;
@@ -137,7 +137,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			mmc0: mmc at fffa8000 {
+>> +			mmc0: mmc@fffa8000 {
 >> +				compatible = "atmel,hsmci";
 >> +				reg = <0xfffa8000 0x600>;
 >> +				interrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -150,7 +150,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			i2c0: i2c at fffac000 {
+>> +			i2c0: i2c@fffac000 {
 >> +				compatible = "atmel,at91sam9261-i2c";
 >> +				pinctrl-names = "default";
 >> +				pinctrl-0 = <&pinctrl_i2c_twi>;
@@ -162,7 +162,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			usart0: serial at fffb0000 {
+>> +			usart0: serial@fffb0000 {
 >> +				compatible = "atmel,at91sam9260-usart";
 >> +				reg = <0xfffb0000 0x200>;
 >> +				interrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -175,7 +175,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			usart1: serial at fffb4000 {
+>> +			usart1: serial@fffb4000 {
 >> +				compatible = "atmel,at91sam9260-usart";
 >> +				reg = <0xfffb4000 0x200>;
 >> +				interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -188,7 +188,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			usart2: serial at fffb8000{
+>> +			usart2: serial@fffb8000{
 >> +				compatible = "atmel,at91sam9260-usart";
 >> +				reg = <0xfffb8000 0x200>;
 >> +				interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -201,7 +201,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			ssc0: ssc at fffbc000 {
+>> +			ssc0: ssc@fffbc000 {
 >> +				compatible = "atmel,at91rm9200-ssc";
 >> +				reg = <0xfffbc000 0x4000>;
 >> +				interrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -210,7 +210,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			ssc1: ssc at fffc0000 {
+>> +			ssc1: ssc@fffc0000 {
 >> +				compatible = "atmel,at91rm9200-ssc";
 >> +				reg = <0xfffc0000 0x4000>;
 >> +				interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -219,7 +219,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			spi0: spi at fffc8000 {
+>> +			spi0: spi@fffc8000 {
 >> +				#address-cells = <1>;
 >> +				#size-cells = <0>;
 >> +				compatible = "atmel,at91rm9200-spi";
@@ -233,7 +233,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			spi1: spi at fffcc000 {
+>> +			spi1: spi@fffcc000 {
 >> +				#address-cells = <1>;
 >> +				#size-cells = <0>;
 >> +				compatible = "atmel,at91rm9200-spi";
@@ -246,17 +246,17 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			ramc: ramc at ffffea00 {
+>> +			ramc: ramc@ffffea00 {
 >> +				compatible = "atmel,at91sam9260-sdramc";
 >> +				reg = <0xffffea00 0x200>;
 >> +			};
 >> +
->> +			matrix: matrix at ffffee00 {
+>> +			matrix: matrix@ffffee00 {
 >> +				compatible = "atmel,at91sam9260-bus-matrix";
 >> +				reg = <0xffffee00 0x200>;
 >> +			};
 >> +
->> +			aic: interrupt-controller at fffff000 {
+>> +			aic: interrupt-controller@fffff000 {
 >> +				#interrupt-cells = <3>;
 >> +				compatible = "atmel,at91rm9200-aic";
 >> +				interrupt-controller;
@@ -264,7 +264,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				atmel,external-irqs = <29 30 31>;
 >> +			};
 >> +
->> +			dbgu: serial at fffff200 {
+>> +			dbgu: serial@fffff200 {
 >> +				compatible = "atmel,at91sam9260-usart";
 >> +				reg = <0xfffff200 0x200>;
 >> +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -275,7 +275,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				status = "disabled";
 >> +			};
 >> +
->> +			pinctrl at fffff400 {
+>> +			pinctrl@fffff400 {
 >> +				#address-cells = <1>;
 >> +				#size-cells = <1>;
 >> +				compatible = "atmel,at91rm9200-pinctrl", "simple-bus";
@@ -508,7 +508,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +					};
 >> +				};
 >> +
->> +				pioA: gpio at fffff400 {
+>> +				pioA: gpio@fffff400 {
 >> +					compatible = "atmel,at91rm9200-gpio";
 >> +					reg = <0xfffff400 0x200>;
 >> +					interrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -519,7 +519,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +					clocks = <&pioA_clk>;
 >> +				};
 >> +
->> +				pioB: gpio at fffff600 {
+>> +				pioB: gpio@fffff600 {
 >> +					compatible = "atmel,at91rm9200-gpio";
 >> +					reg = <0xfffff600 0x200>;
 >> +					interrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -530,7 +530,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +					clocks = <&pioB_clk>;
 >> +				};
 >> +
->> +				pioC: gpio at fffff800 {
+>> +				pioC: gpio@fffff800 {
 >> +					compatible = "atmel,at91rm9200-gpio";
 >> +					reg = <0xfffff800 0x200>;
 >> +					interrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -542,7 +542,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				};
 >> +			};
 >> +
->> +			pmc: pmc at fffffc00 {
+>> +			pmc: pmc@fffffc00 {
 >> +				compatible = "atmel,at91rm9200-pmc";
 >> +				reg = <0xfffffc00 0x100>;
 >> +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -720,24 +720,24 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +				};
 >> +			};
 >> +
->> +			rstc at fffffd00 {
+>> +			rstc@fffffd00 {
 >> +				compatible = "atmel,at91sam9260-rstc";
 >> +				reg = <0xfffffd00 0x10>;
 >> +			};
 >> +
->> +			shdwc at fffffd10 {
+>> +			shdwc@fffffd10 {
 >> +				compatible = "atmel,at91sam9260-shdwc";
 >> +				reg = <0xfffffd10 0x10>;
 >> +			};
 >> +
->> +			pit: timer at fffffd30 {
+>> +			pit: timer@fffffd30 {
 >> +				compatible = "atmel,at91sam9260-pit";
 >> +				reg = <0xfffffd30 0xf>;
 >> +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
 >> +				clocks = <&mck>;
 >> +			};
 >> +
->> +			watchdog at fffffd40 {
+>> +			watchdog@fffffd40 {
 >> +				compatible = "atmel,at91sam9260-wdt";
 >> +				reg = <0xfffffd40 0x10>;
 >> +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -746,7 +746,7 @@ Ok, I did it, Jean-Jacques, no need to bother.
 >> +		};
 >> +	};
 >> +
->> +	i2c at 0 {
+>> +	i2c@0 {
 >> +		compatible = "i2c-gpio";
 >> +		pinctrl-names = "default";
 >> +		pinctrl-0 = <&pinctrl_i2c_bitbang>;
diff --git a/a/content_digest b/N2/content_digest
index aee89dc..4ccf605 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,18 @@
  "ref\01393841162-25339-1-git-send-email-jjhiblot@traphandler.com\0"
  "ref\01393841162-25339-5-git-send-email-jjhiblot@traphandler.com\0"
  "ref\020140303184023.GG3155@piout.net\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support\0"
+ "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
+ "Subject\0Re: [PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support\0"
  "Date\0Wed, 12 Mar 2014 14:29:39 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jean-Jacques Hiblot <jjhiblot@traphandler.com>\0"
+ "Cc\0Alexandre Belloni <alexandre.belloni@free-electrons.com>"
+  <plagnioj@jcrosoft.com>
+  <b.brezillon@overkiz.com>
+  <linux-kernel@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <gregory.clement@free-electrons.com>
+  <devicetree@vger.kernel.org>
+ " <thomas.petazzoni@free-electrons.com>\0"
  "\00:1\0"
  "b\0"
  "On 03/03/2014 19:40, Alexandre Belloni :\n"
@@ -77,7 +85,7 @@
  ">> +\t\t#size-cells = <1>;\n"
  ">> +\t\tranges;\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"
@@ -86,7 +94,7 @@
  ">> +\t\t\tstatus = \"disabled\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tfb0: fb at 0x00600000 {\n"
+ ">> +\t\tfb0: fb@0x00600000 {\n"
  ">> +\t\t\tcompatible = \"atmel,at91sam9261-lcdc\";\n"
  ">> +\t\t\treg = <0x00600000 0x1000>;\n"
  ">> +\t\t\tinterrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>;\n"
@@ -97,7 +105,7 @@
  ">> +\t\t\tstatus = \"disabled\";\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"
@@ -126,7 +134,7 @@
  ">> +\t\t\t#size-cells = <1>;\n"
  ">> +\t\t\tranges;\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"
@@ -137,7 +145,7 @@
  ">> +\t\t\t\tclock-names = \"t0_clk\", \"t1_clk\", \"t2_clk\";\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"
@@ -146,7 +154,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"
@@ -159,7 +167,7 @@
  ">> +\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\tpinctrl-names = \"default\";\n"
  ">> +\t\t\t\tpinctrl-0 = <&pinctrl_i2c_twi>;\n"
@@ -171,7 +179,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"
@@ -184,7 +192,7 @@
  ">> +\t\t\t\tstatus = \"disabled\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tusart1: serial at fffb4000 {\n"
+ ">> +\t\t\tusart1: serial@fffb4000 {\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"
@@ -197,7 +205,7 @@
  ">> +\t\t\t\tstatus = \"disabled\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tusart2: serial at fffb8000{\n"
+ ">> +\t\t\tusart2: serial@fffb8000{\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"
@@ -210,7 +218,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"
@@ -219,7 +227,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"
@@ -228,7 +236,7 @@
  ">> +\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"
@@ -242,7 +250,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"
@@ -255,17 +263,17 @@
  ">> +\t\t\t\tstatus = \"disabled\";\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\tmatrix: matrix at ffffee00 {\n"
+ ">> +\t\t\tmatrix: matrix@ffffee00 {\n"
  ">> +\t\t\t\tcompatible = \"atmel,at91sam9260-bus-matrix\";\n"
  ">> +\t\t\t\treg = <0xffffee00 0x200>;\n"
  ">> +\t\t\t};\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"
@@ -273,7 +281,7 @@
  ">> +\t\t\t\tatmel,external-irqs = <29 30 31>;\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"
@@ -284,7 +292,7 @@
  ">> +\t\t\t\tstatus = \"disabled\";\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"
@@ -517,7 +525,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"
@@ -528,7 +536,7 @@
  ">> +\t\t\t\t\tclocks = <&pioA_clk>;\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"
@@ -539,7 +547,7 @@
  ">> +\t\t\t\t\tclocks = <&pioB_clk>;\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"
@@ -551,7 +559,7 @@
  ">> +\t\t\t\t};\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\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n"
@@ -729,24 +737,24 @@
  ">> +\t\t\t\t};\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\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\tclocks = <&mck>;\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\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n"
@@ -755,7 +763,7 @@
  ">> +\t\t};\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\ti2c at 0 {\n"
+ ">> +\ti2c@0 {\n"
  ">> +\t\tcompatible = \"i2c-gpio\";\n"
  ">> +\t\tpinctrl-names = \"default\";\n"
  ">> +\t\tpinctrl-0 = <&pinctrl_i2c_bitbang>;\n"
@@ -807,4 +815,4 @@
  "-- \n"
  Nicolas Ferre
 
-d3c89200b964117cce1fa449431751d3c17e223b83eb7a219164d8d655cdf3fd
+9b3aa842dbbf3861d5febb04057b9a6806af550638964116ca9267c9c6dceb74

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.