RE: [PATCH 7/8] arm: socfpga: vining: Enable DW I2C driver

2021-09-26 Thread Chee, Tien Fong
> -Original Message-
> From: Marek Vasut 
> Sent: Tuesday, 14 September, 2021 11:26 AM
> To: u-boot@lists.denx.de
> Cc: Marek Vasut ; Lim, Elly Siew Chin
> ; Simon Goldschmidt
> ; Chee, Tien Fong
> 
> Subject: [PATCH 7/8] arm: socfpga: vining: Enable DW I2C driver
> 
> The Designware I2C IP is used to communicate with I2C peripherals on
> SoCFPGA, and required to access I2C EEPROM on this board. Enable it.
> 
> Signed-off-by: Marek Vasut 
> Cc: Siew Chin Lim 
> Cc: Simon Goldschmidt 
> Cc: Tien Fong Chee 
> ---
>  configs/socfpga_vining_fpga_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Tien Fong Chee 

Regards,
TF


[PATCH 7/8] arm: socfpga: vining: Enable DW I2C driver

2021-09-13 Thread Marek Vasut
The Designware I2C IP is used to communicate with I2C peripherals on
SoCFPGA, and required to access I2C EEPROM on this board. Enable it.

Signed-off-by: Marek Vasut 
Cc: Siew Chin Lim 
Cc: Simon Goldschmidt 
Cc: Tien Fong Chee 
---
 configs/socfpga_vining_fpga_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/socfpga_vining_fpga_defconfig 
b/configs/socfpga_vining_fpga_defconfig
index 4dcf4f7bf9e..cbdb897f19f 100644
--- a/configs/socfpga_vining_fpga_defconfig
+++ b/configs/socfpga_vining_fpga_defconfig
@@ -56,6 +56,7 @@ CONFIG_DFU_SF=y
 CONFIG_SYS_DFU_DATA_BUF_SIZE=0x100
 CONFIG_DWAPB_GPIO=y
 CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_DW=y
 CONFIG_LED_STATUS=y
 CONFIG_LED_STATUS_GPIO=y
 CONFIG_LED_STATUS0=y
-- 
2.33.0