Re: [PATCH 12/18] mfd: stmpe: Add OF match table

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

[PATCH 12/18] mfd: stmpe: Add OF match table

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