diff options
| author | Tom Rini <[email protected]> | 2024-10-16 21:45:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-16 21:45:21 -0600 |
| commit | 9e1cd2f2cb86865bbc002ed961a095c7a8bcc989 (patch) | |
| tree | 276fd4061b5e58a4bfc692c2ac6412efc4c891fa /include/dm | |
| parent | 98a36deb9ab7aaea70b0b0db47718100e08cf3e8 (diff) | |
| parent | 6852a2c82e695c418c744b0fcb4298bc0e759842 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'include/dm')
| -rw-r--r-- | include/dm/uclass-id.h | 1 |
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 */ |
