]> git.baikalelectronics.ru Git - uboot.git/commit
arm: exynos: arndale: Remove unused CONFIG_DM_I2C_COMPAT
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 11 May 2019 11:24:32 +0000 (13:24 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 16 May 2019 07:11:42 +0000 (16:11 +0900)
commitf6e8736357e8d441230a536dfed3594b8ac673a6
treecc4d49e659f89ca82358ddebcaf6191beae7f7bb
parent13acc4fbe024e2e4bb5fbd93e2cb7b1fdfe348b6
arm: exynos: arndale: Remove unused CONFIG_DM_I2C_COMPAT

The CONFIG_DM_I2C_COMPAT was introduced in
include/configs/exynos5-common.h in commit 189d80166b31 ("exynos5:
enable dm i2c") and then it propagated up to configs/arndale_defconfig.
However since beginning the Arndale board (Exynos5250) was not using
I2C.

In fact, the Arndale board is not configuring its PMIC (S5M8767) which
uses I2C bus.  This setting can be thus safely removed to fix build
warning:

    This board uses CONFIG_DM_I2C_COMPAT. Please remove
    (possibly in a subsequent patch in your series)
    before sending patches to the mailing list.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
configs/arndale_defconfig