]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP3: PM: remove access to PRM_VOLTCTRL register
authorTero Kristo <t-kristo@ti.com>
Thu, 10 Apr 2014 18:01:09 +0000 (11:01 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 10 Apr 2014 18:01:09 +0000 (11:01 -0700)
commite0a26d8ed551b451c1247d577c55992f4212d676
tree36334691585db520b31530577e79ff85e86859b6
parent837ca78edf52818164c21c170b79badb0e52548b
ARM: OMAP3: PM: remove access to PRM_VOLTCTRL register

There is a solitary write to this register every wakeup from off-mode,
which isn't doing anything, so remove it.

Also note that modifying this register trashes any attempted
voltage scaling configuration and the change probably should
never have gotten merged in the first place.

Cc: Nishanth Menon <nm@ti.com>
Cc: Kevin Hilman <khilman@linaro.org>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
[tony@atomide.com: updated comments to describe regression]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm34xx.c