Re: [U-Boot] [PATCH] mtd: sf_probe: add jedec,spi-nor compatible

2018-12-01 Thread Simon Goldschmidt
On Fri, Nov 30, 2018 at 5:12 PM Neil Armstrong wrote: > > Hi Simon, > > On 25/11/2018 19:57, Simon Goldschmidt wrote: > > On 14.11.2018 10:15, Jagan Teki wrote: > >> On Wed, Nov 14, 2018 at 2:39 PM Simon Goldschmidt > >> wrote: > >>> On Wed, Nov 14, 2018 at 9:59 AM Jagan Teki > >>> wrote: > >>>

Re: [U-Boot] [PATCH] mtd: sf_probe: add jedec,spi-nor compatible

2018-11-30 Thread Neil Armstrong
Hi Simon, On 25/11/2018 19:57, Simon Goldschmidt wrote: > On 14.11.2018 10:15, Jagan Teki wrote: >> On Wed, Nov 14, 2018 at 2:39 PM Simon Goldschmidt >> wrote: >>> On Wed, Nov 14, 2018 at 9:59 AM Jagan Teki >>> wrote: On Sat, Nov 10, 2018 at 1:14 AM Simon Goldschmidt wrote: > On

Re: [U-Boot] [PATCH] mtd: sf_probe: add jedec,spi-nor compatible

2018-11-25 Thread Simon Goldschmidt
On 14.11.2018 10:15, Jagan Teki wrote: On Wed, Nov 14, 2018 at 2:39 PM Simon Goldschmidt wrote: On Wed, Nov 14, 2018 at 9:59 AM Jagan Teki wrote: On Sat, Nov 10, 2018 at 1:14 AM Simon Goldschmidt wrote: On 06.11.2018 10:24, Neil Armstrong wrote: There is no reason not to use the Linux "jed

Re: [U-Boot] [PATCH] mtd: sf_probe: add jedec,spi-nor compatible

2018-11-14 Thread Jagan Teki
On Wed, Nov 14, 2018 at 2:39 PM Simon Goldschmidt wrote: > > On Wed, Nov 14, 2018 at 9:59 AM Jagan Teki wrote: > > > > On Sat, Nov 10, 2018 at 1:14 AM Simon Goldschmidt > > wrote: > > > > > > On 06.11.2018 10:24, Neil Armstrong wrote: > > > > There is no reason not to use the Linux "jedec,spi-no

Re: [U-Boot] [PATCH] mtd: sf_probe: add jedec,spi-nor compatible

2018-11-14 Thread Simon Goldschmidt
On Wed, Nov 14, 2018 at 9:59 AM Jagan Teki wrote: > > On Sat, Nov 10, 2018 at 1:14 AM Simon Goldschmidt > wrote: > > > > On 06.11.2018 10:24, Neil Armstrong wrote: > > > There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. > > > This patch adds this compatible into sf_probe

Re: [U-Boot] [PATCH] mtd: sf_probe: add jedec,spi-nor compatible

2018-11-14 Thread Jagan Teki
On Sat, Nov 10, 2018 at 1:14 AM Simon Goldschmidt wrote: > > On 06.11.2018 10:24, Neil Armstrong wrote: > > There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. > > This patch adds this compatible into sf_probe and will avoid changing the > > device tree files to add a u-boot

Re: [U-Boot] [PATCH] mtd: sf_probe: add jedec,spi-nor compatible

2018-11-09 Thread Simon Goldschmidt
On 06.11.2018 10:24, Neil Armstrong wrote: There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. This patch adds this compatible into sf_probe and will avoid changing the device tree files to add a u-boot specific compatible to probe a spi flash. This change is needed to ena

[U-Boot] [PATCH] mtd: sf_probe: add jedec,spi-nor compatible

2018-11-06 Thread Neil Armstrong
There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. This patch adds this compatible into sf_probe and will avoid changing the device tree files to add a u-boot specific compatible to probe a spi flash. This change is needed to enable SPI NOR Flash support using the non-modif