diff options
| author | Lee Jones <lee.jones@linaro.org> | 2012-07-02 05:50:19 -0400 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-08 18:16:13 -0400 |
| commit | 2968ab133ec790134d4347aa4264c2eb064b42e7 (patch) | |
| tree | 7a7d700e6ffd514eba6b9fdf6008ec9a564eba24 /include/linux/mfd | |
| parent | 930bf02299943c67a52919a23a3eaf5ee9abbbe1 (diff) | |
mfd: Attaching a node to new 'struct mfd_cell' of_compatible variable
Applying a succinct description to the of_compatible variable recently
added to the mfd_cell struct. Also link to the documentation page where
more information can be found about compatible properties.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
| -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 | /* |
