Re: [patch 2/4] Make partitions optional in physmap_of

2007-09-14 Thread David Gibson
On Fri, Sep 14, 2007 at 01:54:12PM -0500, Josh Boyer wrote: > The latest physmap_of driver has a small error where it will fail the probe > with: > > physmap-flash: probe of fff0.small-flas failed with error -2 > > if there are no partition subnodes in the device tree and the old style > bin

[patch 2/4] Make partitions optional in physmap_of

2007-09-14 Thread Josh Boyer
The latest physmap_of driver has a small error where it will fail the probe with: physmap-flash: probe of fff0.small-flas failed with error -2 if there are no partition subnodes in the device tree and the old style binding is not used. Since partition definitions are optional, the probe shou