Skip to content

Commit

Permalink
smdk4210: New thermal throttle values
Browse files Browse the repository at this point in the history
  • Loading branch information
neobuddy89 committed Apr 14, 2013
1 parent 84f2d2e commit b139c2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/arm/mach-exynos/mach-u1.c
Expand Up @@ -5829,8 +5829,8 @@ static void mxt540e_power_off_oled(void)
#define MXT540E_MAX_MT_FINGERS 10
#define MXT540E_CHRGTIME_BATT 48
#define MXT540E_CHRGTIME_CHRG 48
#define MXT540E_THRESHOLD_BATT 40
#define MXT540E_THRESHOLD_CHRG 37
#define MXT540E_THRESHOLD_BATT 50
#define MXT540E_THRESHOLD_CHRG 40
#define MXT540E_ACTVSYNCSPERX_BATT 34
#define MXT540E_ACTVSYNCSPERX_CHRG 34
#define MXT540E_CALCFG_BATT 98
Expand Down Expand Up @@ -7432,8 +7432,8 @@ static struct platform_device *smdkc210_devices[] __initdata = {
/* below temperature base on the celcius degree */
struct s5p_platform_tmu u1_tmu_data __initdata = {
.ts = {
.stop_1st_throttle = 62,
.start_1st_throttle = 67,
.stop_1st_throttle = 61,
.start_1st_throttle = 69,
.stop_2nd_throttle = 80,
.start_2nd_throttle = 103,
.start_tripping = 110,
Expand All @@ -7442,7 +7442,7 @@ struct s5p_platform_tmu u1_tmu_data __initdata = {
.start_mem_throttle = 85,
},
.cpufreq = {
.limit_1st_throttle = 1000000, /* 1000MHz in KHz order */
.limit_1st_throttle = 800000, /* 800MHz in KHz order */
.limit_2nd_throttle = 200000, /* 200MHz in KHz order */
},
};
Expand Down

0 comments on commit b139c2e

Please sign in to comment.