diff for duplicates of <51360562.20309@ti.com> diff --git a/a/1.txt b/N1/1.txt index 99f906b..0df0c01 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ On 03/05/2013 08:34 AM, Mark Jackson wrote: > > My GPMC tree looks like this:- > -> gpmc: gpmc@50000000 { +> gpmc: gpmc at 50000000 { > compatible = "ti,am3352-gpmc", "simple-bus"; > ti,hwmods = "gpmc"; > status = "okay"; @@ -30,7 +30,7 @@ On 03/05/2013 08:34 AM, Mark Jackson wrote: > ranges = <0 0 0x08000000 0x10000000>, /* CS0: NAND 256M */ > <3 0 0x1a000000 0x04000000>; /* CS3: NOR 64M */ > -> nand@0,0 { +> nand at 0,0 { > linux,mtd-name= "micron,mt29f2g08abaea"; > reg = <0 0x00000000 0x10000000>; /* CS0, offset 0 */ > nand-bus-width = <8>; @@ -87,48 +87,48 @@ On 03/05/2013 08:34 AM, Mark Jackson wrote: > | | > +------------+-->0x10000000-> NAND end (Free end) > */ -> partition@0 { +> partition at 0 { > label = "spl1"; > reg = <0x00000000 0x00020000>; /* 128KB */ > }; > -> partition@1 { +> partition at 1 { > label = "spl2"; > reg = <0x00020000 0x00020000>; /* 128KB */ > }; > -> partition@2 { +> partition at 2 { > label = "spl3"; > reg = <0x00040000 0x00020000>; /* 128KB */ > }; > -> partition@3 { +> partition at 3 { > label = "spl4"; > reg = <0x00060000 0x00020000>; /* 128KB */ > }; > -> partition@4 { +> partition at 4 { > label = "boot"; > reg = <0x00080000 0x00160000>; /* 1408KB */ > }; > -> partition@5 { +> partition at 5 { > label = "env"; > reg = <0x001e0000 0x00020000>; /* 128KB */ > }; > -> partition@6 { +> partition at 6 { > label = "rootfs"; > reg = <0x00200000 0x04000000>; /* 64MB */ > }; > -> partition@7 { +> partition at 7 { > label = "data"; > reg = <0x04200000 0x0be00000>; /* 190MB */ > }; > }; > -> nor@1,0 { +> nor at 1,0 { > reg = <3 0x00000000 0x04000000>; > compatible = "cfi-flash"; > linux,mtd-name = "spansion,s29gl064n90t"; @@ -168,7 +168,7 @@ for a given chip-select. > #size-cells = <1>; > elm_id = <&elm>; > -> partition@0 { +> partition at 0 { > label = "data"; > reg = <0x00000000 0x04000000>; /* 64MB */ > }; @@ -178,7 +178,7 @@ for a given chip-select. > Booting with this NOR device produces the following oops:- > > [ 0.000000] Booting Linux on physical CPU 0x0 -> [ 0.000000] Linux version 3.9.0-rc1-12191-ga00d6d1-dirty (mpfj@mpfj-nanobone) (gcc version 4.5.4 (Buildroot 2012.11) ) #33 Tue Mar 5 13:08:25 GMT 2013 +> [ 0.000000] Linux version 3.9.0-rc1-12191-ga00d6d1-dirty (mpfj at mpfj-nanobone) (gcc version 4.5.4 (Buildroot 2012.11) ) #33 Tue Mar 5 13:08:25 GMT 2013 > [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d > [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache > [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone @@ -232,7 +232,7 @@ for a given chip-select. > [ 0.194142] NET: Registered protocol family 16 > [ 0.194891] DMA: preallocated 256 KiB pool for atomic coherent allocations > [ 0.213783] OMAP GPIO hardware version 0.1 -> [ 0.236730] omap-gpmc 50000000.gpmc: could not find pctldev for node /pinmux@44e10800/gpmc_pins, deferring probe +> [ 0.236730] omap-gpmc 50000000.gpmc: could not find pctldev for node /pinmux at 44e10800/gpmc_pins, deferring probe > [ 0.236781] platform 50000000.gpmc: Driver omap-gpmc requests probe deferral This look like your problem. I would figure out why this is failing and diff --git a/a/content_digest b/N1/content_digest index 847a16b..40a2d53 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,10 @@ "ref\01361899842-30303-1-git-send-email-jon-hunter@ti.com\0" "ref\01361899842-30303-12-git-send-email-jon-hunter@ti.com\0" "ref\051360271.1030302@mimc.co.uk\0" - "From\0Jon Hunter <jon-hunter@ti.com>\0" - "Subject\0Re: [PATCH 11/14] ARM: OMAP2+: Add device-tree support for NOR flash\0" + "From\0jon-hunter@ti.com (Jon Hunter)\0" + "Subject\0[PATCH 11/14] ARM: OMAP2+: Add device-tree support for NOR flash\0" "Date\0Tue, 5 Mar 2013 08:46:58 -0600\0" - "To\0Mark Jackson <mpfj-list@mimc.co.uk>\0" - "Cc\0Rob Herring <rob.herring@calxeda.com>" - Grant Likely <grant.likely@secretlab.ca> - Tony Lindgren <tony@atomide.com> - Benoit Cousson <b-cousson@ti.com> - device-tree <devicetree-discuss@lists.ozlabs.org> - linux-omap <linux-omap@vger.kernel.org> - linux-arm <linux-arm-kernel@lists.infradead.org> - " Daniel Mack <zonque@gmail.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -34,7 +26,7 @@ "> \n" "> My GPMC tree looks like this:-\n" "> \n" - "> gpmc: gpmc@50000000 {\n" + "> gpmc: gpmc at 50000000 {\n" "> \tcompatible = \"ti,am3352-gpmc\", \"simple-bus\";\n" "> \tti,hwmods = \"gpmc\";\n" "> \tstatus = \"okay\";\n" @@ -47,7 +39,7 @@ "> \tranges = <0 0 0x08000000 0x10000000>,\t/* CS0: NAND 256M */\n" "> \t\t <3 0 0x1a000000 0x04000000>;\t/* CS3: NOR 64M */\n" "> \n" - "> \tnand@0,0 {\n" + "> \tnand at 0,0 {\n" "> \t\tlinux,mtd-name= \"micron,mt29f2g08abaea\";\n" "> \t\treg = <0 0x00000000 0x10000000>; /* CS0, offset 0 */\n" "> \t\tnand-bus-width = <8>;\n" @@ -104,48 +96,48 @@ "> \t\t| |\n" "> \t\t+------------+-->0x10000000-> NAND end (Free end)\n" "> \t\t*/\n" - "> \t\tpartition@0 {\n" + "> \t\tpartition at 0 {\n" "> \t\t\tlabel = \"spl1\";\n" "> \t\t\treg = <0x00000000 0x00020000>; /* 128KB */\n" "> \t\t};\n" "> \n" - "> \t\tpartition@1 {\n" + "> \t\tpartition at 1 {\n" "> \t\t\tlabel = \"spl2\";\n" "> \t\t\treg = <0x00020000 0x00020000>; /* 128KB */\n" "> \t\t};\n" "> \n" - "> \t\tpartition@2 {\n" + "> \t\tpartition at 2 {\n" "> \t\t\tlabel = \"spl3\";\n" "> \t\t\treg = <0x00040000 0x00020000>; /* 128KB */\n" "> \t\t};\n" "> \n" - "> \t\tpartition@3 {\n" + "> \t\tpartition at 3 {\n" "> \t\t\tlabel = \"spl4\";\n" "> \t\t\treg = <0x00060000 0x00020000>; /* 128KB */\n" "> \t\t};\n" "> \n" - "> \t\tpartition@4 {\n" + "> \t\tpartition at 4 {\n" "> \t\t\tlabel = \"boot\";\n" "> \t\t\treg = <0x00080000 0x00160000>; /* 1408KB */\n" "> \t\t};\n" "> \n" - "> \t\tpartition@5 {\n" + "> \t\tpartition at 5 {\n" "> \t\t\tlabel = \"env\";\n" "> \t\t\treg = <0x001e0000 0x00020000>; /* 128KB */\n" "> \t\t};\n" "> \n" - "> \t\tpartition@6 {\n" + "> \t\tpartition at 6 {\n" "> \t\t\tlabel = \"rootfs\";\n" "> \t\t\treg = <0x00200000 0x04000000>; /* 64MB */\n" "> \t\t};\n" "> \n" - "> \t\tpartition@7 {\n" + "> \t\tpartition at 7 {\n" "> \t\t\tlabel = \"data\";\n" "> \t\t\treg = <0x04200000 0x0be00000>; /* 190MB */\n" "> \t\t};\n" "> \t};\n" "> \n" - "> \tnor@1,0 {\n" + "> \tnor at 1,0 {\n" "> \t\treg = <3 0x00000000 0x04000000>;\n" "> \t\tcompatible = \"cfi-flash\";\n" "> \t\tlinux,mtd-name = \"spansion,s29gl064n90t\";\n" @@ -185,7 +177,7 @@ "> \t\t#size-cells = <1>;\n" "> \t\telm_id = <&elm>;\n" "> \n" - "> \t\tpartition@0 {\n" + "> \t\tpartition at 0 {\n" "> \t\t\tlabel = \"data\";\n" "> \t\t\treg = <0x00000000 0x04000000>; /* 64MB */\n" "> \t\t};\n" @@ -195,7 +187,7 @@ "> Booting with this NOR device produces the following oops:-\n" "> \n" "> [ 0.000000] Booting Linux on physical CPU 0x0\n" - "> [ 0.000000] Linux version 3.9.0-rc1-12191-ga00d6d1-dirty (mpfj@mpfj-nanobone) (gcc version 4.5.4 (Buildroot 2012.11) ) #33 Tue Mar 5 13:08:25 GMT 2013\n" + "> [ 0.000000] Linux version 3.9.0-rc1-12191-ga00d6d1-dirty (mpfj at mpfj-nanobone) (gcc version 4.5.4 (Buildroot 2012.11) ) #33 Tue Mar 5 13:08:25 GMT 2013\n" "> [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d\n" "> [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache\n" "> [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone\n" @@ -249,7 +241,7 @@ "> [ 0.194142] NET: Registered protocol family 16\n" "> [ 0.194891] DMA: preallocated 256 KiB pool for atomic coherent allocations\n" "> [ 0.213783] OMAP GPIO hardware version 0.1\n" - "> [ 0.236730] omap-gpmc 50000000.gpmc: could not find pctldev for node /pinmux@44e10800/gpmc_pins, deferring probe\n" + "> [ 0.236730] omap-gpmc 50000000.gpmc: could not find pctldev for node /pinmux at 44e10800/gpmc_pins, deferring probe\n" "> [ 0.236781] platform 50000000.gpmc: Driver omap-gpmc requests probe deferral\n" "\n" "This look like your problem. I would figure out why this is failing and\n" @@ -258,4 +250,4 @@ "Cheers\n" Jon -51ea7f73ba5a8bd24cf8d07c5917b853647a9b07959d1021cfadb3f0af0d3a89 +77971a3123a7ae1149f1c6dc5b4900188731149acc1896a17f031c9ef4610120
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.