ARM: OMAP2/3: PRM: add SoC reset functions (using the CORE DPLL method)
authorPaul Walmsley <paul@pwsan.com>
Tue, 30 Oct 2012 02:55:46 +0000 (20:55 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 8 Nov 2012 19:33:07 +0000 (12:33 -0700)
commitd08cce6a1d6952a7774e4b61066d469c16d47a11
tree13b56e022d8c8eaf720256b0de9dd9e1460a5d18
parentb6a4226c14001b0aa20b11c69190cb89d2237d3d
ARM: OMAP2/3: PRM: add SoC reset functions (using the CORE DPLL method)

Add SoC reset functions into the PRM code.  These functions are based
on code from mach-omap2/prcm.c.  They reset the SoC using the CORE DPLL
reset method (as opposed to one of the other two or three chip reset
methods).

Adding them here will facilitate their removal from
arch/arm/mach-omap2/prcm.c.  (prcm.c is deprecated.)

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Vaibhav Hiremath <hvaibhav@ti.com>
arch/arm/mach-omap2/prm2xxx.c
arch/arm/mach-omap2/prm2xxx.h
arch/arm/mach-omap2/prm3xxx.c
arch/arm/mach-omap2/prm3xxx.h