summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWilliam Lai <b04597@freescale.com>2010-09-28 10:56:31 +0800
committerScott Sweeny <scott.sweeny@timesys.com>2011-01-19 11:49:52 -0500
commit31e03f0fca6756ea71fe31307364c2b3fe68123a (patch)
tree502d0a0bf2aa679525c5c16c5a1d2bafdee9fc11 /include
parent230e683e63bedd713be5b814fcdbded456eb1200 (diff)
ENGR00131965-1 CAN: Extend the flexcan_platform_data structure
Extend the flexcan_platform_data structure, adding root_clk_id to choose the root clock for the CAN module in CCM. Signed-off-by: William Lai<b04597@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 93d02d3f3d09..832411cb8b33 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -418,6 +418,7 @@ struct mxc_mlb_platform_data {
struct flexcan_platform_data {
char *core_reg;
char *io_reg;
+ char *root_clk_id;
void (*xcvr_enable) (int id, int en);
void (*active) (int id);
void (*inactive) (int id);