summaryrefslogtreecommitdiff
path: root/board/kunimitsu/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kunimitsu/board.c')
-rw-r--r--board/kunimitsu/board.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/kunimitsu/board.c b/board/kunimitsu/board.c
index e3e9b071c6..03007fefbe 100644
--- a/board/kunimitsu/board.c
+++ b/board/kunimitsu/board.c
@@ -384,17 +384,6 @@ static void board_pmic_init(void)
goto pmic_error;
/*
- * Power button configuration
- * [7] : 0b Power button debounce time, 30ms
- * [6] : 0b Reset of power button timer logic, no action
- * [5:0]: 1000b Time that the button must be held to force an
- * emergency reset, 8s
- */
- ret = I2C_PMIC_WRITE(TPS650830_REG_PBCONFIG, 0x08);
- if (ret)
- goto pmic_error;
-
- /*
* Discharge control 4 register configuration
* [7:6] : 00b Reserved
* [5:4] : 01b V3.3S discharge resistance (V6S), 100 Ohm