mfd: Save device node parsed platform data for tps65910 sub devices
[deliverable/linux.git] / include / linux / mfd / tps65910.h
index ab04e901e57e24b5c756da5e632850bdd41413fc..dd8dc0a6c46243141ea59e325cde465fb993bce5 100644 (file)
@@ -830,6 +830,9 @@ struct tps65910 {
        struct tps65910_rtc *rtc;
        struct tps65910_power *power;
 
+       /* Device node parsed board data */
+       struct tps65910_board *of_plat_data;
+
        /* IRQ Handling */
        struct mutex irq_lock;
        int chip_irq;
This page took 0.027103 seconds and 5 git commands to generate.