rename sd to mmc to avoid name clash with sdram
[pinmux.git] / src / spec / pinfunctions.py
index c09eb1cff771fe26ad9f2dc113adf05f70b832c8..80a51296d6b9e18d8490b4330532c50882921dec 100644 (file)
@@ -165,7 +165,7 @@ def sdram1(suffix, bank):
     buspins = []
     inout = []
     for i in range(8):
-        pname = "SDRDQM%d*" % i
+        pname = "SDRDQM%d+" % i
         buspins.append(pname)
     for i in range(8):
         pname = "SDRD%d*" % i
@@ -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),