drivers: i3c: Add new i3c uclass id
Add i3c general uclass id. Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
This commit is contained in:
committed by
Heiko Schocher
parent
b1463957d1
commit
633c0cf486
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user