|
@@ -17,6 +17,7 @@
|
|
#include <linux/platform_device.h>
|
|
#include <linux/platform_device.h>
|
|
|
|
|
|
struct irq_domain;
|
|
struct irq_domain;
|
|
|
|
+struct property_set;
|
|
|
|
|
|
/* Matches ACPI PNP id, either _HID or _CID, or ACPI _ADR */
|
|
/* Matches ACPI PNP id, either _HID or _CID, or ACPI _ADR */
|
|
struct mfd_cell_acpi_match {
|
|
struct mfd_cell_acpi_match {
|
|
@@ -44,6 +45,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 properties passed to the sub devices drivers */
|
|
|
|
+ const struct property_set *pset;
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Device Tree compatible string
|
|
* Device Tree compatible string
|
|
* See: Documentation/devicetree/usage-model.txt Chapter 2.2 for details
|
|
* See: Documentation/devicetree/usage-model.txt Chapter 2.2 for details
|