rename sd to mmc to avoid name clash with sdram
[pinmux.git] / src / spec / pinfunctions.py
index 2a718355e6a45dbf7274cae6315589ec7a36c7f1..80a51296d6b9e18d8490b4330532c50882921dec 100644 (file)
@@ -252,8 +252,8 @@ def gpio(suffix, bank):
 # list functions by name here
 
 pinspec = (('IIS', i2s),
-           ('MMC', emmc),
-           ('SD', sdmmc),
+           ('EMMC', emmc),
+           ('MMC', sdmmc),
            ('MSPI', mspi),
            ('MQSPI', mquadspi),
            ('SPI', spi),