]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: stmpe: Add OF match table
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 20 Aug 2015 07:07:25 +0000 (09:07 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 24 Aug 2015 14:27:52 +0000 (15:27 +0100)
commit1e955bece28f0f464c2db03c7e12951cea65fab6
tree6f8e161606d7378d5389526676adef3b40130746
parentaa60a8391337aa0f14ed890b237f5b8e6cadfbbf
mfd: stmpe: Add OF match table

The Documentation/devicetree/bindings/mfd/stmpe.txt DT binding doc lists
"st,stmpe[610|801|811|1601|2401|2403]" as valid compatible strings 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/stmpe-spi.c