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

diff --git a/a/1.txt b/N1/1.txt
index 1c5b9c9..7685dbd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ On 04/16/2012 11:39 AM, Hong Xu :
 > Added AT91SAM9N12 SoC DT file, as well as the board definition file
 > for AT91SAM9N12-EK.
 > 
-> Signed-off-by: Hong Xu <hong.xu@atmel.com>
+> Signed-off-by: Hong Xu <hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 > ---
 > Changes since v1,
 > * Removed offset for memory node according to Ludovic's comment
@@ -26,7 +26,7 @@ On 04/16/2012 11:39 AM, Hong Xu :
 > + * at91sam9n12.dtsi - Device Tree include file for AT91SAM9N12 SoC
 > + *
 > + *  Copyright (C) 2012 Atmel,
-> + *                2012 Hong Xu <hong.xu@atmel.com>
+> + *                2012 Hong Xu <hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 > + *
 > + * Licensed under GPLv2 or later.
 > + */
@@ -52,7 +52,7 @@ On 04/16/2012 11:39 AM, Hong Xu :
 > +		tcb1 = &tcb1;
 > +	};
 > +	cpus {
-> +		cpu at 0 {
+> +		cpu@0 {
 > +			compatible = "arm,arm926ejs";
 > +		};
 > +	};
@@ -73,7 +73,7 @@ On 04/16/2012 11:39 AM, Hong Xu :
 > +			#size-cells = <1>;
 > +			ranges;
 > +
-> +			aic: interrupt-controller at fffff000 {
+> +			aic: interrupt-controller@fffff000 {
 > +				#interrupt-cells = <2>;
 > +				compatible = "atmel,at91rm9200-aic";
 > +				interrupt-controller;
@@ -81,22 +81,22 @@ On 04/16/2012 11:39 AM, Hong Xu :
 > +				reg = <0xfffff000 0x200>;
 > +			};
 > +
-> +			ramc0: ramc at ffffe800 {
+> +			ramc0: ramc@ffffe800 {
 > +				compatible = "atmel,at91sam9g45-ddramc";
 > +				reg = <0xffffe800 0x200>;
 > +			};
 > +
-> +			pmc: pmc at fffffc00 {
+> +			pmc: pmc@fffffc00 {
 > +				compatible = "atmel,at91rm9200-pmc";
 > +				reg = <0xfffffc00 0x100>;
 > +			};
 > +
-> +			rstc at fffffe00 {
+> +			rstc@fffffe00 {
 > +				compatible = "atmel,at91sam9g45-rstc";
 > +				reg = <0xfffffe00 0x10>;
 > +			};
 > +
-> +			pit: timer at fffffe30 {
+> +			pit: timer@fffffe30 {
 > +				compatible = "atmel,at91sam9260-pit";
 > +				reg = <0xfffffe30 0xf>;
 > +				interrupts = <1 4>;
@@ -106,30 +106,30 @@ On 04/16/2012 11:39 AM, Hong Xu :
 
 Nitpick: 2 lines here: remove one.
 
-> +			shdwc at fffffe10 {
+> +			shdwc@fffffe10 {
 > +				compatible = "atmel,at91sam9x5-shdwc";
 > +				reg = <0xfffffe10 0x10>;
 > +			};
 > +
-> +			tcb0: timer at f8008000 {
+> +			tcb0: timer@f8008000 {
 > +				compatible = "atmel,at91sam9x5-tcb";
 > +				reg = <0xf8008000 0x100>;
 > +				interrupts = <17 4>;
 > +			};
 > +
-> +			tcb1: timer at f800c000 {
+> +			tcb1: timer@f800c000 {
 > +				compatible = "atmel,at91sam9x5-tcb";
 > +				reg = <0xf800c000 0x100>;
 > +				interrupts = <17 4>;
 > +			};
 > +
-> +			dma: dma-controller at ffffec00 {
+> +			dma: dma-controller@ffffec00 {
 > +				compatible = "atmel,at91sam9g45-dma";
 > +				reg = <0xffffec00 0x200>;
 > +				interrupts = <20 4>;
 > +			};
 > +
-> +			pioA: gpio at fffff400 {
+> +			pioA: gpio@fffff400 {
 > +				compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
 > +				reg = <0xfffff400 0x100>;
 > +				interrupts = <2 4>;
@@ -138,7 +138,7 @@ Nitpick: 2 lines here: remove one.
 > +				interrupt-controller;
 > +			};
 > +
-> +			pioB: gpio at fffff600 {
+> +			pioB: gpio@fffff600 {
 > +				compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
 > +				reg = <0xfffff600 0x100>;
 > +				interrupts = <2 4>;
@@ -147,7 +147,7 @@ Nitpick: 2 lines here: remove one.
 > +				interrupt-controller;
 > +			};
 > +
-> +			pioC: gpio at fffff800 {
+> +			pioC: gpio@fffff800 {
 > +				compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
 > +				reg = <0xfffff800 0x100>;
 > +				interrupts = <3 4>;
@@ -156,7 +156,7 @@ Nitpick: 2 lines here: remove one.
 > +				interrupt-controller;
 > +			};
 > +
-> +			pioD: gpio at fffffa00 {
+> +			pioD: gpio@fffffa00 {
 > +				compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
 > +				reg = <0xfffffa00 0x100>;
 > +				interrupts = <3 4>;
@@ -165,14 +165,14 @@ Nitpick: 2 lines here: remove one.
 > +				interrupt-controller;
 > +			};
 > +
-> +			dbgu: serial at fffff200 {
+> +			dbgu: serial@fffff200 {
 > +				compatible = "atmel,at91sam9260-usart";
 > +				reg = <0xfffff200 0x200>;
 > +				interrupts = <1 4>;
 > +				status = "disabled";
 > +			};
 > +
-> +			usart0: serial at f801c000 {
+> +			usart0: serial@f801c000 {
 > +				compatible = "atmel,at91sam9260-usart";
 > +				reg = <0xf801c000 0x4000>;
 > +				interrupts = <5 4>;
@@ -181,7 +181,7 @@ Nitpick: 2 lines here: remove one.
 > +				status = "disabled";
 > +			};
 > +
-> +			usart1: serial at f8020000 {
+> +			usart1: serial@f8020000 {
 > +				compatible = "atmel,at91sam9260-usart";
 > +				reg = <0xf8020000 0x4000>;
 > +				interrupts = <6 4>;
@@ -190,7 +190,7 @@ Nitpick: 2 lines here: remove one.
 > +				status = "disabled";
 > +			};
 > +
-> +			usart2: serial at f8024000 {
+> +			usart2: serial@f8024000 {
 > +				compatible = "atmel,at91sam9260-usart";
 > +				reg = <0xf8024000 0x4000>;
 > +				interrupts = <7 4>;
@@ -199,7 +199,7 @@ Nitpick: 2 lines here: remove one.
 > +				status = "disabled";
 > +			};
 > +
-> +			usart3: serial at f8028000 {
+> +			usart3: serial@f8028000 {
 > +				compatible = "atmel,at91sam9260-usart";
 > +				reg = <0xf8028000 0x4000>;
 > +				interrupts = <8 4>;
@@ -209,7 +209,7 @@ Nitpick: 2 lines here: remove one.
 > +			};
 > +		};
 > +
-> +		nand0: nand at 40000000 {
+> +		nand0: nand@40000000 {
 > +			compatible = "atmel,at91rm9200-nand";
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
@@ -227,7 +227,7 @@ Nitpick: 2 lines here: remove one.
 > +			status = "disabled";
 > +		};
 > +
-> +		usb0: ohci at 00500000 {
+> +		usb0: ohci@00500000 {
 > +			compatible = "atmel,at91rm9200-ohci", "usb-ohci";
 > +			reg = <0x00500000 0x00100000>;
 > +			interrupts = <22 4>;
@@ -235,7 +235,7 @@ Nitpick: 2 lines here: remove one.
 > +		};
 > +	};
 > +
-> +	i2c at 0 {
+> +	i2c@0 {
 > +		compatible = "i2c-gpio";
 > +		gpios = <&pioA 30 0 /* sda */
 > +			 &pioA 31 0 /* scl */
@@ -258,7 +258,7 @@ Nitpick: 2 lines here: remove one.
 > + * at91sam9n12ek.dts - Device Tree file for AT91SAM9N12-EK board
 > + *
 > + *  Copyright (C) 2012 Atmel,
-> + *                2012 Hong Xu <hong.xu@atmel.com>
+> + *                2012 Hong Xu <hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 > + *
 > + * Licensed under GPLv2 or later.
 > + */
@@ -282,7 +282,7 @@ Nitpick: 2 lines here: remove one.
 > +		#size-cells = <1>;
 > +		ranges;
 > +
-> +		main_clock: clock at 0 {
+> +		main_clock: clock@0 {
 > +			compatible = "atmel,osc", "fixed-clock";
 > +			clock-frequency = <16000000>;
 > +		};
@@ -290,28 +290,28 @@ Nitpick: 2 lines here: remove one.
 > +
 > +	ahb {
 > +		apb {
-> +			dbgu: serial at fffff200 {
+> +			dbgu: serial@fffff200 {
 > +				status = "okay";
 > +			};
 > +		};
 > +
-> +		nand0: nand at 40000000 {
+> +		nand0: nand@40000000 {
 > +			nand-bus-width = <8>;
 > +			nand-ecc-mode = "soft";
 > +			nand-on-flash-bbt;
 > +			status = "okay";
 > +
-> +			boot at 0 {
+> +			boot@0 {
 > +				label = "bootstrap/uboot/kernel";
 > +				reg = <0x0 0x400000>;
 > +			};
 > +
-> +			rootfs at 400000 {
+> +			rootfs@400000 {
 > +				label = "rootfs";
 > +				reg = <0x400000 0x3C00000>;
 > +			};
 > +
-> +			data at 4000000 {
+> +			data@4000000 {
 > +				label = "data";
 > +				reg = <0x4000000 0xC000000>;
 > +			};
diff --git a/a/content_digest b/N1/content_digest
index 6c9d55f..ed4b1c1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,19 @@
  "ref\01334569167-7064-1-git-send-email-hong.xu@atmel.com\0"
  "ref\01334569167-7064-2-git-send-email-hong.xu@atmel.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH v2 1/3] AT91: Add DT description files for AT91SAM9N12-EK\0"
+ "ref\01334569167-7064-2-git-send-email-hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0"
+ "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2 1/3] AT91: Add DT description files for AT91SAM9N12-EK\0"
  "Date\0Mon, 16 Apr 2012 18:42:09 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Hong Xu <hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org"
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 04/16/2012 11:39 AM, Hong Xu :\n"
  "> Added AT91SAM9N12 SoC DT file, as well as the board definition file\n"
  "> for AT91SAM9N12-EK.\n"
  "> \n"
- "> Signed-off-by: Hong Xu <hong.xu@atmel.com>\n"
+ "> Signed-off-by: Hong Xu <hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "> ---\n"
  "> Changes since v1,\n"
  "> * Removed offset for memory node according to Ludovic's comment\n"
@@ -34,7 +37,7 @@
  "> + * at91sam9n12.dtsi - Device Tree include file for AT91SAM9N12 SoC\n"
  "> + *\n"
  "> + *  Copyright (C) 2012 Atmel,\n"
- "> + *                2012 Hong Xu <hong.xu@atmel.com>\n"
+ "> + *                2012 Hong Xu <hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "> + *\n"
  "> + * Licensed under GPLv2 or later.\n"
  "> + */\n"
@@ -60,7 +63,7 @@
  "> +\t\ttcb1 = &tcb1;\n"
  "> +\t};\n"
  "> +\tcpus {\n"
- "> +\t\tcpu at 0 {\n"
+ "> +\t\tcpu@0 {\n"
  "> +\t\t\tcompatible = \"arm,arm926ejs\";\n"
  "> +\t\t};\n"
  "> +\t};\n"
@@ -81,7 +84,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 = <2>;\n"
  "> +\t\t\t\tcompatible = \"atmel,at91rm9200-aic\";\n"
  "> +\t\t\t\tinterrupt-controller;\n"
@@ -89,22 +92,22 @@
  "> +\t\t\t\treg = <0xfffff000 0x200>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tramc0: ramc at ffffe800 {\n"
+ "> +\t\t\tramc0: ramc@ffffe800 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9g45-ddramc\";\n"
  "> +\t\t\t\treg = <0xffffe800 0x200>;\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\trstc at fffffe00 {\n"
+ "> +\t\t\trstc@fffffe00 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9g45-rstc\";\n"
  "> +\t\t\t\treg = <0xfffffe00 0x10>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpit: timer at fffffe30 {\n"
+ "> +\t\t\tpit: timer@fffffe30 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-pit\";\n"
  "> +\t\t\t\treg = <0xfffffe30 0xf>;\n"
  "> +\t\t\t\tinterrupts = <1 4>;\n"
@@ -114,30 +117,30 @@
  "\n"
  "Nitpick: 2 lines here: remove one.\n"
  "\n"
- "> +\t\t\tshdwc at fffffe10 {\n"
+ "> +\t\t\tshdwc@fffffe10 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-shdwc\";\n"
  "> +\t\t\t\treg = <0xfffffe10 0x10>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\ttcb0: timer at f8008000 {\n"
+ "> +\t\t\ttcb0: timer@f8008000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-tcb\";\n"
  "> +\t\t\t\treg = <0xf8008000 0x100>;\n"
  "> +\t\t\t\tinterrupts = <17 4>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\ttcb1: timer at f800c000 {\n"
+ "> +\t\t\ttcb1: timer@f800c000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-tcb\";\n"
  "> +\t\t\t\treg = <0xf800c000 0x100>;\n"
  "> +\t\t\t\tinterrupts = <17 4>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tdma: dma-controller at ffffec00 {\n"
+ "> +\t\t\tdma: dma-controller@ffffec00 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9g45-dma\";\n"
  "> +\t\t\t\treg = <0xffffec00 0x200>;\n"
  "> +\t\t\t\tinterrupts = <20 4>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpioA: gpio at fffff400 {\n"
+ "> +\t\t\tpioA: gpio@fffff400 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-gpio\", \"atmel,at91rm9200-gpio\";\n"
  "> +\t\t\t\treg = <0xfffff400 0x100>;\n"
  "> +\t\t\t\tinterrupts = <2 4>;\n"
@@ -146,7 +149,7 @@
  "> +\t\t\t\tinterrupt-controller;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpioB: gpio at fffff600 {\n"
+ "> +\t\t\tpioB: gpio@fffff600 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-gpio\", \"atmel,at91rm9200-gpio\";\n"
  "> +\t\t\t\treg = <0xfffff600 0x100>;\n"
  "> +\t\t\t\tinterrupts = <2 4>;\n"
@@ -155,7 +158,7 @@
  "> +\t\t\t\tinterrupt-controller;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpioC: gpio at fffff800 {\n"
+ "> +\t\t\tpioC: gpio@fffff800 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-gpio\", \"atmel,at91rm9200-gpio\";\n"
  "> +\t\t\t\treg = <0xfffff800 0x100>;\n"
  "> +\t\t\t\tinterrupts = <3 4>;\n"
@@ -164,7 +167,7 @@
  "> +\t\t\t\tinterrupt-controller;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpioD: gpio at fffffa00 {\n"
+ "> +\t\t\tpioD: gpio@fffffa00 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-gpio\", \"atmel,at91rm9200-gpio\";\n"
  "> +\t\t\t\treg = <0xfffffa00 0x100>;\n"
  "> +\t\t\t\tinterrupts = <3 4>;\n"
@@ -173,14 +176,14 @@
  "> +\t\t\t\tinterrupt-controller;\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 4>;\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusart0: serial at f801c000 {\n"
+ "> +\t\t\tusart0: serial@f801c000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n"
  "> +\t\t\t\treg = <0xf801c000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <5 4>;\n"
@@ -189,7 +192,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusart1: serial at f8020000 {\n"
+ "> +\t\t\tusart1: serial@f8020000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n"
  "> +\t\t\t\treg = <0xf8020000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <6 4>;\n"
@@ -198,7 +201,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusart2: serial at f8024000 {\n"
+ "> +\t\t\tusart2: serial@f8024000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n"
  "> +\t\t\t\treg = <0xf8024000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <7 4>;\n"
@@ -207,7 +210,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusart3: serial at f8028000 {\n"
+ "> +\t\t\tusart3: serial@f8028000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n"
  "> +\t\t\t\treg = <0xf8028000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <8 4>;\n"
@@ -217,7 +220,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"
@@ -235,7 +238,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 0x00100000>;\n"
  "> +\t\t\tinterrupts = <22 4>;\n"
@@ -243,7 +246,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\ti2c at 0 {\n"
+ "> +\ti2c@0 {\n"
  "> +\t\tcompatible = \"i2c-gpio\";\n"
  "> +\t\tgpios = <&pioA 30 0 /* sda */\n"
  "> +\t\t\t &pioA 31 0 /* scl */\n"
@@ -266,7 +269,7 @@
  "> + * at91sam9n12ek.dts - Device Tree file for AT91SAM9N12-EK board\n"
  "> + *\n"
  "> + *  Copyright (C) 2012 Atmel,\n"
- "> + *                2012 Hong Xu <hong.xu@atmel.com>\n"
+ "> + *                2012 Hong Xu <hong.xu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "> + *\n"
  "> + * Licensed under GPLv2 or later.\n"
  "> + */\n"
@@ -290,7 +293,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 = <16000000>;\n"
  "> +\t\t};\n"
@@ -298,28 +301,28 @@
  "> +\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"
  "> +\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;\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\n"
- "> +\t\t\tboot at 0 {\n"
+ "> +\t\t\tboot@0 {\n"
  "> +\t\t\t\tlabel = \"bootstrap/uboot/kernel\";\n"
  "> +\t\t\t\treg = <0x0 0x400000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\trootfs at 400000 {\n"
+ "> +\t\t\trootfs@400000 {\n"
  "> +\t\t\t\tlabel = \"rootfs\";\n"
  "> +\t\t\t\treg = <0x400000 0x3C00000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tdata at 4000000 {\n"
+ "> +\t\t\tdata@4000000 {\n"
  "> +\t\t\t\tlabel = \"data\";\n"
  "> +\t\t\t\treg = <0x4000000 0xC000000>;\n"
  "> +\t\t\t};\n"
@@ -370,4 +373,4 @@
  "-- \n"
  Nicolas Ferre
 
-8190a9c6112143350559cb32e90c1ebc3fe08d4bdaf24bf3d28d0f3782a8ef55
+bc98306161718cbe1119f80b9be8ed6c71c8717769b1e6dbecac84236b71d518

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.