From: Marek Vasut Date: Mon, 13 Aug 2018 16:32:38 +0000 (+0200) Subject: ARM: socfpga: Enable DM I2C framework on A10 X-Git-Tag: v2018.09-rc3~59^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe88c2fea7e1081993dbb4207f6610eb5d8ae912;p=pandora-u-boot.git ARM: socfpga: Enable DM I2C framework on A10 Enable the DM I2C framework on Arria10, so that the DM capable Designware I2C driver can handle the reset via DM reset framework. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Ley Foon Tan --- diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 368f217fc6d..63ce32ff664 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -11,6 +11,7 @@ config TARGET_SOCFPGA_ARRIA10 bool select ALTERA_SDRAM select SPL_BOARD_INIT if SPL + select DM_I2C select DM_RESET select SPL_DM_RESET if SPL