dm: usb: Add a uclass for USB controllers
Add a uclass that can represent a USB controller. For now we do not create devices for things attached to the controller. This will be added later. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@@ -40,6 +40,7 @@ enum uclass_id {
|
||||
UCLASS_PCH, /* x86 platform controller hub */
|
||||
UCLASS_ETH, /* Ethernet device */
|
||||
UCLASS_LPC, /* x86 'low pin count' interface */
|
||||
UCLASS_USB, /* USB bus */
|
||||
|
||||
UCLASS_COUNT,
|
||||
UCLASS_INVALID = -1,
|
||||
|
||||
Reference in New Issue
Block a user