From: Miroslav Ondra Date: Sun, 24 Jan 2021 21:27:33 +0000 (+0100) Subject: Change MAX_SPI_ to 2048 for arm64 X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=27645343155d6b9e46aa0fc05d6f7ac49404076d;p=graphit%2Funipi-kernel.git Change MAX_SPI_ to 2048 for arm64 --- diff --git a/modules/unipi/src/unipi_common.h b/modules/unipi/src/unipi_common.h index 8c54eb6..bd692b8 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 40 +#define NEURONSPI_MAX_TX 2048 #else #define NEURONSPI_MAX_TX 60 #endif