mfd: Attaching a node to new 'struct mfd_cell' of_compatible variable
authorLee Jones <lee.jones@linaro.org>
Mon, 2 Jul 2012 09:50:19 +0000 (10:50 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 8 Jul 2012 22:16:13 +0000 (00:16 +0200)
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>
include/linux/mfd/core.h

index 99b7eb1..3a8435a 100644 (file)
@@ -36,6 +36,10 @@ struct mfd_cell {
        /* platform data passed to the sub devices drivers */
        void                    *platform_data;
        size_t                  pdata_size;
+       /*
+        * Device Tree compatible string
+        * See: Documentation/devicetree/usage-model.txt Chapter 2.2 for details
+        */
        const char              *of_compatible;
 
        /*