diff mbox

[U-Boot,v1,12/15] aspeed: Enable I2C in EVB defconfig

Message ID 20170417190034.71945-13-maxims@google.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Maxim Sloyko April 17, 2017, 7 p.m. UTC
Enable I2C driver in ast2500 Eval Board defconfig.
Also enable i2c command.

Signed-off-by: Maxim Sloyko <maxims@google.com>
---

Changes in v1: None

 configs/evb-ast2500_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Simon Glass April 19, 2017, 12:12 a.m. UTC | #1
On 17 April 2017 at 13:00, Maxim Sloyko <maxims@google.com> wrote:
> Enable I2C driver in ast2500 Eval Board defconfig.
> Also enable i2c command.
>
> Signed-off-by: Maxim Sloyko <maxims@google.com>
> ---
>
> Changes in v1: None
>
>  configs/evb-ast2500_defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini May 8, 2017, 7:43 p.m. UTC | #2
On Mon, Apr 17, 2017 at 12:00:31PM -0700, maxims@google.com wrote:

> Enable I2C driver in ast2500 Eval Board defconfig.
> Also enable i2c command.
> 
> Signed-off-by: Maxim Sloyko <maxims@google.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/evb-ast2500_defconfig b/configs/evb-ast2500_defconfig
index f8ef9b779c..08b5f85a34 100644
--- a/configs/evb-ast2500_defconfig
+++ b/configs/evb-ast2500_defconfig
@@ -18,3 +18,6 @@  CONFIG_TIMER=y
 CONFIG_WDT=y
 CONFIG_DM_RESET=y
 CONFIG_PINCTRL=y
+CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_ASPEED=y
+CONFIG_CMD_I2C=y