git.graph-it.com
/
graphit
/
unipi-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a805d21
)
Change MAX_SPI_ to 2048 for arm64
author
Miroslav Ondra
<ondra@faster.cz>
Sun, 24 Jan 2021 21:27:33 +0000
(22:27 +0100)
committer
Miroslav Ondra
<ondra@faster.cz>
Sun, 24 Jan 2021 21:27:33 +0000
(22:27 +0100)
modules/unipi/src/unipi_common.h
patch
|
blob
|
history
diff --git
a/modules/unipi/src/unipi_common.h
b/modules/unipi/src/unipi_common.h
index 8c54eb6a169fc3ec05ffd9d44940cc01fa3098fa..bd692b87910731370e50322a933da4855a2cebf6 100644
(file)
--- 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