From: Linus Walleij Date: Fri, 17 Oct 2014 14:18:59 +0000 (+0200) Subject: ARM: integrator: move restart to the device tree X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~14^2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b437c52c296715eaad77c949fcfc074911a72427;p=pandora-kernel.git ARM: integrator: move restart to the device tree 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 --- Reading git-diff-tree failed