summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2022-10-06 18:01:39 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2022-10-06 18:14:57 -0500
commitbe72895adba9529f9087c6ffc721d0c49fd39f06 (patch)
tree8ede93026dab56bae56f5351593d4a914a426ab9
parent3130902559c1ad3adfcb9e3f64b6ec8ac2812442 (diff)
downloadblackbird-obmc-uboot-v2016.07-aspeed-openbmc-04-16-2019-i2c.tar.gz
blackbird-obmc-uboot-v2016.07-aspeed-openbmc-04-16-2019-i2c.zip
-rw-r--r--configs/ast_g5_ncsi_defconfig4
-rw-r--r--include/configs/ast-g5-ncsi.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/configs/ast_g5_ncsi_defconfig b/configs/ast_g5_ncsi_defconfig
index 2135a586dc..17ddee5ac7 100644
--- a/configs/ast_g5_ncsi_defconfig
+++ b/configs/ast_g5_ncsi_defconfig
@@ -11,4 +11,8 @@ CONFIG_HUSH_PARSER=y
CONFIG_OF_LIBFDT=y
CONFIG_SPI_FLASH=y
CONFIG_SYS_NS16550=y
+CONFIG_CMD_I2C=y
+CONFIG_DM=y
+CONFIG_DM_I2C=y
CONFIG_SYS_I2C_ASPEED=y
+CONFIG_OF_CONTROL=y
diff --git a/include/configs/ast-g5-ncsi.h b/include/configs/ast-g5-ncsi.h
index 12d6684551..6ef9d5cd93 100644
--- a/include/configs/ast-g5-ncsi.h
+++ b/include/configs/ast-g5-ncsi.h
@@ -28,4 +28,6 @@
#define CONFIG_HW_WATCHDOG
+#define CONFIG_SYS_I2C_SPEED 100000
+
#endif /* __AST_G5_NCSI_CONFIG_H */
OpenPOWER on IntegriCloud