Skip to content

Commit

Permalink
soc: samsung: Enables all ECT table frequencies
Browse files Browse the repository at this point in the history
Upto 1.79GHz
  • Loading branch information
AndreiLux authored and followmsi committed Mar 26, 2019
1 parent a462c04 commit 4667988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/soc/samsung/ect_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ static int ect_parse_ap_thermal_function(int parser_version, void *address, stru
ect_parse_integer(&address, &range->lower_bound_temperature);
ect_parse_integer(&address, &range->upper_bound_temperature);
ect_parse_integer(&address, &range->max_frequency);
if (range->max_frequency == 1586000)
range->max_frequency = 1794000;
ect_parse_integer(&address, &range->sw_trip);
ect_parse_integer(&address, &range->flag);
}
Expand Down

0 comments on commit 4667988

Please sign in to comment.