commit | 66e0c12f9e17a1c97fc358f9e1f5e1dc615e279a | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Jun 10 00:17:56 2013 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Aug 07 00:59:06 2013 +0200 |
tree | 6fdc361e76ad63073cfa63a4f2b5b0723ab771fe | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 [diff] |
ARM: nomadik: switch to use the Nomadik I2C driver Instead of using bit-banged I2C, let's use the actual I2C driver in the kernel. Since the I2C block may be communicating with things like the PMIC, we need to select it from the Kconfig just like the bit-banged adapter is selected today. The rest of the configuration for this driver can be done from the device tree. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>