msm: devices-8930: Add cache dumping device
Add the cache dumping device for the 8930 board. This will
allow the L1 and L2 caches to be dumped on panic and the L2
caches to be dumped on resets.
Change-Id: I4cfe54f8e44ba67d5ed42fee5a2d0f1c7b7c8960
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index ea47727..152ca5b 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -406,6 +406,7 @@
extern struct platform_device msm8960_cache_dump_device;
extern struct platform_device apq8064_cache_dump_device;
+extern struct platform_device msm8930_cache_dump_device;
extern struct platform_device copper_device_tz_log;