diff for duplicates of <508EF9E3.5090507@gmail.com> diff --git a/a/1.txt b/N1/1.txt index d2b05e4..b300fe0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ Okay, so it's not fixed or some sub-range of the memory map. >>> 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>; @@ -35,7 +35,7 @@ Okay, so it's not fixed or some sub-range of the memory map. >>> #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. > @@ -75,7 +75,7 @@ Rob > > 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>; @@ -88,7 +88,7 @@ Rob > .... ..... > .... .....>; > -> nand: child at 0 { +> nand: child@0 { > /* timings */ > /* peripheral specifics */ > }; diff --git a/a/content_digest b/N1/content_digest index b0a0def..0f0d398 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,17 @@ "ref\0508E9513.7050106@gmail.com\0" "ref\0508E9C42.10907@gmail.com\0" "ref\0508EBB47.8070405@gmail.com\0" - "From\0robherring2@gmail.com (Rob Herring)\0" - "Subject\0Representation of external memory-mapped devices in DT (gpmc)\0" + "ref\0508EBB47.8070405-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: Representation of external memory-mapped devices in DT (gpmc)\0" "Date\0Mon, 29 Oct 2012 16:49:23 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Daniel Mack <zonque-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 10/29/2012 12:22 PM, Daniel Mack wrote:\n" @@ -35,7 +42,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" @@ -44,7 +51,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" @@ -84,7 +91,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" @@ -97,7 +104,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" @@ -114,4 +121,4 @@ "> Daniel\n" > -6d47e6634564daaa22f82df5897f604597a31e6a2fd6a2e6f640cd5c7260366c +09b7cdf241d38da7c4ea8a9086fd9e05d9c32c19154a5a5d70cb96e397551b58
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.