[PATCH 1/4] spi: nxp_fspi: Use second last LUT entry for AHB read
Fabio Estevam
festevam at gmail.com
Tue Sep 23 01:04:40 CEST 2025
Hi Ye Li,
On Mon, Sep 22, 2025 at 8:12 AM Ye Li <ye.li at nxp.com> wrote:
>
> Use a dedicated LUT (second last) for AHB read command, so we can
> directly read from the AHB memory-mapped address and booting M core
> for XIP on Flexspi NOR.
>
> Signed-off-by: Ye Li <ye.li at nxp.com>
As Tom pointed out in other patches you submitted, please make sure to
run checkpatch on all the submissions:
CHECK: Alignment should match open parenthesis
#156: FILE: drivers/spi/nxp_fspi.c:543:
+ if (op->data.nbytes && op->data.dir == SPI_MEM_DATA_IN &&
+ op->addr.nbytes) {
total: 0 errors, 0 warnings, 1 checks, 27 lines checked
Please fix and submit a v2.
More information about the U-Boot
mailing list