You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
ACPI / LPSS: Add device link for CHT SD card dependency on I2C
Some Cherry Trail boards have a dependency between the SDHCI hostcontroller used for SD cards and an external PMIC accessed via I2C. Add adevice link between the SDHCI host controller (consumer) and the I2Cadapter (supplier).This patch depends on a fix to devices links, namely commit0ff26c6("driver core: Fix device link deferred probe"). And also either,commit126dbc6 ("PM: i2c-designware-platdrv: Clean up PM handling inprobe"), or patch "PM / runtime: Fix handling of suppliers with disabledruntime PM".Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>