diff options
author | Dinesh Maniyam <dinesh.maniyam@altera.com> | 2025-08-06 12:32:24 +0800 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2025-08-06 08:36:59 +0200 |
commit | 633c0cf4867bebf84b151d5c7b9bb4154beabd6b (patch) | |
tree | 27d784ecbf045beb80b74674aa43f8acb71ee6a9 | |
parent | b1463957d1138955c8b63a76aaa6abbaf5b5aa81 (diff) |
drivers: i3c: Add new i3c uclass id
Add i3c general uclass id.
Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
-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 5c0fd6d171b..6be59093160 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -79,6 +79,7 @@ enum uclass_id { UCLASS_I2C_GENERIC, /* Generic I2C device */ UCLASS_I2C_MUX, /* I2C multiplexer */ UCLASS_I2S, /* I2S bus */ + UCLASS_I3C, /* I3C bus */ UCLASS_IDE, /* IDE device */ UCLASS_IOMMU, /* IOMMU */ UCLASS_IRQ, /* Interrupt controller */ |