[PATCH] mfd: axp20x-i2c: Add i2c-ids to fix module auto-loading
From: Hans de Goede <hidden>
Date: 2016-10-18 10:25:42
Also in:
linux-i2c, linux-pm
From: Hans de Goede <hidden>
Date: 2016-10-18 10:25:42
Also in:
linux-i2c, linux-pm
Hi, On 18-10-16 07:25, Chen-Yu Tsai wrote:
On Wed, Oct 5, 2016 at 11:51 PM, Hans de Goede [off-list ref] wrote:quoted
The i2c subsys does not load modules by compatible, only by i2c-id, with e.g. a modalias of: "i2c:axp209". Populate the axp20x_i2c_id[] table with supported ids, so that module auto-loading will work. Reported-by: Dennis Gilmore <redacted> Signed-off-by: Hans de Goede <redacted>Acked-by: Chen-Yu Tsai <redacted> Even though axp20x-i2c seems to be the only "DT only" i2c client, would it make sense to add DT-based module autoloading to the i2c core?
If it is not too invasive, then yes that would be a sensible addition IMHO. Regards, Hans