summaryrefslogtreecommitdiff
path: root/board/redrix/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/redrix/board.c')
-rw-r--r--board/redrix/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/redrix/board.c b/board/redrix/board.c
index 7f4a7f61b3..5b0b1b40a7 100644
--- a/board/redrix/board.c
+++ b/board/redrix/board.c
@@ -49,6 +49,8 @@ struct pchg pchgs[] = {
.irq_pin = GPIO_PEN_INT_ODL,
.full_percent = 96,
.block_size = 128,
+ /* A stylus needs about 700ms to complete recovery */
+ .rf_charge_msec = 1000,
},
.policy = {
[PCHG_CHIPSET_STATE_ON] = &pchg_policy_on,