diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2024-03-15 08:49:18 +0300 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2024-03-15 08:49:18 +0300 |
commit | 480c64ae1c36b999a863174e94e825705390642f (patch) | |
tree | 16f902ffb6287b98ae4fb6a0b01b0d522bb982ce /drivers | |
parent | d2399501c2c081eac703ca9597ceb83c7875a537 (diff) | |
parent | abb3f9717a67a2666b2bc2f19543a657e3d4ad63 (diff) | |
download | linux-480c64ae1c36b999a863174e94e825705390642f.tar.xz |
Merge branch 'opp/boost-data' into cpufreq/arm/linux-next
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/opp/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/opp/core.c b/drivers/opp/core.c index c4e0432ae42a..e233734b7220 100644 --- a/drivers/opp/core.c +++ b/drivers/opp/core.c @@ -2065,6 +2065,7 @@ int _opp_add_v1(struct opp_table *opp_table, struct device *dev, /* populate the opp table */ new_opp->rates[0] = data->freq; new_opp->level = data->level; + new_opp->turbo = data->turbo; tol = u_volt * opp_table->voltage_tolerance_v1 / 100; new_opp->supplies[0].u_volt = u_volt; new_opp->supplies[0].u_volt_min = u_volt - tol; |