]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dm/uclass-id.h
dm: pmic: add implementation of driver model pmic uclass
[karo-tx-uboot.git] / include / dm / uclass-id.h
index 095bcb22b93e32ef16bf1de211f63b3a87b15bef..e7adf53e4517cbafde82c0d53dfc0691f4f96196 100644 (file)
@@ -49,6 +49,9 @@ enum uclass_id {
        UCLASS_USB_DEV_GENERIC, /* USB generic device */
        UCLASS_USB_HUB,         /* USB hub */
 
+       /* Power Management */
+       UCLASS_PMIC,            /* PMIC I/O device */
+
        UCLASS_COUNT,
        UCLASS_INVALID = -1,
 };