On Thu, May 25, 2023 at 6:24 PM Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> wrote: > > This is needed for the bus matching used for ACPI based > i2c client registration. ... > + device_set_node(&bus->adap.dev, dev_fwnode(&pdev->dev)); Please, remove this https://elixir.bootlin.com/linux/v6.4-rc1/source/drivers/i2c/busses/i2c-aspeed.c#L1029 at the same time. > ret = i2c_add_adapter(&bus->adap); > if (ret < 0) > return ret; -- With Best Regards, Andy Shevchenko