w1: Add 1-Wire uclass
[oweals/u-boot.git] / include / dm / uclass-id.h
index 10d29901e01096e6fe6b4e01e338002c5d69813d..fcfc12035170504465da87387305916cb495c337 100644 (file)
@@ -93,6 +93,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_W1,              /* Dallas 1-Wire bus */
        UCLASS_WDT,             /* Watchdot Timer driver */
 
        UCLASS_COUNT,