|
@@ -43,6 +43,7 @@ enum uclass_id {
|
|
|
UCLASS_MISC, /* Miscellaneous device */
|
|
|
UCLASS_MMC, /* SD / MMC card or chip */
|
|
|
UCLASS_MOD_EXP, /* RSA Mod Exp device */
|
|
|
+ UCLASS_MTD, /* Memory Technology Device (MTD) device */
|
|
|
UCLASS_PCH, /* x86 platform controller hub */
|
|
|
UCLASS_PCI, /* PCI bus */
|
|
|
UCLASS_PCI_GENERIC, /* Generic PCI bus device */
|