mfd: Attaching a node to new 'struct mfd_cell' of_compatible variable
[sfrench/cifs-2.6.git] / include / linux / mfd / core.h
index 99b7eb1961b6e50538d1f6a27d4a994ea87348a2..3a8435a8058f1cec9357b3f980efb0eae18f5569 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;
 
        /*