ARM: OMAP: igep0020: fix smsc911x dummy regulator id
authorEnrico Butera <ebutera@users.berlios.de>
Wed, 9 May 2012 09:27:59 +0000 (11:27 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 9 May 2012 15:12:05 +0000 (08:12 -0700)
commit1a21932edc10de0dfd843797427719e5da43355b
treebaad18412767a6fd0e044e233acb837637ee824c
parent08ca7444f589bedf9ad5d82883e5d0754852d73b
ARM: OMAP: igep0020: fix smsc911x dummy regulator id

id 0 is already used and causes errors at boot:

WARNING: at fs/sysfs/dir.c:508 sysfs_add_one+0x9c/0xac()
sysfs: cannot create duplicate filename '/devices/platform/reg-fixed-voltage.0'

Fix it by using the next available one (id=1).

This was caused by 5b3689f4 (ARM: OMAP2+: smsc911x: Add fixed
board regulators) that did not account for some regulators
already being used.

Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
[tony@atomide.com: updated comments for regression causing commit]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-igep0020.c