mfd: stmpe: Probe properly from the Device Tree
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 23 Apr 2014 21:35:58 +0000 (23:35 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 9 May 2014 09:51:09 +0000 (10:51 +0100)
The current STMPE I2C probing code does not really match the
compatible strings - it matches node names happening to give
the right device name. Instead, let's introduce some real
compatible matching, more complex, more accurate. Make the
driver depend on OF since all platforms using it are DT-only.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

No differences found