Re: [PATCH] mfd: cros_ec: i2c: Add OF match table

2015-08-25 Thread Lee Jones
On Tue, 25 Aug 2015, Javier Martinez Canillas wrote: > 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

[PATCH] mfd: cros_ec: i2c: Add OF match table

2015-08-24 Thread Javier Martinez Canillas
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 ---