]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: max77686: Add max77802 to I2C device ID table
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 12 Feb 2016 04:30:16 +0000 (01:30 -0300)
committerLee Jones <lee.jones@linaro.org>
Wed, 16 Mar 2016 08:50:40 +0000 (08:50 +0000)
commit87a0807b77c69777ebc42d74e6da0c78636bd2e3
tree8639e58dc0f01e5f6e323bc08e69f7eb19e22db0
parentd63cd90d28f5811102376a70a9e41d57533046a6
mfd: max77686: Add max77802 to I2C device ID table

The max77686 MFD driver supports both the Maxim 77686 and Maxim 77802
PMICs but only the OF device table contains entries for both devices.

The max77802 entry is missing in the I2C device ID table which isn't
a problem currently since the driver only supports DT but it will be
needed if the driver is changed to be built as a module since the I2C
core always reports a I2C modalias uevent so auto-load will not work.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/max77686.c