ARM: sunxi: Register the A31 reset IP in init_time
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 5 Oct 2013 12:53:48 +0000 (14:53 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 22 Nov 2013 20:30:07 +0000 (21:30 +0100)
commit751b2ac4a21331cb353f2e6211d090f881b18bf5
treee95b93a01c988da097621011405ef1ebec6398c8
parenta85d80b8eed0ef2a8db8e685d0c668d20ee59146
ARM: sunxi: Register the A31 reset IP in init_time

The A31 has a reset IP that maintains a few other IPs in reset by
default. Among these IPs are the UARTs, and most notably the timers. We
thus need to register the reset driver before initializing the timers so
that the reset timer can use the reset framework.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
arch/arm/mach-sunxi/sunxi.c