From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Armstrong Date: Thu, 07 Feb 2019 21:13:45 +0100 Subject: [U-Boot] [PATCH v3 0/5] spi-flash: switch to "jedec, spi-nor" binding In-Reply-To: References: <20190115125922.13433-1-narmstrong@baylibre.com> Message-ID: <5C5C9179.3030009@baylibre.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Le 07/02/2019 13:28, Jagan Teki a =C3=A9crit : > 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-boo= t. >> 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 f= lash. >> - 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 >=20 > Reviewed-by: Jagan Teki >=20 > Please send v4 on top of u-boot-spi/master and skip the 1/5 (picked > this from Vignesh series) >=20 OK, will re-spin. Neil