MLK-18243-15 spi: fspi: Fix 3bytes access
authorYe Li <ye.li@nxp.com>
Thu, 18 Apr 2019 06:33:38 +0000 (23:33 -0700)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 09:31:08 +0000 (02:31 -0700)
commit99268038287ac8da1144aad2db82d1468267c870
treee9bb02d69f2104cad34e1ff2950854705ef46bc1
parent00955d2815c6cb90a9827237b4ad2cbf00a644d5
MLK-18243-15 spi: fspi: Fix 3bytes access

The address size is 3 bytes when using BAR mode, but the driver
supposes the 4bytes mode is enabled and uses 4 bytes address. This
cause address issue.

Signed-off-by: Ye Li <ye.li@nxp.com>
drivers/spi/fsl_fspi.c