Hi, This very short patchset introduces optional forcing via DT 3byte addressing mode for accessing the SPI flash, whose size exceeds 16MiB. It can be used in case the device does not support SPI_NOR_4B_OPCODES and helps overcome an issue, when the Boot ROM cannot handle non-default settings that could be enabled in the kernel and remain after soft reset. I'm looking forward to any comments or remarks. Best regards, Marcin Marcin Wojtas (2): mtd: spi-nor: add an option to force 3byte adressing mode arm64: dts: marvell: Force 3byte addressing mode for SPI on A7040 DB Documentation/devicetree/bindings/spi/spi-bus.txt | 2 ++ arch/arm64/boot/dts/marvell/armada-7040-db.dts | 1 + drivers/mtd/spi-nor/spi-nor.c | 12 +++++++++++- 3 files changed, 14 insertions(+), 1 deletion(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html