mfd: cros_ec_i2c: Add OF match table
authorJavier Martinez Canillas <javier@osg.samsung.com>
Tue, 25 Aug 2015 05:48:10 +0000 (07:48 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 26 Oct 2015 14:48:55 +0000 (14:48 +0000)
commit385c0012dfa0b1cdcb16907d847eb2a720f17a9a
treed748f3a152a6ce336e1f1ccbd6c77e6ba8f46f1f
parent74b533c529f88b7ae4d607276916f9d8d44571f5
mfd: cros_ec_i2c: Add OF match table

The Documentation/devicetree/bindings/mfd/cros-ec.txt DT binding doc lists
"google,cros-ec-i2c" as a compatible string but the corresponding driver
does not have an OF match table. Add the table to the driver so the I2C
core can do an OF style match.

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