All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/4] mfd: da9062: make register CONFIG_I writable
@ 2021-12-01  8:15 ` Andrej Picej
  0 siblings, 0 replies; 23+ messages in thread
From: Andrej Picej @ 2021-12-01  8:15 UTC (permalink / raw)
  To: support.opensource, linux, linux-watchdog
  Cc: andrej.picej, wim, linux-kernel, robh+dt, devicetree, shawnguo,
	s.hauer, kernel, festevam, linux-imx, linux-arm-kernel

From: Stefan Christ <s.christ@phytec.de>

Make the config register CONFIG_I writable to change the watchdog mode.

Signed-off-by: Stefan Christ <s.christ@phytec.de>
Signed-off-by: Andrej Picej <andrej.picej@norik.com>
---
Changes in v3:
 - no chagnes

Changes in v2:
 - no changes
---
 drivers/mfd/da9062-core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/da9062-core.c b/drivers/mfd/da9062-core.c
index 01f8e10dfa55..7041ba53efb4 100644
--- a/drivers/mfd/da9062-core.c
+++ b/drivers/mfd/da9062-core.c
@@ -556,6 +556,7 @@ static const struct regmap_range da9062_aa_writeable_ranges[] = {
 	regmap_reg_range(DA9062AA_VBUCK3_B, DA9062AA_VBUCK3_B),
 	regmap_reg_range(DA9062AA_VLDO1_B, DA9062AA_VLDO4_B),
 	regmap_reg_range(DA9062AA_BBAT_CONT, DA9062AA_BBAT_CONT),
+	regmap_reg_range(DA9062AA_CONFIG_I, DA9062AA_CONFIG_I),
 	regmap_reg_range(DA9062AA_GP_ID_0, DA9062AA_GP_ID_19),
 };
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2021-12-02 15:55 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  8:15 [PATCH v3 1/4] mfd: da9062: make register CONFIG_I writable Andrej Picej
2021-12-01  8:15 ` Andrej Picej
2021-12-01  8:15 ` [PATCH v3 2/4] watchdog: da9062: reset board on watchdog timeout Andrej Picej
2021-12-01  8:15   ` Andrej Picej
2021-12-01 14:11   ` Christoph Niedermaier
2021-12-02  7:43     ` Andrej Picej
2021-12-02  7:43       ` Andrej Picej
2021-12-02 12:12       ` Adam Thomson
2021-12-02 12:12         ` Adam Thomson
2021-12-02 15:46         ` Christoph Niedermaier
2021-12-02 15:37       ` Christoph Niedermaier
2021-12-01 20:05   ` Adam Thomson
2021-12-01 20:05     ` Adam Thomson
2021-12-02  8:31     ` Andrej Picej
2021-12-02  8:31       ` Andrej Picej
2021-12-01 21:26   ` Guenter Roeck
2021-12-01 21:26     ` Guenter Roeck
2021-12-02  8:34     ` Andrej Picej
2021-12-02  8:34       ` Andrej Picej
2021-12-01  8:15 ` [PATCH v3 3/4] dt-bindings: watchdog: da9062: add watchdog timeout mode Andrej Picej
2021-12-01  8:15   ` Andrej Picej
2021-12-01  8:15 ` [PATCH v3 4/4] ARM: dts: imx6: phycore-som: set watchdog timeout mode to shutdown Andrej Picej
2021-12-01  8:15   ` Andrej Picej

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.