summaryrefslogtreecommitdiff
path: root/drivers/sysinfo/gpio.c
AgeCommit message (Collapse)AuthorFilesLines
2021-05-04sysinfo: Add gpio-sysinfo driverSean Anderson1-0/+141
This uses the newly-added dm_gpio_get_values_as_int_base3 function to implement a sysinfo device. The revision map is stored in the device tree. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>