diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-30 16:11:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-30 16:11:11 -0400 |
commit | 097bbf1ba97b8ece930deca663f05ea444e99e45 (patch) | |
tree | ae4db71e77556f34f9fa7023205e4284c1d72c38 /include/dm | |
parent | 01114adfc1e0bf3cf5e2f3da858bb2c8e9810c1c (diff) | |
parent | c0dd177a9986b97dab42f07b3db0ed1d2fe6e540 (diff) | |
download | u-boot-097bbf1ba97b8ece930deca663f05ea444e99e45.tar.gz u-boot-097bbf1ba97b8ece930deca663f05ea444e99e45.tar.xz u-boot-097bbf1ba97b8ece930deca663f05ea444e99e45.zip |
Merge branch '2020-09-30-add-new-apis' into next
- SCMI firmware support
- regmap, GPIO, reset API enhancements
Diffstat (limited to 'include/dm')
-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 4ec5fa6670..88f10c4622 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -94,6 +94,7 @@ enum uclass_id { UCLASS_RESET, /* Reset controller device */ UCLASS_RNG, /* Random Number Generator */ UCLASS_RTC, /* Real time clock device */ + UCLASS_SCMI_AGENT, /* Interface with an SCMI server */ UCLASS_SCSI, /* SCSI device */ UCLASS_SERIAL, /* Serial UART */ UCLASS_SIMPLE_BUS, /* Bus with child devices */ |