summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/max77663-core.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mfd/max77663-core.h b/include/linux/mfd/max77663-core.h
index 9886cc25319d..b3b9051f84f0 100644
--- a/include/linux/mfd/max77663-core.h
+++ b/include/linux/mfd/max77663-core.h
@@ -2,7 +2,7 @@
* include/linux/mfd/max77663-core.h
*
* Copyright 2011 Maxim Integrated Products, Inc.
- * Copyright (C) 2011 NVIDIA Corporation
+ * Copyright (C) 2011-2012 NVIDIA Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -136,6 +136,8 @@ struct max77663_platform_data {
struct mfd_cell *sub_devices;
unsigned int flags;
+
+ unsigned char rtc_i2c_addr;
};
#if defined(CONFIG_MFD_MAX77663)