diff for duplicates of <4EA55E4D.3000106@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 024d7ce..0cfc1b4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On 10/19/2011 11:01 AM, Zoltan Devai wrote: > N350JP board and documentation of required bindings > > Cc: Grant Likely <grant.likely@secretlab.ca> -> CC: devicetree-discuss at lists.ozlabs.org +> CC: devicetree-discuss@lists.ozlabs.org > Signed-off-by: Zoltan Devai <zoss@devai.org> > --- @@ -77,7 +77,7 @@ s/watchdof/watchdog/ > + }; > + > + armapb { -> + timer at 90000000 { +> + timer@90000000 { > + clock-freq = <15187500>; > + }; > + }; @@ -99,21 +99,21 @@ s/watchdof/watchdog/ > + #size-cells = <1>; > + ranges = <0 0x90000000 0x10000>; > + -> + timer at 90000000 { +> + timer@90000000 { > + compatible = "sunplus,spmp8000-timer"; > + reg = <0x0 0x1000>; > + interrupt-parent = <&vic0>; > + interrupts = <7 8 9>; > + }; > + -> + watchdog at 90001000 { +> + watchdog@90001000 { > + compatible = "sunplus,spmp8000-wdt"; > + reg = <0x1000 0x1000>; > + interrupt-parent = <&vic0>; > + interrupts = <10 11 12>; > + }; > + -> + scu-b at 90005000 { +> + scu-b@90005000 { > + compatible = "sunplus,spmp8000-scub"; > + reg = <0x5000 0x1000>; > + }; @@ -125,14 +125,14 @@ s/watchdof/watchdog/ > + #size-cells = <1>; > + ranges = <0 0x90010000 0x20000>; > + -> + vic0: interrupt-controller at 90010000 { +> + vic0: interrupt-controller@90010000 { > + compatible = "arm,pl192"; > + interrupt-controller; > + #interrupt-cells = <1>; > + reg = <0x0 0x1000>; > + }; > + -> + vic1: interrupt-controller at 900020000 { +> + vic1: interrupt-controller@900020000 { > + compatible = "arm,pl192"; > + interrupt-controller; > + #interrupt-cells = <1>; @@ -146,7 +146,7 @@ s/watchdof/watchdog/ > + #size-cells = <1>; > + ranges = <0 0x92000000 0x1000000>; > + -> + scu-c at 92005000 { +> + scu-c@92005000 { > + compatible = "sunplus,spmp8000-scuc"; > + reg = <0x5000 0x1000>; > + }; @@ -160,7 +160,7 @@ s/watchdof/watchdog/ lower case for hex is preferred. > + -> + uart0: uart-c0 at 92B04000 { +> + uart0: uart-c0@92B04000 { > + compatible = "ns16550a"; > + reg = <0x4000 0x1000>; > + clock-frequency = <2076923>; @@ -178,7 +178,7 @@ lower case for hex is preferred. > + #size-cells = <1>; > + ranges = <0 0x93000000 0x20000>; > + -> + scu-a at 93007000 { +> + scu-a@93007000 { > + compatible = "sunplus,spmp8000-scua"; > + reg = <0x7000 0x1000>; > + }; diff --git a/a/content_digest b/N1/content_digest index 87273a3..7002864 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,15 @@ "ref\01318178172-7965-1-git-send-email-zoss@devai.org\0" "ref\01319040118-29773-1-git-send-email-zoss@devai.org\0" "ref\01319040118-29773-5-git-send-email-zoss@devai.org\0" - "From\0robherring2@gmail.com (Rob Herring)\0" - "Subject\0[PATCH v2 4/5] ARM: SPMP8000: Add SPMP8000 SoC and Letcool board dts descriptions\0" + "From\0Rob Herring <robherring2@gmail.com>\0" + "Subject\0Re: [PATCH v2 4/5] ARM: SPMP8000: Add SPMP8000 SoC and Letcool board dts descriptions\0" "Date\0Mon, 24 Oct 2011 07:47:09 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Zoltan Devai <zoss@devai.org>\0" + "Cc\0Grant Likely <grant.likely@secretlab.ca>" + devicetree-discuss@lists.ozlabs.org + Russell King <linux@arm.linux.org.uk> + Arnd Bergmann <arnd@arndb.de> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 10/19/2011 11:01 AM, Zoltan Devai wrote:\n" @@ -12,7 +17,7 @@ "> N350JP board and documentation of required bindings\n" "> \n" "> Cc: Grant Likely <grant.likely@secretlab.ca>\n" - "> CC: devicetree-discuss at lists.ozlabs.org\n" + "> CC: devicetree-discuss@lists.ozlabs.org\n" "> Signed-off-by: Zoltan Devai <zoss@devai.org>\n" "> ---\n" "\n" @@ -86,7 +91,7 @@ "> +\t};\n" "> +\n" "> +\tarmapb {\n" - "> +\t\ttimer at 90000000 {\n" + "> +\t\ttimer@90000000 {\n" "> +\t\t\tclock-freq = <15187500>;\n" "> +\t\t};\n" "> +\t};\n" @@ -108,21 +113,21 @@ "> +\t\t#size-cells = <1>;\n" "> +\t\tranges = <0 0x90000000 0x10000>;\n" "> +\n" - "> +\t\ttimer at 90000000 {\n" + "> +\t\ttimer@90000000 {\n" "> +\t\t\tcompatible = \"sunplus,spmp8000-timer\";\n" "> +\t\t\treg = <0x0 0x1000>;\n" "> +\t\t\tinterrupt-parent = <&vic0>;\n" "> +\t\t\tinterrupts = <7 8 9>;\n" "> +\t\t};\n" "> +\n" - "> +\t\twatchdog at 90001000 {\n" + "> +\t\twatchdog@90001000 {\n" "> +\t\t\tcompatible = \"sunplus,spmp8000-wdt\";\n" "> +\t\t\treg = <0x1000 0x1000>;\n" "> +\t\t\tinterrupt-parent = <&vic0>;\n" "> +\t\t\tinterrupts = <10 11 12>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tscu-b at 90005000 {\n" + "> +\t\tscu-b@90005000 {\n" "> +\t\t\tcompatible = \"sunplus,spmp8000-scub\";\n" "> +\t\t\treg = <0x5000 0x1000>;\n" "> +\t\t};\n" @@ -134,14 +139,14 @@ "> +\t\t#size-cells = <1>;\n" "> +\t\tranges = <0 0x90010000 0x20000>;\n" "> +\n" - "> +\t\tvic0: interrupt-controller at 90010000 {\n" + "> +\t\tvic0: interrupt-controller@90010000 {\n" "> +\t\t\tcompatible = \"arm,pl192\";\n" "> +\t\t\tinterrupt-controller;\n" "> +\t\t\t#interrupt-cells = <1>;\n" "> +\t\t\treg = <0x0 0x1000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tvic1: interrupt-controller at 900020000 {\n" + "> +\t\tvic1: interrupt-controller@900020000 {\n" "> +\t\t\tcompatible = \"arm,pl192\";\n" "> +\t\t\tinterrupt-controller;\n" "> +\t\t\t#interrupt-cells = <1>;\n" @@ -155,7 +160,7 @@ "> +\t\t#size-cells = <1>;\n" "> +\t\tranges = <0 0x92000000 0x1000000>;\n" "> +\n" - "> +\t\tscu-c at 92005000 {\n" + "> +\t\tscu-c@92005000 {\n" "> +\t\t\tcompatible = \"sunplus,spmp8000-scuc\";\n" "> +\t\t\treg = <0x5000 0x1000>;\n" "> +\t\t};\n" @@ -169,7 +174,7 @@ "lower case for hex is preferred.\n" "\n" "> +\n" - "> +\t\t\tuart0: uart-c0 at 92B04000 {\n" + "> +\t\t\tuart0: uart-c0@92B04000 {\n" "> +\t\t\t\tcompatible = \"ns16550a\";\n" "> +\t\t\t\treg = <0x4000 0x1000>;\n" "> +\t\t\t\tclock-frequency = <2076923>;\n" @@ -187,11 +192,11 @@ "> +\t\t#size-cells = <1>;\n" "> +\t\tranges = <0 0x93000000 0x20000>;\n" "> +\n" - "> +\t\tscu-a at 93007000 {\n" + "> +\t\tscu-a@93007000 {\n" "> +\t\t\tcompatible = \"sunplus,spmp8000-scua\";\n" "> +\t\t\treg = <0x7000 0x1000>;\n" "> +\t\t};\n" "> +\t};\n" > +}; -5addf9f64d48b4388bc16d20065ba979930b7c4eff94274f9d96aceb9f9aac61 +4b764895ea45f40e8ed28fdbd87b3163c02eceb67bd5bb28990059e64b580db7
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.