]> git.sur5r.net Git - u-boot/blobdiff - include/dm/uclass-id.h
usb: dwc3: Add DWC3 controller driver support
[u-boot] / include / dm / uclass-id.h
index 095bcb22b93e32ef16bf1de211f63b3a87b15bef..c7310d7ca04f23300385fe7e025ebe719ee6bb16 100644 (file)
@@ -39,11 +39,13 @@ enum uclass_id {
        UCLASS_PCH,             /* x86 platform controller hub */
        UCLASS_PCI,             /* PCI bus */
        UCLASS_PCI_GENERIC,     /* Generic PCI bus device */
+       UCLASS_PMIC,            /* PMIC I/O device */
+       UCLASS_REGULATOR,       /* Regulator device */
        UCLASS_RTC,             /* Real time clock device */
        UCLASS_SERIAL,          /* Serial UART */
        UCLASS_SPI,             /* SPI bus */
-       UCLASS_SPI_GENERIC,     /* Generic SPI flash target */
        UCLASS_SPI_FLASH,       /* SPI flash */
+       UCLASS_SPI_GENERIC,     /* Generic SPI flash target */
        UCLASS_THERMAL,         /* Thermal sensor */
        UCLASS_USB,             /* USB bus */
        UCLASS_USB_DEV_GENERIC, /* USB generic device */