From: Luke Kenneth Casson Leighton Date: Sun, 4 Oct 2020 17:33:42 +0000 (+0100) Subject: rename spi_master to spimaster X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c0cfe631a1760deedd6bc27f63d515fbfa0ee34;p=pinmux.git rename spi_master to spimaster --- diff --git a/src/spec/ls180.py b/src/spec/ls180.py index e006633..64f5b28 100644 --- a/src/spec/ls180.py +++ b/src/spec/ls180.py @@ -204,7 +204,7 @@ def pinparse(psp, pinspec): elif suffix == 'nss': suffix = 'cs_n' if name.startswith('mspi1'): - prefix = 'spi_master_' + prefix = 'spimaster_' else: prefix = 'spisdcard_' name = prefix + suffix