git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b146395
)
drivers: i3c: Add new i3c uclass id
author
Dinesh Maniyam
<dinesh.maniyam@altera.com>
Wed, 6 Aug 2025 04:32:24 +0000
(12:32 +0800)
committer
Heiko 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
patch
|
blob
|
history
diff --git
a/include/dm/uclass-id.h
b/include/dm/uclass-id.h
index
5c0fd6d
..
6be5909
100644
(file)
--- 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 */