]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lpc32xx: cpu: add support for soft reset
authorSylvain Lemieux <slemieux@tycoint.com>
Mon, 27 Jul 2015 17:37:35 +0000 (13:37 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:12 +0000 (10:24 +0200)
commitb9d6d76485e97b30c7711b1997b5364565fadde8
tree631835663a44aec7676a1315f0e8511dc9c8ea17
parent82cc6e35026c0355fc15ed04386d846b5ecd6b83
lpc32xx: cpu: add support for soft reset

Add support for optional soft reset (i.e. "RESOUT_N" not asserted during reset).

To be compatible with the original U-Boot code, when the "addr" parameter is 0, a hard is performed; for any other values, a soft reset is done.

Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>
arch/arm/cpu/arm926ejs/lpc32xx/cpu.c