From: Andrey Miroshnikov Date: Tue, 5 Jul 2022 15:59:42 +0000 (+0000) Subject: fixed list bracket typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c083a2d595f9991209536ee3c45c83a22d9fb84f;hp=2d532c98ad442641b9236470d37220e62ba55aec;p=pinmux.git fixed list bracket typo --- diff --git a/src/spec/pinfunctions.py b/src/spec/pinfunctions.py index 81048e9..68e62ea 100644 --- a/src/spec/pinfunctions.py +++ b/src/spec/pinfunctions.py @@ -154,7 +154,7 @@ def rgmii(suffix, bank): buspins += ['ERXCK-', 'ERXERR-'] for i in range(4): buspins.append("ETXD%d+" % i) - buspins += ['ETXCK-', 'ETXERR-',] + buspins += ['ETXCK-', 'ETXERR-', 'ETXEN+', 'ERXDV-', 'EMDC+', 'EMDIO*', 'ECRS-', 'ECOL+']