
7 Feb
2019
7 Feb
'19
1:28 p.m.
On Tue, Jan 15, 2019 at 6:29 PM Neil Armstrong narmstrong@baylibre.com 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.
- 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 "jedec,spi-nor"
Changes since v2:
- collected tags
- extracted x86 dts changed and merged it with the fdtdec change
- updated for new boards
Neil Armstrong (5): mtd: sf_probe: add jedec,spi-nor compatible dts: switch spi-flash to jedec,spi-nor compatible x86: dts: switch spi-flash to jedec,spi-nor compatible mtd: sf_probe: remove spi-flash compatible doc: device-tree-bindings: switch from spi-flash to jedec,spi-nor
Reviewed-by: Jagan Teki jagan@openedev.com
Please send v4 on top of u-boot-spi/master and skip the 1/5 (picked this from Vignesh series)