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 <marex@denx.de> Cc: Chin Liang See <chin.liang.see@intel.com> Cc: Dinh Nguyen <dinguyen@kernel.org> Cc: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
parent
8145c1c299
commit
fe88c2fea7
|
|
@ -11,6 +11,7 @@ config TARGET_SOCFPGA_ARRIA10
|
||||||
bool
|
bool
|
||||||
select ALTERA_SDRAM
|
select ALTERA_SDRAM
|
||||||
select SPL_BOARD_INIT if SPL
|
select SPL_BOARD_INIT if SPL
|
||||||
|
select DM_I2C
|
||||||
select DM_RESET
|
select DM_RESET
|
||||||
select SPL_DM_RESET if SPL
|
select SPL_DM_RESET if SPL
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue