projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0edaf14
)
add missing clock to I2S pinfunction
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 14 Nov 2021 19:13:19 +0000
(19:13 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 14 Nov 2021 19:13:19 +0000
(19:13 +0000)
src/spec/pinfunctions.py
patch
|
blob
|
history
diff --git
a/src/spec/pinfunctions.py
b/src/spec/pinfunctions.py
index 916a718f33d08145fee188161d4be0665c1cdc7f..f1f9558a68005ecbd5dbf2f40f1465d07cd2146e 100644
(file)
--- a/
src/spec/pinfunctions.py
+++ b/
src/spec/pinfunctions.py
@@
-48,7
+48,7
@@
def i2s(suffix, bank):
return (['MCK+', 'BCK+', 'LRCK+', 'DI-', 'DO+'],
- [])
+ []
, "MCK"
)
# XXX TODO: correct these. this is a stub for now