From a9484aa769b0f8312abbfa5698b685e188eea78e Mon Sep 17 00:00:00 2001 From: Hannes Schmelzer Date: Thu, 31 Jan 2019 09:24:45 +0100 Subject: board/BuR/brppt1: drop DM_I2C_COMPAT The TPS62517 PMIC driver has been partially converted to DM, so the legacy I2C access layer isn't needed anymore. Signed-off-by: Hannes Schmelzer --- configs/brppt1_mmc_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/brppt1_mmc_defconfig') diff --git a/configs/brppt1_mmc_defconfig b/configs/brppt1_mmc_defconfig index 083b5f7..f2d8220 100644 --- a/configs/brppt1_mmc_defconfig +++ b/configs/brppt1_mmc_defconfig @@ -71,7 +71,6 @@ CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_DM_GPIO=y CONFIG_DM_I2C=y -CONFIG_DM_I2C_COMPAT=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_MISC=y CONFIG_DM_MMC=y -- cgit v1.1