summaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2020-08-14 15:48:56 -0400
committerTom Rini <[email protected]>2020-08-14 15:48:56 -0400
commitc0192950dfcd82035a928de32c24335f3d2c0f7a (patch)
tree0836caec6551ce8b277714c95e7bf0003ab64311 /include/dm
parentfe5c777df26dab302cbb26d5f05655e27b714987 (diff)
parent698383fe8ea3a755f93e9e9446a5560e040c6b56 (diff)
Merge branch '2020-08-14-assorted-updates'
- Xen guest and some paravirt driver support. - Aspeed SoC updates - Broadcom IPROC PCIe RC driver
Diffstat (limited to 'include/dm')
-rw-r--r--include/dm/uclass-id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h
index dbc14ec3429..4ec5fa6670a 100644
--- a/include/dm/uclass-id.h
+++ b/include/dm/uclass-id.h
@@ -123,6 +123,7 @@ enum uclass_id {
UCLASS_W1, /* Dallas 1-Wire bus */
UCLASS_W1_EEPROM, /* one-wire EEPROMs */
UCLASS_WDT, /* Watchdog Timer driver */
+ UCLASS_PVBLOCK, /* Xen virtual block device */
UCLASS_COUNT,
UCLASS_INVALID = -1,