summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2011-01-05 13:19:04 +0800
committerAlan Tull <alan.tull@freescale.com>2011-02-03 16:36:13 -0600
commitfd2a36d43c9cfba2a518bcbfb28552fe0ab77a19 (patch)
tree4d2e9d61b096f54c71e636182814bcb188e3f349 /include
parent9e81bc3e98f47e0e1e4a434ea3527f559af530d5 (diff)
ENGR00136007-2 ASRC: change clk and fix one errata
ASRC driver change to support MX53 TO2.0 - MX53 clk source is different from MX35. Add clk map version. - Get ASRC irq from resource data - Add the fix for the errata ENGcm11413: Use pgprot_writecombine instead of pgprot_noncached - fix compiler error Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 01fa5355f78c..050735e1e2a8 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -6,7 +6,7 @@
*
* Maintainer: Kumar Gala <galak@kernel.crashing.org>
*
- * Copyright 2004-2010 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright 2004-2011 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -265,6 +265,7 @@ struct mxc_asrc_platform_data {
struct clk *asrc_core_clk;
struct clk *asrc_audio_clk;
unsigned int channel_bits;
+ int clk_map_ver;
};
struct mxc_bt_platform_data {