On Mon, Mar 27, 2023 at 11:05 AM Kunihiko Hayashi <hayashi.kunih...@socionext.com> wrote: > > The .supports_op() callback function returns true by default after > performing driver-specific checks. Therefore the driver cannot apply > the buswidth in devicetree. > > Call spi_mem_default_supports_op() helper to handle the buswidth > in devicetree. > > Fixes: 358f803ae21c ("spi: Add Socionext F_OSPI SPI flash controller driver") > Signed-off-by: Kunihiko Hayashi <hayashi.kunih...@socionext.com> > ---
Applied to u-boot-spi/master