ARM: cns3xxx: Make cns3xxx_pwr_soft_rst_force() to actually reset blocks
authorAnton Vorontsov <cbouatmailru@gmail.com>
Fri, 26 Nov 2010 17:48:35 +0000 (20:48 +0300)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Fri, 26 Nov 2010 18:10:49 +0000 (21:10 +0300)
commitdf8f4d2f3ef9ca2154f7bd531492a83c4ab4558a
tree3ee5948e1a573f5cf72bf7bec266184bc659d3e2
parent3561d43fd289f590fdae672e5eb831b8d5cf0bf6
ARM: cns3xxx: Make cns3xxx_pwr_soft_rst_force() to actually reset blocks

commit 6eb5d146d4535 ("ARM: cns3xxx: Use IO memory accessors everywhere")
breaks cns3xxx_pwr_soft_rst_force() function, so that it doesn't write
cleared bit into the register.

This patch fixes the issue by adding the necessary __raw_writel().

Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
arch/arm/mach-cns3xxx/pm.c