tests: LPC platforms SPI use default frequncy

After increasing SPI speeds on LPC family SoCs, the slow clock
speeds have been removed and default clock speeds are in use now.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
Andrei Gansari 2020-05-07 12:22:53 +03:00 committed by Maureen Helm
parent ec7fad0853
commit 3f11f4c207
2 changed files with 0 additions and 4 deletions

View File

@ -6,5 +6,3 @@
CONFIG_SPI_LOOPBACK_DRV_NAME="FLEXCOMM_5"
CONFIG_SPI_LOOPBACK_SLAVE_NUMBER=2
CONFIG_SPI_LOOPBACK_SLOW_FREQ=5000
CONFIG_SPI_LOOPBACK_FAST_FREQ=160000

View File

@ -6,5 +6,3 @@
CONFIG_SPI_LOOPBACK_DRV_NAME="HS_LSPI"
CONFIG_SPI_LOOPBACK_SLAVE_NUMBER=1
CONFIG_SPI_LOOPBACK_SLOW_FREQ=5000
CONFIG_SPI_LOOPBACK_FAST_FREQ=160000