Commit 2968ab13 authored by Lee Jones's avatar Lee Jones Committed by Samuel Ortiz

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 930bf022
...@@ -36,6 +36,10 @@ struct mfd_cell { ...@@ -36,6 +36,10 @@ struct mfd_cell {
/* platform data passed to the sub devices drivers */ /* platform data passed to the sub devices drivers */
void *platform_data; void *platform_data;
size_t pdata_size; size_t pdata_size;
/*
* Device Tree compatible string
* See: Documentation/devicetree/usage-model.txt Chapter 2.2 for details
*/
const char *of_compatible; const char *of_compatible;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment