From: Colin Cross Date: Tue, 21 Dec 2010 20:25:34 +0000 (-0800) Subject: ARM: tegra: stingray: Enable soft reset X-Git-Tag: firefly_0821_release~9834^2~218 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3f5e76f1da404f53344f3b2e6a7f8d98a77ecf6a;p=firefly-linux-kernel-4.4.55.git ARM: tegra: stingray: Enable soft reset Makes the cpcap treat POWER + VOL UP as a soft reset, preserving memory contents in /proc/last_kmsg Change-Id: Idabbe725620b1e587b6310a5de8dc9bebabb4979 Signed-off-by: Colin Cross --- diff --git a/arch/arm/mach-tegra/board-stingray-power.c b/arch/arm/mach-tegra/board-stingray-power.c index afd7640f301d..4918a86124a2 100644 --- a/arch/arm/mach-tegra/board-stingray-power.c +++ b/arch/arm/mach-tegra/board-stingray-power.c @@ -46,7 +46,7 @@ * reset will reset the entire system, where a soft reset will reset only the * T20. Uncomment this line to use soft resets (should not be enabled on * production builds). */ -/* #define ENABLE_SOFT_RESET_DEBUGGING */ + #define ENABLE_SOFT_RESET_DEBUGGING static struct cpcap_device *cpcap_di;