TEGRA: Raise minimum voltage for CPU, original 0.9 V was too optimistic.

While I'm in, remove duplicated line from CPU frequency table.

MFC after: 2 weeks
This commit is contained in:
Michal Meloun 2016-10-19 14:28:51 +00:00
parent 5ad05815a4
commit 99746e4658
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307637

View File

@ -141,7 +141,7 @@ static struct speedo_entry tegra124_speedo_pllx_tbl[] =
static struct cpu_volt_def tegra124_cpu_volt_pllx_def =
{
.min_uvolt = 900000, /* 0.9 V */
.min_uvolt = 1000000, /* XXX 0.9 V doesn't work on all boards */
.max_uvolt = 1260000, /* 1.26 */
.step_uvolt = 10000, /* 10 mV */
.speedo_scale = 100,
@ -172,7 +172,6 @@ static uint64_t cpu_freq_tbl[] = {
2116000000ULL,
2218000000ULL,
2320000000ULL,
2320000000ULL,
2422000000ULL,
2524000000ULL,
};