mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 01:44:52 +00:00
Merge remote-tracking branch 'regulator/topic/max1586' into v3.9-rc8
This commit is contained in:
commit
388128ffd6
@ -56,7 +56,7 @@ struct max1586_data {
|
||||
* set V6 to either 0V, 1.8V, 2.5V, 3V depending on (x & 0x3)
|
||||
* As regulator framework doesn't accept voltages to be 0V, we use 1uV.
|
||||
*/
|
||||
static int v6_voltages_uv[] = { 1, 1800000, 2500000, 3000000 };
|
||||
static const unsigned int v6_voltages_uv[] = { 1, 1800000, 2500000, 3000000 };
|
||||
|
||||
/*
|
||||
* V3 voltage
|
||||
|
Loading…
x
Reference in New Issue
Block a user