Re: [U-Boot] [PATCH v3 2/5] dts: switch spi-flash to jedec, spi-nor compatible

Hi Neil
From: Neil Armstrong [mailto:narmstrong@baylibre.com] Sent: Tuesday, January 15, 2019 8:59 PM To: jagan@openedev.com; u-boot@lists.denx.de; simon.k.r.goldschmidt@gmail.com Cc: Neil Armstrong; uboot-stm32@st-md-mailman.stormreply.com; uboot-snps-arc@synopsys.com; philipp.tomsich@theobroma-systems.com; klaus.goger@theobroma-systems.com; monstr@monstr.eu; macpaul@andestech.com; sjg@chromium.org; Rick Jian-Zhi Chen(陳建志); bmeng.cn@gmail.com; trini@konsulko.com; Stefan Roese Subject: [PATCH v3 2/5] dts: switch spi-flash to jedec,spi-nor compatible
There is no reason not to use the Linux "jedec,spi-nor" binding in U-Boot dts files. This compatible has been added in sf_probe, let use it.
This patch switches to jedec,spi-nor when spi-flash is used in the DTS and DTSI files, and removed spi-flash when jedec,spi-nor is already present.
The x86 dts are switched in a separate commit since it depends on a change in fdtdec.
Signed-off-by: Neil Armstrong narmstrong@baylibre.com Acked-by: Stefan Roese sr@denx.de Reviewed-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com
for nds32 and riscv
arch/nds32/dts/ae3xx.dts | 2 +- arch/riscv/dts/ae350_32.dts | 2 +- arch/riscv/dts/ae350_64.dts | 2 +-
Reviewed-by: Rick Chen rick@andestech.com
participants (1)
-
Rick Chen