diff for duplicates of <20120407013531.BFB653E211F@localhost> diff --git a/a/1.txt b/N1/1.txt index 775b884..7d871ff 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -36,7 +36,7 @@ On Thu, 05 Apr 2012 13:59:56 +0100, Marc Zyngier <marc.zyngier@arm.com> wrote: > > Let's say we implement the following: > -> gic: interrupt-controller at 2c001000 { +> gic: interrupt-controller@2c001000 { > compatible = "arm,cortex-a15-gic"; > #interrupt-cells = <3>; > #address-cells = <1>; @@ -55,7 +55,7 @@ On Thu, 05 Apr 2012 13:59:56 +0100, Marc Zyngier <marc.zyngier@arm.com> wrote: > > How about this? > -> gic: interrupt-controller at 2c001000 { +> gic: interrupt-controller@2c001000 { > compatible = "arm,cortex-a15-gic"; > #interrupt-cells = <3>; > #address-cells = <1>; @@ -64,7 +64,7 @@ On Thu, 05 Apr 2012 13:59:56 +0100, Marc Zyngier <marc.zyngier@arm.com> wrote: > reg = <0x2c001000 0x1000>, > <0x2c002000 0x100>; > -> vgic at 2c004000 { +> vgic@2c004000 { > compatible = "arm,cortex-a15-vgic", "arm,vgic"; > reg = <0x2c004000 0x2000>, > <0x2c006000 0x2000>; @@ -79,7 +79,7 @@ I think that the compatible property already supports what you need to do. If an extension is added to the core binding, then suppliment it with a new compatible value: - gic: interrupt-controller at 2c001000 { + gic: interrupt-controller@2c001000 { compatible = "arm,cortex-a15-vgic", "arm,cortex-a15-gic"; #interrupt-cells = <3>; #address-cells = <1>; diff --git a/a/content_digest b/N1/content_digest index 23f721c..34378c9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,10 +3,14 @@ "ref\04F7AC8A8.9020606@arm.com\0" "ref\020120403153538.0D1B83E044A@localhost\0" "ref\04F7D974C.9050506@arm.com\0" - "From\0grant.likely@secretlab.ca (Grant Likely)\0" - "Subject\0[PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)\0" + "From\0Grant Likely <grant.likely@secretlab.ca>\0" + "Subject\0Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)\0" "Date\0Fri, 06 Apr 2012 18:35:31 -0700\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Marc Zyngier <marc.zyngier@arm.com>\0" + "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>" + devicetree-discuss@lists.ozlabs.org <devicetree-discuss@lists.ozlabs.org> + David Vrabel <david.vrabel@citrix.com> + " rob.herring@calxeda.com <rob.herring@calxeda.com>\0" "\00:1\0" "b\0" "On Thu, 05 Apr 2012 13:59:56 +0100, Marc Zyngier <marc.zyngier@arm.com> wrote:\n" @@ -47,7 +51,7 @@ "> \n" "> Let's say we implement the following:\n" "> \n" - "> \tgic: interrupt-controller at 2c001000 {\n" + "> \tgic: interrupt-controller@2c001000 {\n" "> \t\tcompatible = \"arm,cortex-a15-gic\";\n" "> \t\t#interrupt-cells = <3>;\n" "> \t\t#address-cells = <1>;\n" @@ -66,7 +70,7 @@ "> \n" "> How about this?\n" "> \n" - "> \tgic: interrupt-controller at 2c001000 {\n" + "> \tgic: interrupt-controller@2c001000 {\n" "> \t\tcompatible = \"arm,cortex-a15-gic\";\n" "> \t\t#interrupt-cells = <3>;\n" "> \t\t#address-cells = <1>;\n" @@ -75,7 +79,7 @@ "> \t\treg = <0x2c001000 0x1000>,\n" "> \t\t <0x2c002000 0x100>;\n" "> \n" - "> \t\tvgic at 2c004000 {\n" + "> \t\tvgic@2c004000 {\n" "> \t\t\tcompatible = \"arm,cortex-a15-vgic\", \"arm,vgic\";\n" "> \t\t\treg = <0x2c004000 0x2000>,\n" "> \t\t\t <0x2c006000 0x2000>;\n" @@ -90,7 +94,7 @@ "do. If an extension is added to the core binding, then suppliment it\n" "with a new compatible value:\n" "\n" - "\tgic: interrupt-controller at 2c001000 {\n" + "\tgic: interrupt-controller@2c001000 {\n" "\t\tcompatible = \"arm,cortex-a15-vgic\", \"arm,cortex-a15-gic\";\n" "\t\t#interrupt-cells = <3>;\n" "\t\t#address-cells = <1>;\n" @@ -109,4 +113,4 @@ "\n" g. -804fa6ce9b208696013c7fe7050768893076c98a6e9755afb9e3a84224e7f337 +f98fe126a3537c8d27b8286603d6893b0a4e89a286ee9891e5ab0addae95de3a
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.