projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd21f6
)
ARM: EXYNOS: fix regulator name for NURI board
author
Marek Szyprowski
<m.szyprowski@samsung.com>
Tue, 10 Apr 2012 04:10:32 +0000
(21:10 -0700)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Sat, 14 Apr 2012 14:42:25 +0000
(07:42 -0700)
Regulator names should not contain slash to avoid issues with debugfs.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/mach-nuri.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/mach-nuri.c
b/arch/arm/mach-exynos/mach-nuri.c
index b3982c867c9c5e9243c505d41b9914b69c130b30..f92ec88b126692dd17ac8f20219e830b6c542a46 100644
(file)
--- a/
arch/arm/mach-exynos/mach-nuri.c
+++ b/
arch/arm/mach-exynos/mach-nuri.c
@@
-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,