diff for duplicates of <56571ACC.9080306@free.fr> diff --git a/a/1.txt b/N1/1.txt index 556f8ac..0457d09 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,11 +2,11 @@ On 26/11/2015 14:59, Russell King - ARM Linux wrote: > On Thu, Nov 26, 2015 at 02:16:16PM +0100, Mason wrote: >> #define SCU_BASE 0x20000000 >> ->> scu: scu at XXX { +>> scu: scu@XXX { >> compatible = "arm,cortex-a9-scu"; >> reg = <SCU_BASE 0x100>; >> ->> gic: interrupt-controller at XXX { +>> gic: interrupt-controller@XXX { >> compatible = "arm,cortex-a9-gic"; >> reg = <SCU_BASE+0x1000 0x1000>, <SCU_BASE+0x100 0x0100>; > @@ -24,10 +24,15 @@ Working with the preprocessor would have to involve token-pasting. #define SCU_BASE(OFFSET) 2000##OFFSET #define SCU_BASEX(OFFSET) 0x2000##OFFSET - gic: interrupt-controller at SCU_BASE(1000) { + gic: interrupt-controller@SCU_BASE(1000) { reg = <SCU_BASEX(1000) 0x1000>, <SCU_BASEX(0100) 0x0100>; }; My very own abomination! Regards. + +-- +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 077b4dd..1737afc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,27 @@ "ref\056570620.3070106@free.fr\0" "ref\020151126135957.GC8644@n2100.arm.linux.org.uk\0" - "From\0slash.tmp@free.fr (Mason)\0" - "Subject\0Preprocessor arithmetic in dtsi files (base + offset)\0" + "ref\020151126135957.GC8644-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org\0" + "From\0Mason <slash.tmp-GANU6spQydw@public.gmane.org>\0" + "Subject\0Re: Preprocessor arithmetic in dtsi files (base + offset)\0" "Date\0Thu, 26 Nov 2015 15:44:28 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Russell King - ARM Linux <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>\0" + "Cc\0Linux ARM <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>" + DT <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + " Sebastian Frias <sebastian_frias-y1yR0Z3OICC7zZZRDBGcUA@public.gmane.org>\0" "\00:1\0" "b\0" "On 26/11/2015 14:59, Russell King - ARM Linux wrote:\n" "> On Thu, Nov 26, 2015 at 02:16:16PM +0100, Mason wrote:\n" ">> #define SCU_BASE 0x20000000\n" ">>\n" - ">> \tscu: scu at XXX {\n" + ">> \tscu: scu@XXX {\n" ">> \t\tcompatible = \"arm,cortex-a9-scu\";\n" ">> \t\treg = <SCU_BASE 0x100>;\n" ">> \t\n" - ">> \tgic: interrupt-controller at XXX {\n" + ">> \tgic: interrupt-controller@XXX {\n" ">> \t\tcompatible = \"arm,cortex-a9-gic\";\n" ">> \t\treg = <SCU_BASE+0x1000 0x1000>, <SCU_BASE+0x100 0x0100>;\n" "> \n" @@ -32,12 +39,17 @@ "#define SCU_BASE(OFFSET)\t2000##OFFSET\n" "#define SCU_BASEX(OFFSET)\t0x2000##OFFSET\n" "\n" - "\tgic: interrupt-controller at SCU_BASE(1000) {\n" + "\tgic: interrupt-controller@SCU_BASE(1000) {\n" "\t\treg = <SCU_BASEX(1000) 0x1000>, <SCU_BASEX(0100) 0x0100>;\n" "\t};\n" "\n" "My very own abomination!\n" "\n" - Regards. + "Regards.\n" + "\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 -3b88b95ceb51f54f4cb725c9093aa3591d8e00a14f1c8714ca2f761c51e0d2c7 +b5eb1c3c4b0a1bdb784c7a97c1153ff86d79acf31025eb86f0927c67007810bc
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.