]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/mfd/intel-lpss.h
mfd: intel-lpss: Add support for passing device properties
[karo-tx-linux.git] / drivers / mfd / intel-lpss.h
index 2c7f8d7c0595e2d849183dfd0db91d2d945daa10..0dcea9eb2d0308cf63de7d79b826eff36f65f32b 100644 (file)
 
 struct device;
 struct resource;
+struct property_set;
 
 struct intel_lpss_platform_info {
        struct resource *mem;
        int irq;
        unsigned long clk_rate;
        const char *clk_con_id;
+       struct property_set *pset;
 };
 
 int intel_lpss_probe(struct device *dev,