summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/cm.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: integrator: move restart to the device treeLinus Walleij2014-11-131-1/+0
| | | | | | | | | | | | Using the augmented reset driver for the Versatile family, we can move the reset handling for the Integrator out of the machine. We add a "syscon" attribute to the core module, and access the syscon registers using this handle. We need to select SYSCON, POWER, POWER_RESET and POWER_RESET_VERSATILE in order for the restart functionality to always be available on all systems (it should not be optional). Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: integrator: move CM base into device treeLinus Walleij2013-10-161-0/+41
This moves the core module (CM) control base into the device tree. It is a simple memory range of 0x200 bytes. Move the cm header down into the machine directory and unexport the cm_control() symbol as no modules are using it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
OpenPOWER on IntegriCloud