From 054fe48eb2c968e163e35156fac4c04a320c3744 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 25 Mar 2015 12:22:10 -0600 Subject: dm: usb: Add driver model support for hubs Adjust the existing hub code to support driver model, and add a USB driver for hubs. Signed-off-by: Simon Glass Reviewed-by: Marek Vasut --- include/dm/uclass-id.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dm/uclass-id.h') diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index 95bd249956..967efec8c4 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -41,6 +41,7 @@ enum uclass_id { UCLASS_ETH, /* Ethernet device */ UCLASS_LPC, /* x86 'low pin count' interface */ UCLASS_USB, /* USB bus */ + UCLASS_USB_HUB, /* USB hub */ UCLASS_COUNT, UCLASS_INVALID = -1, -- cgit v1.2.1