Chromium Code Reviews| Index: arch/arm/mach-tegra/board-seaboard-power.c |
| diff --git a/arch/arm/mach-tegra/board-seaboard-power.c b/arch/arm/mach-tegra/board-seaboard-power.c |
| index b13a7823ce915c070b1e0d2f67ae039492804921..8ef220720c429710abedc7b07dc67897678f6f7a 100644 |
| --- a/arch/arm/mach-tegra/board-seaboard-power.c |
| +++ b/arch/arm/mach-tegra/board-seaboard-power.c |
| @@ -124,7 +124,7 @@ static struct regulator_init_data ldo2_data = REGULATOR_INIT(ldo2, 725, 1500); |
| static struct regulator_init_data ldo3_data = REGULATOR_INIT(ldo3, 1250, 3300); |
| static struct regulator_init_data ldo4_data = REGULATOR_INIT(ldo4, 1700, 2475); |
| static struct regulator_init_data ldo5_data = REGULATOR_INIT(ldo5, 1250, 3300); |
| -static struct regulator_init_data ldo6_data = REGULATOR_INIT(ldo6, 1250, 3300); |
| +static struct regulator_init_data ldo6_data = REGULATOR_INIT(ldo6, 1800, 1800); |
| static struct regulator_init_data ldo7_data = REGULATOR_INIT(ldo7, 1250, 3300); |
| static struct regulator_init_data ldo8_data = REGULATOR_INIT(ldo8, 1250, 3300); |
| static struct regulator_init_data ldo9_data = REGULATOR_INIT(ldo9, 1250, 3300); |
| @@ -194,6 +194,8 @@ int __init seaboard_regulator_init(void) |
| pmc_ctrl = readl(pmc + PMC_CTRL); |
| writel(pmc_ctrl | PMC_CTRL_INTR_LOW, pmc + PMC_CTRL); |
| + ldo6_data.constraints.apply_uV = 1; |
|
Olof Johansson
2011/03/28 22:41:44
Should the changes to this file be a separate patc
|
| + |
| i2c_register_board_info(4, seaboard_regulators, 1); |
| return 0; |
| } |