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

2019-02-10 Thread Jagan Teki
On Sun, Feb 10, 2019 at 3:46 PM Neil Armstrong wrote: > > There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. > This patchset : > - switches all DTS/DTSI files to "jedec,spi-nor" > - remove the "spi-flash" compatible from sf-probe > - switch GENERIC_SPI_FLASH to

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

2019-02-10 Thread Neil Armstrong
Hi Peter, Le 10/02/2019 11:25, Peter Robinson a écrit : > Hi Neil, > >> There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. >> This patchset : >> - switches all DTS/DTSI files to "jedec,spi-nor" >> - remove the "spi-flash" compatible from sf-probe > > A number of boards,

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

2019-02-10 Thread Peter Robinson
Hi Neil, > There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. > This patchset : > - switches all DTS/DTSI files to "jedec,spi-nor" > - remove the "spi-flash" compatible from sf-probe A number of boards, or even all boards for a SoC type just resync the dts files from the

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

2019-02-10 Thread Neil Armstrong
There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. This patchset : - switches all DTS/DTSI files to "jedec,spi-nor" - remove the "spi-flash" compatible from sf-probe - switch GENERIC_SPI_FLASH to jedec,spi-nor in fdtdec - switches dt bindings examples files to