diff for duplicates of <201207171319.43593.arnd@arndb.de> diff --git a/a/1.txt b/N1/1.txt index 07523c2..eb7da39 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On Sunday 15 July 2012, Florian Fainelli wrote: > + -> + uart0: serial at 400dc000 { +> + uart0: serial@400dc000 { > + compatible = "ns16550"; > + reg = <0x400dc000 0x20>; > + clock-frequency = <50000000>; @@ -30,11 +30,11 @@ of course not necessary. > + 6 0 0x18000000 0x4000000 // flash/localbus > + 7 0 0x1c000000 0x4000000>; // flash/localbus > + -> + sdram: memory at 0,0 { +> + sdram: memory@0,0 { > + reg = <0 0 0>; > + }; > + -> + nor: flash at 7,0 { +> + nor: flash@7,0 { > + reg = <7 0 0x4000000>; > + compatible = "cfi-flash"; > + bank-width = <1>; // 8-bit external flash @@ -49,25 +49,25 @@ board .dts file. I would probably do the same for the memory node, but that one is less obvious as it seems that there is not much choice here. -> + usb0: ehci at 400fc000 { +> + usb0: ehci@400fc000 { > + compatible = "moschip,mcs814x-ehci", "usb-ehci"; > + reg = <0x400fc000 0x74>; > + interrupts = <2>; > + }; > + -> + usb1: ohci at 400fd000 { +> + usb1: ohci@400fd000 { > + compatible = "moschip,mcs814x-ohci", "ohci-le"; > + reg = <0x400fd000 0x74>; > + interrupts = <11>; > + }; > + -> + usb2: ohci at 400fe000 { +> + usb2: ohci@400fe000 { > + compatible = "moschip,mcs814x-ohci", "ohci-le"; > + reg = <0x400fe000 0x74>; > + interrupts = <12>; > + }; > + -> + usb3: otg at 400ff000 { +> + usb3: otg@400ff000 { > + compatible = "moschip,msc814x-otg", "usb-otg"; > + reg = <0x400ff000 0x1000>; > + interrupts = <13>; @@ -89,7 +89,7 @@ enable the ones that are connected on a give board. > +}; > + > +DT_MACHINE_START(mcs8140_dt, "Moschip MCS8140 board") -> + /* Maintainer: Florian Fainelli <florian@openwrt.org> */ +> + /* Maintainer: Florian Fainelli <florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> */ > + .timer = &mcs814x_timer, > + .map_io = mcs814x_map_io, > + .init_early = mcs814x_clk_init, diff --git a/a/content_digest b/N1/content_digest index 5d08de3..f112722 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,18 @@ "ref\01342363754-30808-1-git-send-email-florian@openwrt.org\0" "ref\01342363754-30808-3-git-send-email-florian@openwrt.org\0" - "From\0arnd@arndb.de (Arnd Bergmann)\0" - "Subject\0[PATCH 2/8] ARM: MCS814x: add Device Tree based MCS8140 board support\0" + "ref\01342363754-30808-3-git-send-email-florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org\0" + "From\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/8] ARM: MCS814x: add Device Tree based MCS8140 board support\0" "Date\0Tue, 17 Jul 2012 13:19:43 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Florian Fainelli <florian-p3rKhJxN3npAfugRpC6u6w@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 Sunday 15 July 2012, Florian Fainelli wrote:\n" "\n" "> +\n" - "> +\t\t\tuart0: serial at 400dc000 {\n" + "> +\t\t\tuart0: serial@400dc000 {\n" "> +\t\t\t\tcompatible = \"ns16550\";\n" "> +\t\t\t\treg = <0x400dc000 0x20>;\n" "> +\t\t\t\tclock-frequency = <50000000>;\n" @@ -38,11 +41,11 @@ "> +\t\t\t\t\t 6 0 0x18000000 0x4000000\t// flash/localbus\n" "> +\t\t\t\t\t 7 0 0x1c000000 0x4000000>;\t// flash/localbus\n" "> +\n" - "> +\t\t\t\tsdram: memory at 0,0 {\n" + "> +\t\t\t\tsdram: memory@0,0 {\n" "> +\t\t\t\t\treg = <0 0 0>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tnor: flash at 7,0 {\n" + "> +\t\t\t\tnor: flash@7,0 {\n" "> +\t\t\t\t\treg = <7 0 0x4000000>;\n" "> +\t\t\t\t\tcompatible = \"cfi-flash\";\n" "> +\t\t\t\t\tbank-width = <1>;\t\t// 8-bit external flash\n" @@ -57,25 +60,25 @@ "I would probably do the same for the memory node, but that one is less\n" "obvious as it seems that there is not much choice here.\n" "\n" - "> +\t\t\tusb0: ehci at 400fc000 {\n" + "> +\t\t\tusb0: ehci@400fc000 {\n" "> +\t\t\t\tcompatible = \"moschip,mcs814x-ehci\", \"usb-ehci\";\n" "> +\t\t\t\treg = <0x400fc000 0x74>;\n" "> +\t\t\t\tinterrupts = <2>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusb1: ohci at 400fd000 {\n" + "> +\t\t\tusb1: ohci@400fd000 {\n" "> +\t\t\t\tcompatible = \"moschip,mcs814x-ohci\", \"ohci-le\";\n" "> +\t\t\t\treg = <0x400fd000 0x74>;\n" "> +\t\t\t\tinterrupts = <11>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusb2: ohci at 400fe000 {\n" + "> +\t\t\tusb2: ohci@400fe000 {\n" "> +\t\t\t\tcompatible = \"moschip,mcs814x-ohci\", \"ohci-le\";\n" "> +\t\t\t\treg = <0x400fe000 0x74>;\n" "> +\t\t\t\tinterrupts = <12>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusb3: otg at 400ff000 {\n" + "> +\t\t\tusb3: otg@400ff000 {\n" "> +\t\t\t\tcompatible = \"moschip,msc814x-otg\", \"usb-otg\";\n" "> +\t\t\t\treg = <0x400ff000 0x1000>;\n" "> +\t\t\t\tinterrupts = <13>;\n" @@ -97,7 +100,7 @@ "> +};\n" "> +\n" "> +DT_MACHINE_START(mcs8140_dt, \"Moschip MCS8140 board\")\n" - "> +\t/* Maintainer: Florian Fainelli <florian@openwrt.org> */\n" + "> +\t/* Maintainer: Florian Fainelli <florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> */\n" "> +\t.timer\t\t= &mcs814x_timer,\n" "> +\t.map_io\t\t= mcs814x_map_io,\n" "> +\t.init_early\t= mcs814x_clk_init,\n" @@ -112,4 +115,4 @@ "\n" "\tArnd" -4499342206c0001bf1586284441bf52a27f9e03d6a2111b7472993b61a9a9b52 +d013a9607fda319f0faea8d91b876c717cdc78893eccd319de7e9c4ab9fa2231
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.