[PATCH 2/2] ARM: imx: src: support vf610 system reset controller
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-11-28 16:49:58
Also in:
lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-11-28 16:49:58
Also in:
lkml
On Friday 28 November 2014 17:43:35 Stefan Agner wrote:
Support Vybrid SoC's system reset controller (SRC). Currently we don't register a reset controller but only support the imx_cpu_jump and imx_cpu_arg functions. Signed-off-by: Stefan Agner <stefan@agner.ch>
I think this should be a platform driver in drivers/power/reset. If the SRC is also capable of resetting individual blocks instead of just the entire machine, it would be a reset driver in drivers/reset instead. Arnd