From: Miroslav Ondra Date: Sun, 24 Jan 2021 18:48:00 +0000 (+0100) Subject: Change MAX_SPI_ to 40 X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=a805d21f374a989a76b26a8214f40ed8a871ed11;p=graphit%2Funipi-kernel.git Change MAX_SPI_ to 40 --- diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index a3b2be8..8c54eb6 100644 --- a/modules/unipi/src/unipi_common.h +++ b/modules/unipi/src/unipi_common.h @@ -75,7 +75,7 @@ #endif #if defined(CONFIG_ARM64) -#define NEURONSPI_MAX_TX 64 +#define NEURONSPI_MAX_TX 40 #else #define NEURONSPI_MAX_TX 60 #endif