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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/reset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index a80a9c4008a7..66399b92b1bb 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -33,6 +33,7 @@ obj-$(CONFIG_RESET_STARFIVE_JH7100) += reset-starfive-jh7100.o obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o obj-$(CONFIG_RESET_TI_SYSCON) += reset-ti-syscon.o +obj-$(CONFIG_RESET_TI_TPS380X) += reset-tps380x.o obj-$(CONFIG_RESET_TN48M_CPLD) += reset-tn48m.o obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o obj-$(CONFIG_RESET_UNIPHIER_GLUE) += reset-uniphier-glue.o |