Skip to content
Snippets Groups Projects
Commit f9db2f16 authored by Nandor Han's avatar Nandor Han Committed by Tom Rini
Browse files

reboot-mode: read the boot mode from GPIOs status


A use case for controlling the boot mode is when the user wants
to control the device boot by pushing a button without needing to
go in user-space.

Add a new backed for reboot mode where GPIOs are used to control the
reboot-mode. The driver is able to scan a predefined list of GPIOs
and return the magic value. Having the modes associated with
the magic value generated based on the GPIO values, allows the
reboot mode uclass to select the proper mode.

Signed-off-by: default avatarNandor Han <nandor.han@vaisala.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 2541ce2c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment