summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2013-02-15 22:48:36 +0900
committerSimon Horman <horms+renesas@verge.net.au>2013-03-18 21:27:03 +0900
commit48296a13e7f411402f080d0603724623fa3eee14 (patch)
tree5fcbae26b297bfe4abc428c1a6814e0ac1753bcc /arch/arm
parent0b6794ef6ef9d8594f049b407b01d5e281acfe6e (diff)
downloadop-kernel-dev-48296a13e7f411402f080d0603724623fa3eee14.zip
op-kernel-dev-48296a13e7f411402f080d0603724623fa3eee14.tar.gz
ARM: shmobile: kzm9g: correct smsc regulator registration
Correct the name of smsc devices used for regulator registration allowing the regulators to be found and used. This eliminates the need for CONFIG_REGULATOR_DUMMY when CONFIG_REGULATOR is set. Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-shmobile/board-kzm9g.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c
index c1c0401..d2ace3a 100644
--- a/arch/arm/mach-shmobile/board-kzm9g.c
+++ b/arch/arm/mach-shmobile/board-kzm9g.c
@@ -63,8 +63,8 @@
/* Dummy supplies, where voltage doesn't matter */
static struct regulator_consumer_supply dummy_supplies[] = {
- REGULATOR_SUPPLY("vddvario", "smsc911x"),
- REGULATOR_SUPPLY("vdd33a", "smsc911x"),
+ REGULATOR_SUPPLY("vddvario", "smsc911x.0"),
+ REGULATOR_SUPPLY("vdd33a", "smsc911x.0"),
};
/*
OpenPOWER on IntegriCloud