[U-Boot] [PATCH] ARM: mvebu: add "spi-flash" compatible string

2017-08-29 Thread Chris Packham
U-boots spi-nor support is currently considered a work in progress. For now to avoid issues it is necessary to add a "spi-flash" compatible string. Eventually the "jedec,spi-nor" will be sufficient when the core U-boot code is updated to support it. Signed-off-by: Chris Packham --- This is an alt

Re: [U-Boot] [PATCH] ARM: mvebu: add "spi-flash" compatible string

2017-08-29 Thread Jagan Teki
On Tue, Aug 29, 2017 at 2:07 PM, Chris Packham wrote: > U-boots spi-nor support is currently considered a work in progress. For > now to avoid issues it is necessary to add a "spi-flash" compatible > string. Eventually the "jedec,spi-nor" will be sufficient when the core > U-boot code is updated t

Re: [U-Boot] [PATCH] ARM: mvebu: add "spi-flash" compatible string

2017-08-30 Thread Stefan Roese
On 30.08.2017 08:37, Jagan Teki wrote: On Tue, Aug 29, 2017 at 2:07 PM, Chris Packham wrote: U-boots spi-nor support is currently considered a work in progress. For now to avoid issues it is necessary to add a "spi-flash" compatible string. Eventually the "jedec,spi-nor" will be sufficient when