summaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-10-16 21:45:21 -0600
committerTom Rini <[email protected]>2024-10-16 21:45:21 -0600
commit9e1cd2f2cb86865bbc002ed961a095c7a8bcc989 (patch)
tree276fd4061b5e58a4bfc692c2ac6412efc4c891fa /include/dm
parent98a36deb9ab7aaea70b0b0db47718100e08cf3e8 (diff)
parent6852a2c82e695c418c744b0fcb4298bc0e759842 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
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 5271e646bb1..270088ad94f 100644
--- a/include/dm/uclass-id.h
+++ b/include/dm/uclass-id.h
@@ -139,6 +139,7 @@ enum uclass_id {
UCLASS_SYSCON, /* System configuration device */
UCLASS_SYSINFO, /* Device information from hardware */
UCLASS_SYSRESET, /* System reset device */
+ UCLASS_TCPM, /* TypeC port manager */
UCLASS_TEE, /* Trusted Execution Environment device */
UCLASS_THERMAL, /* Thermal sensor */
UCLASS_TIMER, /* Timer device */