mfd: cros_ec: spi: Add OF match table
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 20 Aug 2015 07:07:22 +0000 (09:07 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 24 Aug 2015 14:27:59 +0000 (15:27 +0100)
commita78ea195f77a8ed2c5f3108a8cdb9a26ebd474d8
tree4a5b9a957d0e09d19bc793c88a8687bbe1f5b153
parent1e955bece28f0f464c2db03c7e12951cea65fab6
mfd: cros_ec: spi: Add OF match table

The Documentation/devicetree/bindings/mfd/cros-ec.txt DT binding doc lists
"google,cros-ec-spi" as a compatible string but the corresponding driver
does not have an OF match table. Add the table to the driver so the SPI
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_spi.c