Re: [PATCH v2 2/3] spi: fspi: add support for imx8ulp
From: Fabio Estevam
Date: Wed Sep 04 2024 - 21:38:41 EST
Hi Haibo,
On Wed, Sep 4, 2024 at 10:26 PM <haibo.chen@xxxxxxx> wrote:
> @@ -373,6 +367,16 @@ static struct nxp_fspi_devtype_data imx8dxl_data = {
> .txfifo = SZ_1K, /* (128 * 64 bits) */
> .ahb_buf_size = SZ_2K, /* (256 * 64 bits) */
> .quirks = FSPI_QUIRK_USE_IP_ONLY,
> + .lut_num = 32,
> + .little_endian = true, /* little-endian */
The addition of little_endian to imx8dl should be a separate patch.
The comment is pointless too.