On Wed, Oct 25, 2017 at 03:20:26PM +0100, Guillaume Tucker wrote: > [ Upstream commit fc1111b885437f374ed54aadda44d8b241ebd2a3 ] > > The device tree nodes all correctly describe the regulators as > syr827 or syr828, but the I2C device id is currently set to the > wildcard value of syr82x in the driver. This causes udev to fail > to match the driver module with the modalias data from sysfs. > > Fix this by replacing the I2C device ids with ones that match the > device tree descriptions, with syr827 and syr828. Tested on > Firefly rk3288 board. The syr82x id was not used anywhere. > > Fixes: e80c47bd738b (regulator: fan53555: Export I2C module alias information) > Signed-off-by: Guillaume Tucker <guillaume.tucker@xxxxxxxxxxxxx> > Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> > --- > drivers/regulator/fan53555.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) Why just 4.9? This belongs in all stable trees from 4.4-4.13, right? thanks, greg k-h