On 06/27/2012 05:31 AM, Mark Brown wrote:
On Tue, Jun 26, 2012 at 06:31:00PM -0600, Stephen Warren wrote:
quoted
sm1: HW defaults and schematic match at 1.0v. marvin24's kernel had a max
of 1.125v, but this wasn't applied since apply_uV wasn't set.
apply_uV is only valid if a single voltage is specified. If a voltage
range were specified and it were acted on we'd take the lowest (not
highest) voltage allowed.
Ah right. When I apply this, I'll reword that to something more like:
sm1: HW defaults and schematic match at 1.0v. marvin24's kernel had a
max of 1.125v, but this higher voltage was only applied to HW by DVFS
code, which isn't currently supported in mainline.