lpc_ich_enable_gpio_space(dev);
 
        lpc_ich_finalize_cell(dev, &lpc_ich_cells[LPC_GPIO]);
-       ret = mfd_add_devices(&dev->dev, -1, &lpc_ich_cells[LPC_GPIO],
-                             1, NULL, 0, NULL);
+       ret = mfd_add_devices(&dev->dev, PLATFORM_DEVID_AUTO,
+                             &lpc_ich_cells[LPC_GPIO], 1, NULL, 0, NULL);
 
 gpio_done:
        if (acpi_conflict)
        }
 
        lpc_ich_finalize_cell(dev, &lpc_ich_cells[LPC_WDT]);
-       ret = mfd_add_devices(&dev->dev, -1, &lpc_ich_cells[LPC_WDT],
-                             1, NULL, 0, NULL);
+       ret = mfd_add_devices(&dev->dev, PLATFORM_DEVID_AUTO,
+                             &lpc_ich_cells[LPC_WDT], 1, NULL, 0, NULL);
 
 wdt_done:
        return ret;