mfd: intel-lpss: Switch to use the software nodes
[platform/kernel/linux-starfive.git] / drivers / mfd / intel-lpss.h
index a2fbaed..22dbc4a 100644 (file)
 
 struct device;
 struct resource;
-struct property_entry;
+struct software_node;
 
 struct intel_lpss_platform_info {
        struct resource *mem;
        int irq;
        unsigned long clk_rate;
        const char *clk_con_id;
-       const struct property_entry *properties;
+       const struct software_node *swnode;
 };
 
 int intel_lpss_probe(struct device *dev,