From: Luke Kenneth Casson Leighton Date: Sun, 14 Nov 2021 19:13:19 +0000 (+0000) Subject: add missing clock to I2S pinfunction X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=9757c681be987be2a849e4c72ff63d00670ce2e3 add missing clock to I2S pinfunction --- diff --git a/src/spec/pinfunctions.py b/src/spec/pinfunctions.py index 916a718..f1f9558 100644 --- 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