[PATCH V2 1/2] imx: imx8mm-beacon: Enable FlexSPI in U-Boot

2023-07-11 Thread sbabic
> In order to use the FlexSPI interface in U-Boot, configure > the alias to make spi0 point to flexspi. > With that enabled, sf probe detects the QSPI part as: > SF: Detected n25q256ax1 with page size 256 Bytes, erase size 4 KiB, total 32 > MiB > Signed-off-by: Adam Ford Applied to u-boot-imx, ma

[PATCH V2 1/2] imx: imx8mm-beacon: Enable FlexSPI in U-Boot

2023-02-01 Thread Adam Ford
In order to use the FlexSPI interface in U-Boot, configure the alias to make spi0 point to flexspi. With that enabled, sf probe detects the QSPI part as: SF: Detected n25q256ax1 with page size 256 Bytes, erase size 4 KiB, total 32 MiB Signed-off-by: Adam Ford --- V2: No Change diff --git a/arc