]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/mfd/88pm860x.h
Merge branch 'core' of git://amd64.org/linux/rric into perf/core
[karo-tx-linux.git] / include / linux / mfd / 88pm860x.h
index 8fba7972ff5f782f57c4db2609e70a847f308f89..63b4fb8e3b6f9aac05faef4534755a55dffc8733 100644 (file)
@@ -330,6 +330,11 @@ struct pm860x_led_pdata {
        unsigned long   flags;
 };
 
+struct pm860x_rtc_pdata {
+       int             (*sync)(unsigned int ticks);
+       int             vrtc;
+};
+
 struct pm860x_touch_pdata {
        int             gpadc_prebias;
        int             slot_cycle;
@@ -349,6 +354,7 @@ struct pm860x_power_pdata {
 struct pm860x_platform_data {
        struct pm860x_backlight_pdata   *backlight;
        struct pm860x_led_pdata         *led;
+       struct pm860x_rtc_pdata         *rtc;
        struct pm860x_touch_pdata       *touch;
        struct pm860x_power_pdata       *power;
        struct regulator_init_data      *regulator;