diff for duplicates of <508EBB47.8070405@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 1d8f349..c4be113 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,7 +23,7 @@ mapped to address 0x0. >> itself and register the actual devices as sub-nodes to it. The NAND type >> is the only one that is currently supported. This is how it currently looks: >> ->> gpmc: gpmc at 50000000 { +>> gpmc: gpmc@50000000 { >> compatible = "ti,gpmc"; >> ti,hwmods = "gpmc"; >> reg = <0x50000000 0x2000>; @@ -32,7 +32,7 @@ mapped to address 0x0. >> #address-cells = <1>; >> #size-cells = <0>; >> ->> nand at 0 { +>> nand@0 { > > You may want a CS0 node with nand as a child node of that. @@ -42,7 +42,7 @@ device tree. The CS number should certainly go to the child node, no? IOW, would it be a good idea to have something like the following layout? - gpmc: gpmc at 50000000 { + gpmc: gpmc@50000000 { compatible = "ti,gpmc"; ti,hwmods = "gpmc"; reg = <0x50000000 0x2000>; @@ -55,7 +55,7 @@ IOW, would it be a good idea to have something like the following layout? .... ..... .... .....>; - nand: child at 0 { + nand: child@0 { /* timings */ /* peripheral specifics */ }; diff --git a/a/content_digest b/N1/content_digest index c236395..d2d261a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,16 @@ "ref\0508E9513.7050106@gmail.com\0" "ref\0508E9C42.10907@gmail.com\0" - "From\0zonque@gmail.com (Daniel Mack)\0" - "Subject\0Representation of external memory-mapped devices in DT (gpmc)\0" + "ref\0508E9C42.10907-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Daniel Mack <zonque-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: Representation of external memory-mapped devices in DT (gpmc)\0" "Date\0Mon, 29 Oct 2012 18:22:15 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0Afzal Mohammed <afzal-l0cyMroinI0@public.gmane.org>" + devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org> + Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> + Nori + Sekhar <nsekhar-l0cyMroinI0@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0" "\00:1\0" "b\0" "On 29.10.2012 16:09, Rob Herring wrote:\n" @@ -31,7 +38,7 @@ ">> itself and register the actual devices as sub-nodes to it. The NAND type\n" ">> is the only one that is currently supported. This is how it currently looks:\n" ">>\n" - ">> \tgpmc: gpmc at 50000000 {\n" + ">> \tgpmc: gpmc@50000000 {\n" ">> \t\tcompatible = \"ti,gpmc\";\n" ">> \t\tti,hwmods = \"gpmc\";\n" ">> \t\treg = <0x50000000 0x2000>;\n" @@ -40,7 +47,7 @@ ">> \t\t#address-cells = <1>;\n" ">> \t\t#size-cells = <0>;\n" ">>\n" - ">> \t\tnand at 0 {\n" + ">> \t\tnand@0 {\n" "> \n" "> You may want a CS0 node with nand as a child node of that.\n" "\n" @@ -50,7 +57,7 @@ "\n" "IOW, would it be a good idea to have something like the following layout?\n" "\n" - "\tgpmc: gpmc at 50000000 {\n" + "\tgpmc: gpmc@50000000 {\n" "\t\tcompatible = \"ti,gpmc\";\n" "\t\tti,hwmods = \"gpmc\";\n" "\t\treg = <0x50000000 0x2000>;\n" @@ -63,7 +70,7 @@ "\t\t\t ....\t\t.....\n" "\t\t\t ....\t\t.....>;\n" "\n" - "\t\tnand: child at 0 {\n" + "\t\tnand: child@0 {\n" "\t\t\t/* timings */\n" "\t\t\t/* peripheral specifics */\n" "\t\t};\n" @@ -79,4 +86,4 @@ "Thanks,\n" Daniel -5175d4d7a86db473e6d9e946bd75d91164fa8a1f143dcbe95680753c6a1fceb5 +c72ddda76570d1f5f47041136e351e6ed235678520ed669a0a99a6c1ea6bfa9a
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.