dm: Simple Watchdog uclass
[platform/kernel/u-boot.git] / include / dm / uclass-id.h
index 1b635e4..4e7cc93 100644 (file)
@@ -84,6 +84,7 @@ enum uclass_id {
        UCLASS_VIDEO,           /* Video or LCD device */
        UCLASS_VIDEO_BRIDGE,    /* Video bridge, e.g. DisplayPort to LVDS */
        UCLASS_VIDEO_CONSOLE,   /* Text console driver for video device */
+       UCLASS_WDT,             /* Watchdot Timer driver */
 
        UCLASS_COUNT,
        UCLASS_INVALID = -1,