commit | 92d02878139d7489427532e733de701626ae9567 | [log] [tgz] |
---|---|---|
author | Declan Snyder <declan.snyder@nxp.com> | Fri Nov 08 14:50:16 2024 -0600 |
committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Fri Nov 08 15:56:06 2024 -0600 |
tree | a0db9b221785596dc494a75122f09a11ef2b7292 | |
parent | b6b8eeedf0a2b2444b9eccd511982e99425142b1 [diff] |
drivers: spi_mcux_lpspi: Fix DMA path on RT Apparently, the previous change to fix the chip select only works on some newer revisions of the LPSPI, and the behavior is different on older parts like RT. For now put some #ifdef to keep the fixed CS on MCXN but have the old behavior on RT and other platforms. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>