drivers: regulator: add GPIO-controlled regulator driver
This provides structure for the regulator device hierarchy and a driver for GPIO-controlled regulators along with its binding. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
b7639551ee
commit
f951566e56
8 changed files with 489 additions and 0 deletions
6
drivers/regulator/CMakeLists.txt
Normal file
6
drivers/regulator/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Copyright 2020 Peter Bigot Consulting, LLC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_REGULATOR_FIXED regulator_fixed.c)
|
Loading…
Add table
Add a link
Reference in a new issue