From: Linus Walleij Date: Wed, 23 Apr 2014 21:35:58 +0000 (+0200) Subject: mfd: stmpe: Probe properly from the Device Tree X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~6^2~69^6~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a826feedc331a2d5ced2afd832199a70b3af891;p=pandora-kernel.git mfd: stmpe: Probe properly from the Device Tree 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 Signed-off-by: Lee Jones --- Reading git-diff-tree failed