dm: Add a No-op uclass
[project/bcm63xx/u-boot.git] / include / dm / uclass-id.h
index 09e0ad5391b9771f97bbcc20b6e3fa989ff740c0..418392875cfd5619c1a24687d13278b944f74dc3 100644 (file)
@@ -62,6 +62,7 @@ enum uclass_id {
        UCLASS_MMC,             /* SD / MMC card or chip */
        UCLASS_MOD_EXP,         /* RSA Mod Exp device */
        UCLASS_MTD,             /* Memory Technology Device (MTD) device */
+       UCLASS_NOP,             /* No-op devices */
        UCLASS_NORTHBRIDGE,     /* Intel Northbridge / SDRAM controller */
        UCLASS_NVME,            /* NVM Express device */
        UCLASS_PANEL,           /* Display panel, such as an LCD */