commit | 5a826feedc331a2d5ced2afd832199a70b3af891 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Apr 23 23:35:58 2014 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Fri May 09 10:51:09 2014 +0100 |
tree | 5d3fd40bd60b857a6d8b5942095a7a68f871fe74 | |
parent | b69d2ad6748e2cd3a6b93fca074adc31f56e4436 [diff] |
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 <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>