RE: TPS65023 VDCDC2 and VDCDC3 constraints » fix_tps65023_constraints.patch
| linux/arch/arm/mach-davinci/board-mityomapl138.c 2014-06-19 15:40:46.664437752 +0400 | ||
|---|---|---|
|
/* dcdc2 */
|
||
|
{
|
||
|
.constraints = {
|
||
|
.min_uV = 1800000,
|
||
|
.max_uV = 1800000,
|
||
|
.min_uV = 3300000,
|
||
|
.max_uV = 3300000,
|
||
|
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
|
||
|
.boot_on = 1,
|
||
|
},
|
||
| ... | ... | |
|
/* dcdc3 */
|
||
|
{
|
||
|
.constraints = {
|
||
|
.min_uV = 1200000,
|
||
|
.max_uV = 1200000,
|
||
|
.min_uV = 1800000,
|
||
|
.max_uV = 1800000,
|
||
|
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
|
||
|
.boot_on = 1,
|
||
|
},
|
||
- « Previous
- 1
- 2
- 3
- Next »