projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8145c1c
)
ARM: socfpga: Enable DM I2C framework on A10
author
Marek Vasut
<marex@denx.de>
Mon, 13 Aug 2018 16:32:38 +0000
(18:32 +0200)
committer
Marek Vasut
<marex@denx.de>
Mon, 13 Aug 2018 20:35:17 +0000
(22:35 +0200)
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>
arch/arm/mach-socfpga/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/Kconfig
b/arch/arm/mach-socfpga/Kconfig
index 368f217fc6d2e7346a3406475e69fcbbb3942b39..63ce32ff6649e8ac32c12336dcbc593c1e78051c 100644
(file)
--- 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