Re: [U-Boot] [PATCH v3 0/5] spi-flash: switch to "jedec, spi-nor" binding

2019-02-07 Thread Neil Armstrong
Le 07/02/2019 13:28, Jagan Teki a écrit : > On Tue, Jan 15, 2019 at 6:29 PM Neil Armstrong > wrote: >> >> There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. >> This patchset : >> - adds this compatible into sf_probe and will avoid changing the >> device tree files to

Re: [U-Boot] [PATCH v3 0/5] spi-flash: switch to "jedec, spi-nor" binding

2019-02-07 Thread Jagan Teki
On Tue, Jan 15, 2019 at 6:29 PM Neil Armstrong wrote: > > There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. > This patchset : > - 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.

Re: [U-Boot] [PATCH v3 0/5] spi-flash: switch to "jedec, spi-nor" binding

2019-01-28 Thread Neil Armstrong
Hi Jagan, Tom, On 15/01/2019 13:59, Neil Armstrong wrote: > There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. > This patchset : > - 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

[U-Boot] [PATCH v3 0/5] spi-flash: switch to "jedec, spi-nor" binding

2019-01-15 Thread Neil Armstrong
There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. This patchset : - 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. - switches all DTS/DTSI files to "jedec,spi-nor" - remove the