Hi Ye Li,
On Mon, Sep 22, 2025 at 8:12 AM Ye Li <[email protected]> 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 <[email protected]>
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.