commit | 7bbb7d975611e9b1220ec71ba125643cf5d50f38 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 23 06:34:40 2016 -0700 |
committer | Heiko Schocher <hs@denx.de> | Mon Dec 05 13:27:15 2016 +0100 |
tree | c9d4ed67714637899c4f8c18253f6f90133bc939 | |
parent | d6858fd6792c77550cd2630055bb07bb1a223550 [diff] |
arm: exynos: i2c: Convert exynos boards to use DM_I2C Three boards are still not converting to use DM_I2C. They are also using the old PMIC framework. Rather than removing them, add #ifdefs to allow them to continue to build. This will give the maintainers a little more time to decide whether to convert them or not. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>