diff options
Diffstat (limited to 'configs/MK808C_defconfig')
-rw-r--r-- | configs/MK808C_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/MK808C_defconfig b/configs/MK808C_defconfig index 3456258369..3ed962d7cd 100644 --- a/configs/MK808C_defconfig +++ b/configs/MK808C_defconfig @@ -7,5 +7,7 @@ CONFIG_DRAM_CLK=384 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL_I2C=y CONFIG_SYS_I2C_MVTWSI=y +CONFIG_SYS_I2C_SLAVE=0x7f +CONFIG_SYS_I2C_SPEED=400000 CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y |