[PATCH 7/7] ARM: SMDK6410: Update regulator names for debugfs compatiblity
From: Kukjin Kim <hidden>
Date: 2011-03-04 01:39:32
Mark Brown wrote:
quoted hunk ↗ jump to hunk
The debugfs support added to the regulator API (which has been merged in during this merge window) creates directories for regulators named after the display names for the regulators so replace / as a separator for multiple supplies with + in the SMDK6410 machine. Signed-off-by: Mark Brown <redacted> --- arch/arm/mach-s3c64xx/mach-smdk6410.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-)diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index 4094707..2f30c79 100644--- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c@@ -353,7 +353,7 @@ static struct regulator_init_data smdk6410_vddpll__initdata = { /* VDD_UH_MMC, LDO5 on J5 */ static struct regulator_init_data smdk6410_vdduh_mmc __initdata = {
Mark, there is no '__initdata' in my tree. I just applied following changes (/ -> +). If any updates/patches, please let me know :)
.constraints = {
- .name = "PVDD_UH/PVDD_MMC",
+ .name = "PVDD_UH+PVDD_MMC",
.always_on = 1,
},
};(snip) Thanks. Best regards, Kgene. -- Kukjin Kim [off-list ref], Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.