aboutsummaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-10-16 09:09:54 -0400
committerTom Rini <trini@konsulko.com>2023-10-16 09:09:54 -0400
commit2e1577e8360d8e467bf28009f6763a2ac511f743 (patch)
treecf05b376e7b46e4b5b4b61d04f6976de85ab31d4 /include/dm
parent3c3f1626919cd93cbe6c56e3849937de5be18dbb (diff)
parent7cd53e0d5203f8e25bb69d2e675769888fcbc754 (diff)
downloadu-boot-2e1577e8360d8e467bf28009f6763a2ac511f743.zip
u-boot-2e1577e8360d8e467bf28009f6763a2ac511f743.tar.gz
u-boot-2e1577e8360d8e467bf28009f6763a2ac511f743.tar.bz2
Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
- add Amlogic A1 clock driver - add Amlogic A1 reset support - add USB Device support for Amlogic A1 - enable RNG on Amlogic A1 & Amlogic S4 - move Amlogic Secure Monitor to standalone driver
Diffstat (limited to 'include/dm')
-rw-r--r--include/dm/uclass-id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h
index ab31580..a6045f5 100644
--- a/include/dm/uclass-id.h
+++ b/include/dm/uclass-id.h
@@ -89,6 +89,7 @@ enum uclass_id {
UCLASS_MDIO, /* MDIO bus */
UCLASS_MDIO_MUX, /* MDIO MUX/switch */
UCLASS_MEMORY, /* Memory Controller device */
+ UCLASS_SM, /* Secure Monitor driver */
UCLASS_MISC, /* Miscellaneous device */
UCLASS_MMC, /* SD / MMC card or chip */
UCLASS_MOD_EXP, /* RSA Mod Exp device */