diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h index 99b7eb1961b6..3a8435a8058f 100644 --- a/include/linux/mfd/core.h +++ b/include/linux/mfd/core.h | |||
| @@ -36,6 +36,10 @@ struct mfd_cell { | |||
| 36 | /* platform data passed to the sub devices drivers */ | 36 | /* platform data passed to the sub devices drivers */ |
| 37 | void *platform_data; | 37 | void *platform_data; |
| 38 | size_t pdata_size; | 38 | size_t pdata_size; |
| 39 | /* | ||
| 40 | * Device Tree compatible string | ||
| 41 | * See: Documentation/devicetree/usage-model.txt Chapter 2.2 for details | ||
| 42 | */ | ||
| 39 | const char *of_compatible; | 43 | const char *of_compatible; |
| 40 | 44 | ||
| 41 | /* | 45 | /* |
