diff options
Diffstat (limited to 'firmware/target/arm/imx233/samsung-ypz5/powermgmt-target.h')
-rw-r--r-- | firmware/target/arm/imx233/samsung-ypz5/powermgmt-target.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/firmware/target/arm/imx233/samsung-ypz5/powermgmt-target.h b/firmware/target/arm/imx233/samsung-ypz5/powermgmt-target.h deleted file mode 100644 index 5d32bc5e9c..0000000000 --- a/firmware/target/arm/imx233/samsung-ypz5/powermgmt-target.h +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | /*************************************************************************** | ||
2 | * __________ __ ___. | ||
3 | * Open \______ \ ____ ____ | | _\_ |__ _______ ___ | ||
4 | * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / | ||
5 | * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < | ||
6 | * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ | ||
7 | * \/ \/ \/ \/ \/ | ||
8 | * $Id$ | ||
9 | * | ||
10 | * Copyright (C) 2013 by Amaury Pouly | ||
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version 2 | ||
15 | * of the License, or (at your option) any later version. | ||
16 | * | ||
17 | * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY | ||
18 | * KIND, either express or implied. | ||
19 | * | ||
20 | ****************************************************************************/ | ||
21 | #ifndef POWERMGMT_TARGET_H | ||
22 | #define POWERMGMT_TARGET_H | ||
23 | |||
24 | #include "config.h" | ||
25 | #include "powermgmt-imx233.h" | ||
26 | |||
27 | #define IMX233_CHARGE_CURRENT 100 | ||
28 | #define IMX233_STOP_CURRENT 10 | ||
29 | #define IMX233_TOPOFF_TIMEOUT (30 * 60 * HZ) | ||
30 | #define IMX233_CHARGING_TIMEOUT (4 * 3600 * HZ) | ||
31 | #define IMX233_DIE_TEMP_HIGH 71 | ||
32 | #define IMX233_DIE_TEMP_LOW 56 | ||
33 | #define IMX233_BATT_TEMP_SENSOR 0 | ||
34 | #define IMX233_BATT_TEMP_HIGH 1100 | ||
35 | #define IMX233_BATT_TEMP_LOW 220 | ||
36 | |||
37 | #endif /* POWERMGMT_TARGET_H */ | ||