]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
drivers: i3c: Add new i3c uclass id
authorDinesh Maniyam <dinesh.maniyam@altera.com>
Wed, 6 Aug 2025 04:32:24 +0000 (12:32 +0800)
committerHeiko Schocher <hs@denx.de>
Wed, 6 Aug 2025 06:36:59 +0000 (08:36 +0200)
Add i3c general uclass id.

Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
include/dm/uclass-id.h

index 5c0fd6d171be60fd864f41d45aaa2189c6d672fe..6be59093160f3990b8a2cdacd9593ed3c7624920 100644 (file)
@@ -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 */