mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
dm: Add a power sequencing uclass
Some devices need special sequences to be used when starting up. Add a uclass for this. Drivers can be added to provide specific features as needed. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e1227764cd
commit
5fd6badbd2
5 changed files with 62 additions and 0 deletions
|
@ -51,6 +51,7 @@ enum uclass_id {
|
|||
UCLASS_PINCTRL, /* Pinctrl (pin muxing/configuration) device */
|
||||
UCLASS_PINCONFIG, /* Pin configuration node device */
|
||||
UCLASS_PMIC, /* PMIC I/O device */
|
||||
UCLASS_PWRSEQ, /* Power sequence device */
|
||||
UCLASS_REGULATOR, /* Regulator device */
|
||||
UCLASS_RESET, /* Reset device */
|
||||
UCLASS_REMOTEPROC, /* Remote Processor device */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue