summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWayne Zou <b36644@freescale.com>2011-07-20 14:23:00 +0800
committerAlex Gonzalez <alex.gonzalez@digi.com>2012-01-17 15:56:50 +0100
commit51cf089342786983b8fe790002ef5721b96730e2 (patch)
tree4b1469b9b4dd8b4a4abc3be690305e3b1913a67b /include
parent3a28a4832d072c014555da9433808ad8e267e7b5 (diff)
ENGR00153378 MX53 cleanup pm suspend/resume source code V2
restructure the pm suspend/resume routines as mxc_pm_platform_data, so split the SOC pm routines from machine pm routines. Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index d6624199a951..55938e7a7c93 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -685,4 +685,6 @@ struct mxs_platform_perfmon_data {
int bit_config_cnt;
};
+#define MX53_OFFSET 0x20000000
+
#endif /* _FSL_DEVICE_H_ */