Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263555
b: refs/heads/master
c: c1a238a
h: refs/heads/master
i:
  263553: 0b024fc
  263551: 484d3ce
v: v3
  • Loading branch information
Kyungmin Park authored and Kukjin Kim committed Aug 19, 2011
1 parent c57c993 commit bb1312c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8a297d3f842f4f7dae98cf85701da069204b0b1
refs/heads/master: c1a238aadf32daf23db13617fc0b401080c9ab04
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-exynos4/mach-universal_c210.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static struct s3c2410_uartcfg universal_uartcfgs[] __initdata = {
};

static struct regulator_consumer_supply max8952_consumer =
REGULATOR_SUPPLY("vddarm", NULL);
REGULATOR_SUPPLY("vdd_arm", NULL);

static struct max8952_platform_data universal_max8952_pdata __initdata = {
.gpio_vid0 = EXYNOS4_GPX0(3),
Expand All @@ -105,7 +105,7 @@ static struct max8952_platform_data universal_max8952_pdata __initdata = {
};

static struct regulator_consumer_supply lp3974_buck1_consumer =
REGULATOR_SUPPLY("vddint", NULL);
REGULATOR_SUPPLY("vdd_int", NULL);

static struct regulator_consumer_supply lp3974_buck2_consumer =
REGULATOR_SUPPLY("vddg3d", NULL);
Expand Down

0 comments on commit bb1312c

Please sign in to comment.