RTC Platform structure would be initialised in board file. RTC msecure line initialization happens in RTC driver. The same structure can be used for any future enhancements in RTC. Signed-off-by: Charulatha V <charu@xxxxxx> --- include/linux/i2c/twl4030.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/linux/i2c/twl4030.h b/include/linux/i2c/twl4030.h index 15edfaa..0bf8443 100644 --- a/include/linux/i2c/twl4030.h +++ b/include/linux/i2c/twl4030.h @@ -341,6 +341,10 @@ struct twl4030_gpio_platform_data { unsigned gpio, unsigned ngpio); }; +struct twl4030_rtc_platform_data { + int msecure_gpio; +}; + struct twl4030_madc_platform_data { int irq_line; }; @@ -395,6 +399,7 @@ struct twl4030_platform_data { unsigned irq_base, irq_end; struct twl4030_bci_platform_data *bci; struct twl4030_gpio_platform_data *gpio; + struct twl4030_rtc_platform_data *rtc; struct twl4030_madc_platform_data *madc; struct twl4030_keypad_data *keypad; struct twl4030_usb_data *usb; -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html