diff for duplicates of <50A63AEA.2000706@atmel.com> diff --git a/a/1.txt b/N1/1.txt index f9d4aab..c074e9e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,15 +2,15 @@ On 10/19/2012 04:19 AM, Jean-Christophe PLAGNIOL-VILLARD : > CPU Module with ATMEL AT91SAM9G45 > http://www.ronetix.at/pm9g45.html > -> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> -> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> +> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> +> Cc: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> Ok, queued in at91-3.8-dt branch. I had to modify the Makefile part of it to match current move to arch/arm/boot/dts/Makefile. -Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> +Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> > --- > arch/arm/boot/dts/Makefile | 1 + @@ -39,7 +39,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > +/* > + * pm9g45.dts - Device Tree file for Ronetix pm9g45 board > + * -> + * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> +> + * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> > + * > + * Licensed under GPLv2. > + */ @@ -63,7 +63,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > + #size-cells = <1>; > + ranges; > + -> + main_clock: clock at 0 { +> + main_clock: clock@0 { > + compatible = "atmel,osc", "fixed-clock"; > + clock-frequency = <12000000>; > + }; @@ -71,11 +71,11 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > + > + ahb { > + apb { -> + dbgu: serial at ffffee00 { +> + dbgu: serial@ffffee00 { > + status = "okay"; > + }; > + -> + pinctrl at fffff200 { +> + pinctrl@fffff200 { > + > + board { > + pinctrl_board_nand: nand0-board { @@ -86,13 +86,13 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > + }; > + }; > + -> + macb0: ethernet at fffbc000 { +> + macb0: ethernet@fffbc000 { > + phy-mode = "rmii"; > + status = "okay"; > + }; > + }; > + -> + nand0: nand at 40000000 { +> + nand0: nand@40000000 { > + nand-bus-width = <8>; > + nand-ecc-mode = "soft"; > + nand-on-flash-bbt; @@ -105,43 +105,43 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > + > + status = "okay"; > + -> + at91bootstrap at 0 { +> + at91bootstrap@0 { > + label = "at91bootstrap"; > + reg = <0x0 0x20000>; > + }; > + -> + barebox at 20000 { +> + barebox@20000 { > + label = "barebox"; > + reg = <0x20000 0x40000>; > + }; > + -> + bareboxenv at 60000 { +> + bareboxenv@60000 { > + label = "bareboxenv"; > + reg = <0x60000 0x1A0000>; > + }; > + -> + kernel at 200000 { +> + kernel@200000 { > + label = "bareboxenv2"; > + reg = <0x200000 0x300000>; > + }; > + -> + kernel at 500000 { +> + kernel@500000 { > + label = "root"; > + reg = <0x500000 0x400000>; > + }; > + -> + data at 900000 { +> + data@900000 { > + label = "data"; > + reg = <0x900000 0x8340000>; > + }; > + }; > + -> + usb0: ohci at 00700000 { +> + usb0: ohci@00700000 { > + status = "okay"; > + num-ports = <2>; > + }; > + -> + usb1: ehci at 00800000 { +> + usb1: ehci@00800000 { > + status = "okay"; > + }; > + }; diff --git a/a/content_digest b/N1/content_digest index f9f0368..3d52676 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,26 @@ "ref\01350613168-22689-1-git-send-email-plagnioj@jcrosoft.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH 1/1] arm: at91: add Ronetix pm9g45 board support\0" + "ref\01350613168-22689-1-git-send-email-plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org\0" + "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH 1/1] arm: at91: add Ronetix pm9g45 board support\0" "Date\0Fri, 16 Nov 2012 14:08:58 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@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 10/19/2012 04:19 AM, Jean-Christophe PLAGNIOL-VILLARD :\n" "> CPU Module with ATMEL AT91SAM9G45\n" "> http://www.ronetix.at/pm9g45.html\n" "> \n" - "> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>\n" - "> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>\n" + "> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\n" + "> Cc: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" "\n" "Ok, queued in at91-3.8-dt branch.\n" "\n" "I had to modify the Makefile part of it to match current move to\n" "arch/arm/boot/dts/Makefile.\n" "\n" - "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n" + "Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" "\n" "> ---\n" "> arch/arm/boot/dts/Makefile | 1 +\n" @@ -46,7 +49,7 @@ "> +/*\n" "> + * pm9g45.dts - Device Tree file for Ronetix pm9g45 board\n" "> + *\n" - "> + * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>\n" + "> + * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\n" "> + *\n" "> + * Licensed under GPLv2.\n" "> + */\n" @@ -70,7 +73,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 = <12000000>;\n" "> +\t\t};\n" @@ -78,11 +81,11 @@ "> +\n" "> +\tahb {\n" "> +\t\tapb {\n" - "> +\t\t\tdbgu: serial at ffffee00 {\n" + "> +\t\t\tdbgu: serial@ffffee00 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpinctrl at fffff200 {\n" + "> +\t\t\tpinctrl@fffff200 {\n" "> +\n" "> +\t\t\t\tboard {\n" "> +\t\t\t\t\tpinctrl_board_nand: nand0-board {\n" @@ -93,13 +96,13 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tmacb0: ethernet at fffbc000 {\n" + "> +\t\t\tmacb0: ethernet@fffbc000 {\n" "> +\t\t\t\tphy-mode = \"rmii\";\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" @@ -112,43 +115,43 @@ "> +\n" "> +\t\t\tstatus = \"okay\";\n" "> +\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" "> +\n" - "> +\t\t\tbarebox at 20000 {\n" + "> +\t\t\tbarebox@20000 {\n" "> +\t\t\t\tlabel = \"barebox\";\n" "> +\t\t\t\treg = <0x20000 0x40000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tbareboxenv at 60000 {\n" + "> +\t\t\tbareboxenv@60000 {\n" "> +\t\t\t\tlabel = \"bareboxenv\";\n" "> +\t\t\t\treg = <0x60000 0x1A0000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tkernel at 200000 {\n" + "> +\t\t\tkernel@200000 {\n" "> +\t\t\t\tlabel = \"bareboxenv2\";\n" "> +\t\t\t\treg = <0x200000 0x300000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tkernel at 500000 {\n" + "> +\t\t\tkernel@500000 {\n" "> +\t\t\t\tlabel = \"root\";\n" "> +\t\t\t\treg = <0x500000 0x400000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tdata at 900000 {\n" + "> +\t\t\tdata@900000 {\n" "> +\t\t\t\tlabel = \"data\";\n" "> +\t\t\t\treg = <0x900000 0x8340000>;\n" "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tusb0: ohci at 00700000 {\n" + "> +\t\tusb0: ohci@00700000 {\n" "> +\t\t\tstatus = \"okay\";\n" "> +\t\t\tnum-ports = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tusb1: ehci at 00800000 {\n" + "> +\t\tusb1: ehci@00800000 {\n" "> +\t\t\tstatus = \"okay\";\n" "> +\t\t};\n" "> +\t};\n" @@ -193,4 +196,4 @@ "-- \n" Nicolas Ferre -2893373e49511e36f7fed56e9afb3020484c6c7d9652d08c6b14b5a3e7c3a3c8 +b16302cb01400888bd33b05f2d4a4b6d440044f5022a453c2f9492117e58d481
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.