diff for duplicates of <51360271.1030302@mimc.co.uk> diff --git a/a/1.txt b/N1/1.txt index 567726f..bfbab97 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ the patch set working). My GPMC tree looks like this:- -gpmc: gpmc@50000000 { +gpmc: gpmc at 50000000 { compatible = "ti,am3352-gpmc", "simple-bus"; ti,hwmods = "gpmc"; status = "okay"; @@ -28,7 +28,7 @@ gpmc: gpmc@50000000 { 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>; @@ -85,48 +85,48 @@ gpmc: gpmc@50000000 { | | +------------+-->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"; @@ -159,7 +159,7 @@ gpmc: gpmc@50000000 { #size-cells = <1>; elm_id = <&elm>; - partition@0 { + partition at 0 { label = "data"; reg = <0x00000000 0x04000000>; /* 64MB */ }; @@ -169,7 +169,7 @@ gpmc: gpmc@50000000 { 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 @@ -223,7 +223,7 @@ Booting with this NOR device produces the following oops:- [ 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 [ 0.237476] No ATAGs? [ 0.237494] hw-breakpoint: debug architecture 0x4 unsupported. @@ -232,7 +232,7 @@ Booting with this NOR device produces the following oops:- [ 0.342078] usbcore: registered new interface driver usbfs [ 0.342491] usbcore: registered new interface driver hub [ 0.343136] usbcore: registered new device driver usb -[ 0.344082] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/i2c1_pins, deferring probe +[ 0.344082] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux at 44e10800/i2c1_pins, deferring probe [ 0.344128] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral [ 0.351421] cfg80211: Calling CRDA to update world regulatory domain [ 0.353089] Switching to clocksource gp_timer diff --git a/a/content_digest b/N1/content_digest index 2f053d0..1c2233e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,9 @@ "ref\01361899842-30303-1-git-send-email-jon-hunter@ti.com\0" "ref\01361899842-30303-12-git-send-email-jon-hunter@ti.com\0" - "From\0Mark Jackson <mpfj-list@mimc.co.uk>\0" - "Subject\0Re: [PATCH 11/14] ARM: OMAP2+: Add device-tree support for NOR flash\0" + "From\0mpfj-list@mimc.co.uk (Mark Jackson)\0" + "Subject\0[PATCH 11/14] ARM: OMAP2+: Add device-tree support for NOR flash\0" "Date\0Tue, 05 Mar 2013 14:34:25 +0000\0" - "To\0Jon Hunter <jon-hunter@ti.com>\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" "On 26/02/13 17:30, Jon Hunter wrote:\n" @@ -31,7 +23,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" @@ -44,7 +36,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" @@ -101,48 +93,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" @@ -175,7 +167,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" @@ -185,7 +177,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" @@ -239,7 +231,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" "[ 0.237476] No ATAGs?\n" "[ 0.237494] hw-breakpoint: debug architecture 0x4 unsupported.\n" @@ -248,7 +240,7 @@ "[ 0.342078] usbcore: registered new interface driver usbfs\n" "[ 0.342491] usbcore: registered new interface driver hub\n" "[ 0.343136] usbcore: registered new device driver usb\n" - "[ 0.344082] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/i2c1_pins, deferring probe\n" + "[ 0.344082] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux at 44e10800/i2c1_pins, deferring probe\n" "[ 0.344128] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral\n" "[ 0.351421] cfg80211: Calling CRDA to update world regulatory domain\n" "[ 0.353089] Switching to clocksource gp_timer\n" @@ -338,4 +330,4 @@ "\n" Can anyone point out what I've got wrong ? -2afb02cb2fd5633f57a40869a90c2e80362bffd92c457e4fa035c61a91416824 +f88f717e0e4044aef3f4a07a6e4d4eae1a442c53f2dd15657612c17bb1463ca0
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.