From 30f8c211ce197c44bca1a98c7eea6f4462201468 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 21 Aug 2015 16:44:45 +0200 Subject: [PATCH] karo: tx28: reduce batt_bo_level to 2.4V --- include/configs/tx28.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/tx28.h b/include/configs/tx28.h index f0ef68fbdc..565f7610c3 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -271,7 +271,8 @@ #define CONFIG_SPL_SERIAL_SUPPORT #define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_SYS_SPL_VDDD_VAL 1500 -#define CONFIG_SYS_SPL_BATT_BO_LEVEL 2800 +#define CONFIG_SYS_SPL_BATT_BO_LEVEL 2400 +#define CONFIG_SYS_SPL_VDDA_BO_VAL 100 #define CONFIG_SYS_SPL_VDDMEM_VAL 0 /* VDDMEM is not utilized on TX28 */ #endif /* __CONFIGS_TX28_H */ -- 2.39.2