On Thu, Nov 25, 2021 at 05:54:00PM +0100, Hans de Goede wrote: > Change i2c_acpi_new_device() into i2c_acpi_new_device_by_fwnode() and > add a static inline wrapper providing the old i2c_acpi_new_device() > behavior. > > This is necessary because in some cases we may only have access > to the fwnode / acpi_device and not to the matching physical-node > struct device *. > > Suggested-by: Andy Shevchenko > Signed-off-by: Hans de Goede Acked-by: Wolfram Sang