diff for duplicates of <5301E4E1.60408@atmel.com> diff --git a/a/1.txt b/N1/1.txt index 3e16bda..ccacc82 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -64,7 +64,7 @@ Isn't it ubi.mtd=5 according to the NAND layer below? > + #size-cells = <1>; > + ranges; > + -> + main_clock: clock at 0 { +> + main_clock: clock@0 { > + compatible = "atmel,osc", "fixed-clock"; > + clock-frequency = <12000000>; > + }; @@ -72,7 +72,7 @@ Isn't it ubi.mtd=5 according to the NAND layer below? > + > + ahb { > + apb { -> + mmc0: mmc at fffa4000 { +> + mmc0: mmc@fffa4000 { Use address ascending order, even for the board, please. @@ -82,18 +82,18 @@ Use address ascending order, even for the board, please. > + &pinctrl_mmc0_slot0_cmd_dat0 > + &pinctrl_mmc0_slot0_dat1_3>; > + status = "okay"; -> + slot at 0 { +> + slot@0 { > + reg = <0>; > + bus-width = <4>; > + cd-gpios = <&pioA 15 GPIO_ACTIVE_HIGH>; > + }; > + }; > + -> + dbgu: serial at fffff200 { +> + dbgu: serial@fffff200 { > + status = "okay"; > + }; > + -> + usart0: serial at fffb0000 { +> + usart0: serial@fffb0000 { > + pinctrl-0 = < > + &pinctrl_usart0 > + &pinctrl_usart0_rts @@ -101,7 +101,7 @@ Use address ascending order, even for the board, please. > + status = "okay"; > + }; > + -> + pinctrl at fffff400 { +> + pinctrl@fffff400 { > + mmc0 { > + pinctrl_board_mmc0: mmc0-board { > + atmel,pins = @@ -110,43 +110,43 @@ Use address ascending order, even for the board, please. > + }; > + }; > + -> + 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 0x40000>; > + }; > + -> + bootloader at 40000 { +> + bootloader@40000 { > + label = "bootloader"; > + reg = <0x40000 0x80000>; > + }; > + -> + bootloaderenv at c0000 { +> + bootloaderenv@c0000 { > + label = "bootloader env"; > + reg = <0xc0000 0xc0000>; > + }; > + -> + dtb at 180000 { +> + dtb@180000 { > + label = "device tree"; > + reg = <0x180000 0x80000>; > + }; > + -> + kernel at 200000 { +> + kernel@200000 { > + label = "kernel"; > + reg = <0x200000 0x600000>; > + }; > + -> + rootfs at 800000 { +> + rootfs@800000 { > + label = "rootfs"; > + reg = <0x800000 0x0f800000>; > + }; diff --git a/a/content_digest b/N1/content_digest index f1a11e0..55b8b2a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,12 @@ "ref\01392426860-19589-1-git-send-email-alexandre.belloni@free-electrons.com\0" "ref\01392426860-19589-4-git-send-email-alexandre.belloni@free-electrons.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH 3/3] ARM: at91: dt: sam9rl: Device Tree for the at91sam9rlek\0" + "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "Subject\0Re: [PATCH 3/3] ARM: at91: dt: sam9rl: Device Tree for the at91sam9rlek\0" "Date\0Mon, 17 Feb 2014 11:30:57 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" + "Cc\0<linux-kernel@vger.kernel.org>" + <linux-arm-kernel@lists.infradead.org> + " Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>\0" "\00:1\0" "b\0" "On 15/02/2014 02:14, Alexandre Belloni :\n" @@ -72,7 +75,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" @@ -80,7 +83,7 @@ "> +\n" "> +\tahb {\n" "> +\t\tapb {\n" - "> +\t\t\tmmc0: mmc at fffa4000 {\n" + "> +\t\t\tmmc0: mmc@fffa4000 {\n" "\n" "Use address ascending order, even for the board, please.\n" "\n" @@ -90,18 +93,18 @@ "> +\t\t\t\t\t&pinctrl_mmc0_slot0_cmd_dat0\n" "> +\t\t\t\t\t&pinctrl_mmc0_slot0_dat1_3>;\n" "> +\t\t\t\tstatus = \"okay\";\n" - "> +\t\t\t\tslot at 0 {\n" + "> +\t\t\t\tslot@0 {\n" "> +\t\t\t\t\treg = <0>;\n" "> +\t\t\t\t\tbus-width = <4>;\n" "> +\t\t\t\t\tcd-gpios = <&pioA 15 GPIO_ACTIVE_HIGH>;\n" "> +\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\tstatus = \"okay\";\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" @@ -109,7 +112,7 @@ "> +\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\tmmc0 {\n" "> +\t\t\t\t\tpinctrl_board_mmc0: mmc0-board {\n" "> +\t\t\t\t\t\tatmel,pins =\n" @@ -118,43 +121,43 @@ "> +\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\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" "> +\n" - "> +\t\t\tat91bootstrap at 0 {\n" + "> +\t\t\tat91bootstrap@0 {\n" "> +\t\t\t\tlabel = \"at91bootstrap\";\n" "> +\t\t\t\treg = <0x0 0x40000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tbootloader at 40000 {\n" + "> +\t\t\tbootloader@40000 {\n" "> +\t\t\t\tlabel = \"bootloader\";\n" "> +\t\t\t\treg = <0x40000 0x80000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tbootloaderenv at c0000 {\n" + "> +\t\t\tbootloaderenv@c0000 {\n" "> +\t\t\t\tlabel = \"bootloader env\";\n" "> +\t\t\t\treg = <0xc0000 0xc0000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tdtb at 180000 {\n" + "> +\t\t\tdtb@180000 {\n" "> +\t\t\t\tlabel = \"device tree\";\n" "> +\t\t\t\treg = <0x180000 0x80000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tkernel at 200000 {\n" + "> +\t\t\tkernel@200000 {\n" "> +\t\t\t\tlabel = \"kernel\";\n" "> +\t\t\t\treg = <0x200000 0x600000>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\trootfs at 800000 {\n" + "> +\t\t\trootfs@800000 {\n" "> +\t\t\t\tlabel = \"rootfs\";\n" "> +\t\t\t\treg = <0x800000 0x0f800000>;\n" "> +\t\t\t};\n" @@ -210,4 +213,4 @@ "-- \n" Nicolas Ferre -65993aee849b6fe5301e16ca1e27181699e75a3a816085a4481f57865a087b31 +6133e72880237d19215ea26d920614fd37fd345bb19c59b9966ac01f0e58aa4b
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.