Skip to content

Commit

Permalink
ARM: EXYNOS: fix regulator name for NURI board
Browse files Browse the repository at this point in the history
Regulator names should not contain slash to avoid issues with debugfs.

Signed-off-by: Marek Szyprowski <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
  • Loading branch information
mszyprow authored and kgene committed Apr 14, 2012
1 parent 3cd21f6 commit f441f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/mach-nuri.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ static struct regulator_init_data __initdata max8997_ldo7_data = {

static struct regulator_init_data __initdata max8997_ldo8_data = {
.constraints = {
.name = "VUSB/VDAC_3.3V_C210",
.name = "VUSB+VDAC_3.3V_C210",
.min_uV = 3300000,
.max_uV = 3300000,
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
Expand Down

0 comments on commit f441f8a

Please sign in to comment.