diff options
author | Marco Felsch <m.felsch@pengutronix.de> | 2022-05-30 11:22:26 +0200 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2022-07-27 10:58:25 +0200 |
commit | 8a4e6154fb17b691917dcf7f4b0cc1d2fb8d46c6 (patch) | |
tree | 783fa0b55ba8b02f4a99f7a5c898ba91e2419108 /drivers/reset/Kconfig | |
parent | dt-bindings: reset: Add TPS380x documentation (diff) | |
download | linux-8a4e6154fb17b691917dcf7f4b0cc1d2fb8d46c6.tar.xz linux-8a4e6154fb17b691917dcf7f4b0cc1d2fb8d46c6.zip |
reset: tps380x: Add TPS380x device driver supprt
The TI TPS380x family [1] is a voltage supervisor with a dedicated
manual reset (mr) line input and a reset output. The chip(s) have a
build in reset delay, depending on the chip partnumber. This simple
driver addresses this so the cosumer don't need to care about it.
[1] https://www.ti.com/product/TPS3801
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
[p.zabel@pengutronix.de: drop Todo comment about min/typ/max reset time]
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/20220530092226.748644-2-m.felsch@pengutronix.de
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r-- | drivers/reset/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 5525714dd928..9b0a0263a005 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -257,6 +257,14 @@ config RESET_TI_SYSCON you wish to use the reset framework for such memory-mapped devices, say Y here. Otherwise, say N. +config RESET_TI_TPS380X + tristate "TI TPS380x Reset Driver" + select GPIOLIB + help + This enables the reset driver support for TI TPS380x devices. If + you wish to use the reset framework for such devices, say Y here. + Otherwise, say N. + config RESET_TN48M_CPLD tristate "Delta Networks TN48M switch CPLD reset controller" depends on MFD_TN48M_CPLD || COMPILE_TEST |