diff for duplicates of <517020A1.3070504@atmel.com> diff --git a/a/1.txt b/N1/1.txt index 48ba306..1f352a2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -59,7 +59,7 @@ FYI: I have to review this one: error while compiling. > + #size-cells = <1>; > + ranges; > + -> + main_clock: clock at 0 { +> + main_clock: clock@0 { > + compatible = "atmel,osc", "fixed-clock"; > + clock-frequency = <18432000>; > + }; @@ -67,24 +67,24 @@ FYI: I have to review this one: error while compiling. > + > + ahb { > + apb { -> + usb1: gadget at fffa4000 { +> + usb1: gadget@fffa4000 { > + atmel,vbus-gpio = <&pioC 6 0>; > + status = "okay"; > + }; > + -> + mmc0: mmc at fffa8000 { +> + mmc0: mmc@fffa8000 { > + pinctrl-0 = < > + &pinctrl_mmc0_clk > + &pinctrl_mmc0_slot1_cmd_dat0 > + &pinctrl_mmc0_slot1_dat1_3>; > + status = "okay"; -> + slot at 1 { +> + slot@1 { > + reg = <1>; > + bus-width = <4>; > + }; > + }; > + -> + usart0: serial at fffb0000 { +> + usart0: serial@fffb0000 { > + pinctrl-0 = > + <&pinctrl_usart0 > + &pinctrl_usart0_rts @@ -93,22 +93,22 @@ FYI: I have to review this one: error while compiling. > + status = "okay"; > + }; > + -> + usart1: serial at fffb4000 { +> + usart1: serial@fffb4000 { > + status = "okay"; > + }; > + -> + usart2: serial at fffb8000 { +> + usart2: serial@fffb8000 { > + status = "okay"; > + }; > + -> + macb0: ethernet at fffc4000 { +> + macb0: ethernet@fffc4000 { > + phy-mode = "rmii"; > + status = "okay"; > + }; > + -> + spi0: spi at fffc8000 { +> + spi0: spi@fffc8000 { > + cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; -> + mtd_dataflash at 0 { +> + mtd_dataflash@0 { > + compatible = "atmel,at45", "atmel,dataflash"; > + spi-max-frequency = <50000000>; > + reg = <1>; @@ -116,23 +116,23 @@ FYI: I have to review this one: error while compiling. > + status = "disabled"; > + }; > + -> + usart3: serial at fffd0000 { +> + usart3: serial@fffd0000 { > + status = "okay"; > + }; > + -> + uart0: serial at fffd4000 { +> + uart0: serial@fffd4000 { > + status = "okay"; > + }; > + -> + uart1: serial at fffd8000 { +> + uart1: serial@fffd8000 { > + status = "okay"; > + }; > + -> + dbgu: serial at fffff200 { +> + dbgu: serial@fffff200 { > + status = "okay"; > + }; > + -> + pinctrl at fffff400 { +> + pinctrl@fffff400 { > + board { > + pinctrl_pck0_as_mck: pck0_as_mck { > + atmel,pins = @@ -156,18 +156,18 @@ FYI: I have to review this one: error while compiling. > + }; > + }; > + -> + watchdog at fffffd40 { +> + watchdog@fffffd40 { > + status = "okay"; > + }; > + }; > + -> + usb0: ohci at 00500000 { +> + usb0: ohci@00500000 { > + num-ports = <2>; > + status = "okay"; > + }; > + }; > + -> + i2c at 0 { +> + i2c@0 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_i2c0>; > + i2c-gpio,delay-us = <5>; /* ~85 kHz */ diff --git a/a/content_digest b/N1/content_digest index 74cba21..9c75e40 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,15 @@ "ref\0cover.1366289869.git.nicolas.ferre@atmel.com\0" "ref\0a647ac59d50fdee9a0e9e87f362febe1ad2b1264.1366289869.git.nicolas.ferre@atmel.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH 5/5] ARM: at91: add Acme Systems Fox G20 board\0" + "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "Subject\0Re: [PATCH 5/5] ARM: at91: add Acme Systems Fox G20 board\0" "Date\0Thu, 18 Apr 2013 18:34:41 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0<linux-arm-kernel@lists.infradead.org>" + " <dgilbert@interlog.com>\0" + "Cc\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>" + <linux-kernel@vger.kernel.org> + Ludovic Desroches <ludovic.desroches@atmel.com> + <robertcnelson@gmail.com> + " <tanzilli@acmesystems.it>\0" "\00:1\0" "b\0" "On 04/18/2013 03:01 PM, Nicolas Ferre :\n" @@ -67,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 = <18432000>;\n" "> +\t\t};\n" @@ -75,24 +81,24 @@ "> +\n" "> +\tahb {\n" "> +\t\tapb {\n" - "> +\t\t\tusb1: gadget at fffa4000 {\n" + "> +\t\t\tusb1: gadget@fffa4000 {\n" "> +\t\t\t\tatmel,vbus-gpio = <&pioC 6 0>;\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tmmc0: mmc at fffa8000 {\n" + "> +\t\t\tmmc0: mmc@fffa8000 {\n" "> +\t\t\t\tpinctrl-0 = <\n" "> +\t\t\t\t\t&pinctrl_mmc0_clk\n" "> +\t\t\t\t\t&pinctrl_mmc0_slot1_cmd_dat0\n" "> +\t\t\t\t\t&pinctrl_mmc0_slot1_dat1_3>;\n" "> +\t\t\t\tstatus = \"okay\";\n" - "> +\t\t\t\tslot at 1 {\n" + "> +\t\t\t\tslot@1 {\n" "> +\t\t\t\t\treg = <1>;\n" "> +\t\t\t\t\tbus-width = <4>;\n" "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart0: serial at fffb0000 {\n" + "> +\t\t\tusart0: serial@fffb0000 {\n" "> +\t\t\t\tpinctrl-0 =\n" "> +\t\t\t\t\t<&pinctrl_usart0\n" "> +\t\t\t\t\t &pinctrl_usart0_rts\n" @@ -101,22 +107,22 @@ "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart1: serial at fffb4000 {\n" + "> +\t\t\tusart1: serial@fffb4000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart2: serial at fffb8000 {\n" + "> +\t\t\tusart2: serial@fffb8000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tmacb0: ethernet at fffc4000 {\n" + "> +\t\t\tmacb0: ethernet@fffc4000 {\n" "> +\t\t\t\tphy-mode = \"rmii\";\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tspi0: spi at fffc8000 {\n" + "> +\t\t\tspi0: spi@fffc8000 {\n" "> +\t\t\t\tcs-gpios = <0>, <&pioC 11 0>, <0>, <0>;\n" - "> +\t\t\t\tmtd_dataflash at 0 {\n" + "> +\t\t\t\tmtd_dataflash@0 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at45\", \"atmel,dataflash\";\n" "> +\t\t\t\t\tspi-max-frequency = <50000000>;\n" "> +\t\t\t\t\treg = <1>;\n" @@ -124,23 +130,23 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart3: serial at fffd0000 {\n" + "> +\t\t\tusart3: serial@fffd0000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tuart0: serial at fffd4000 {\n" + "> +\t\t\tuart0: serial@fffd4000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tuart1: serial at fffd8000 {\n" + "> +\t\t\tuart1: serial@fffd8000 {\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\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\tpinctrl at fffff400 {\n" + "> +\t\t\tpinctrl@fffff400 {\n" "> +\t\t\t\tboard {\n" "> +\t\t\t\t\tpinctrl_pck0_as_mck: pck0_as_mck {\n" "> +\t\t\t\t\t\tatmel,pins =\n" @@ -164,18 +170,18 @@ "> +\t\t\t\t};\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\tusb0: ohci at 00500000 {\n" + "> +\t\tusb0: ohci@00500000 {\n" "> +\t\t\tnum-ports = <2>;\n" "> +\t\t\tstatus = \"okay\";\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\ti2c at 0 {\n" + "> +\ti2c@0 {\n" "> +\t\tpinctrl-names = \"default\";\n" "> +\t\tpinctrl-0 = <&pinctrl_i2c0>;\n" "> +\t\ti2c-gpio,delay-us = <5>;\t/* ~85 kHz */\n" @@ -210,4 +216,4 @@ "-- \n" Nicolas Ferre -97761b6f7a55190566d17bdfc863fa3a2220e4a40b4eaed636689664de98e597 +c0f7ef5b58235dd71c83580c5f62560fe326ce421c1d304bd9118e468f92d62f
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.