diff for duplicates of <20140221163923.GL5038@beef> diff --git a/a/1.txt b/N1/1.txt index b6c1eb1..44c9201 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,8 +2,8 @@ On Mon, Feb 03, 2014 at 01:30:41PM -0800, Marc Carino wrote: > Add a sample DTS which will allow bootup of a board populated > with the BCM7445 chip. > -> Signed-off-by: Marc Carino <marc.ceeeee@gmail.com> -> Acked-by: Florian Fainelli <f.fainelli@gmail.com> +> Signed-off-by: Marc Carino <marc.ceeeee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> +> Acked-by: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > arch/arm/boot/dts/bcm7445.dts | 111 +++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 111 insertions(+), 0 deletions(-) @@ -45,32 +45,32 @@ copy the entire bcm7445.dts for their board. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + cpu at 0 { +> + cpu@0 { > + compatible = "brcm,brahma-b15"; > + device_type = "cpu"; > + reg = <0>; > + }; > + -> + cpu at 1 { +> + cpu@1 { > + compatible = "brcm,brahma-b15"; > + device_type = "cpu"; > + reg = <1>; > + }; > + -> + cpu at 2 { +> + cpu@2 { > + compatible = "brcm,brahma-b15"; > + device_type = "cpu"; > + reg = <2>; > + }; > + -> + cpu at 3 { +> + cpu@3 { > + compatible = "brcm,brahma-b15"; > + device_type = "cpu"; > + reg = <3>; > + }; > + }; > + -> + gic: interrupt-controller at ffd00000 { +> + gic: interrupt-controller@ffd00000 { > + compatible = "brcm,brahma-b15-gic", "arm,cortex-a15-gic"; > + reg = <0x00 0xffd01000 0x00 0x1000>, > + <0x00 0xffd02000 0x00 0x2000>, @@ -100,7 +100,7 @@ e.g. > + compatible = "simple-bus"; > + ranges = <0 0x00 0xf0000000 0x1000000>; > + -> + serial at 406b00 { +> + serial@406b00 { > + compatible = "ns16550a"; > + reg = <0x406b00 0x20>; > + reg-shift = <2>; @@ -112,3 +112,7 @@ same here: interrupt = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; -Matt +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 846fa3f..d98ef09 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,26 @@ "ref\01391463041-15241-1-git-send-email-marc.ceeeee@gmail.com\0" "ref\01391463041-15241-9-git-send-email-marc.ceeeee@gmail.com\0" - "From\0mporter@linaro.org (Matt Porter)\0" - "Subject\0[PATCH v6 8/8] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445\0" + "ref\01391463041-15241-9-git-send-email-marc.ceeeee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Matt Porter <mporter-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH v6 8/8] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445\0" "Date\0Fri, 21 Feb 2014 11:39:23 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Marc Carino <marc.ceeeee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0Christian Daudt <bcm-xK7y4jjYLqYh9ZMKESR00Q@public.gmane.org>" + Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> + Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> + Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Mon, Feb 03, 2014 at 01:30:41PM -0800, Marc Carino wrote:\n" "> Add a sample DTS which will allow bootup of a board populated\n" "> with the BCM7445 chip.\n" "> \n" - "> Signed-off-by: Marc Carino <marc.ceeeee@gmail.com>\n" - "> Acked-by: Florian Fainelli <f.fainelli@gmail.com>\n" + "> Signed-off-by: Marc Carino <marc.ceeeee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" + "> Acked-by: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/bcm7445.dts | 111 +++++++++++++++++++++++++++++++++++++++++\n" "> 1 files changed, 111 insertions(+), 0 deletions(-)\n" @@ -53,32 +62,32 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tcpu at 0 {\n" + "> +\t\tcpu@0 {\n" "> +\t\t\tcompatible = \"brcm,brahma-b15\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu at 1 {\n" + "> +\t\tcpu@1 {\n" "> +\t\t\tcompatible = \"brcm,brahma-b15\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu at 2 {\n" + "> +\t\tcpu@2 {\n" "> +\t\t\tcompatible = \"brcm,brahma-b15\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu at 3 {\n" + "> +\t\tcpu@3 {\n" "> +\t\t\tcompatible = \"brcm,brahma-b15\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <3>;\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tgic: interrupt-controller at ffd00000 {\n" + "> +\tgic: interrupt-controller@ffd00000 {\n" "> +\t\tcompatible = \"brcm,brahma-b15-gic\", \"arm,cortex-a15-gic\";\n" "> +\t\treg = <0x00 0xffd01000 0x00 0x1000>,\n" "> +\t\t <0x00 0xffd02000 0x00 0x2000>,\n" @@ -108,7 +117,7 @@ "> +\t\tcompatible = \"simple-bus\";\n" "> +\t\tranges = <0 0x00 0xf0000000 0x1000000>;\n" "> +\n" - "> +\t\tserial at 406b00 {\n" + "> +\t\tserial@406b00 {\n" "> +\t\t\tcompatible = \"ns16550a\";\n" "> +\t\t\treg = <0x406b00 0x20>;\n" "> +\t\t\treg-shift = <2>;\n" @@ -119,6 +128,10 @@ "\n" "\t\t\tinterrupt = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;\n" "\n" - -Matt + "-Matt\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -1fff15733350a5040dfc94c16e7e1c201e6d39e1d57ffbcb0ef1896895dcddfe +88cf921ad58e23b05572f3e8f4b78b69d10ea112a896566b669ff4e7339b0d02
diff --git a/a/1.txt b/N2/1.txt index b6c1eb1..900c6a3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -45,32 +45,32 @@ copy the entire bcm7445.dts for their board. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + cpu at 0 { +> + cpu@0 { > + compatible = "brcm,brahma-b15"; > + device_type = "cpu"; > + reg = <0>; > + }; > + -> + cpu at 1 { +> + cpu@1 { > + compatible = "brcm,brahma-b15"; > + device_type = "cpu"; > + reg = <1>; > + }; > + -> + cpu at 2 { +> + cpu@2 { > + compatible = "brcm,brahma-b15"; > + device_type = "cpu"; > + reg = <2>; > + }; > + -> + cpu at 3 { +> + cpu@3 { > + compatible = "brcm,brahma-b15"; > + device_type = "cpu"; > + reg = <3>; > + }; > + }; > + -> + gic: interrupt-controller at ffd00000 { +> + gic: interrupt-controller@ffd00000 { > + compatible = "brcm,brahma-b15-gic", "arm,cortex-a15-gic"; > + reg = <0x00 0xffd01000 0x00 0x1000>, > + <0x00 0xffd02000 0x00 0x2000>, @@ -100,7 +100,7 @@ e.g. > + compatible = "simple-bus"; > + ranges = <0 0x00 0xf0000000 0x1000000>; > + -> + serial at 406b00 { +> + serial@406b00 { > + compatible = "ns16550a"; > + reg = <0x406b00 0x20>; > + reg-shift = <2>; diff --git a/a/content_digest b/N2/content_digest index 846fa3f..03eb780 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,17 @@ "ref\01391463041-15241-1-git-send-email-marc.ceeeee@gmail.com\0" "ref\01391463041-15241-9-git-send-email-marc.ceeeee@gmail.com\0" - "From\0mporter@linaro.org (Matt Porter)\0" - "Subject\0[PATCH v6 8/8] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445\0" + "From\0Matt Porter <mporter@linaro.org>\0" + "Subject\0Re: [PATCH v6 8/8] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445\0" "Date\0Fri, 21 Feb 2014 11:39:23 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Marc Carino <marc.ceeeee@gmail.com>\0" + "Cc\0Christian Daudt <bcm@fixthebug.org>" + Arnd Bergmann <arnd@arndb.de> + Olof Johansson <olof@lixom.net> + Florian Fainelli <f.fainelli@gmail.com> + Russell King <linux@arm.linux.org.uk> + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " devicetree@vger.kernel.org\0" "\00:1\0" "b\0" "On Mon, Feb 03, 2014 at 01:30:41PM -0800, Marc Carino wrote:\n" @@ -53,32 +61,32 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tcpu at 0 {\n" + "> +\t\tcpu@0 {\n" "> +\t\t\tcompatible = \"brcm,brahma-b15\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu at 1 {\n" + "> +\t\tcpu@1 {\n" "> +\t\t\tcompatible = \"brcm,brahma-b15\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu at 2 {\n" + "> +\t\tcpu@2 {\n" "> +\t\t\tcompatible = \"brcm,brahma-b15\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu at 3 {\n" + "> +\t\tcpu@3 {\n" "> +\t\t\tcompatible = \"brcm,brahma-b15\";\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\treg = <3>;\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tgic: interrupt-controller at ffd00000 {\n" + "> +\tgic: interrupt-controller@ffd00000 {\n" "> +\t\tcompatible = \"brcm,brahma-b15-gic\", \"arm,cortex-a15-gic\";\n" "> +\t\treg = <0x00 0xffd01000 0x00 0x1000>,\n" "> +\t\t <0x00 0xffd02000 0x00 0x2000>,\n" @@ -108,7 +116,7 @@ "> +\t\tcompatible = \"simple-bus\";\n" "> +\t\tranges = <0 0x00 0xf0000000 0x1000000>;\n" "> +\n" - "> +\t\tserial at 406b00 {\n" + "> +\t\tserial@406b00 {\n" "> +\t\t\tcompatible = \"ns16550a\";\n" "> +\t\t\treg = <0x406b00 0x20>;\n" "> +\t\t\treg-shift = <2>;\n" @@ -121,4 +129,4 @@ "\n" -Matt -1fff15733350a5040dfc94c16e7e1c201e6d39e1d57ffbcb0ef1896895dcddfe +f97cecceefa151b162cc03841dfb7c8b256c8b9b548a7e7bbff6a9bcd3cf2295
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.