diff mbox series

[U-Boot,01/18] i2c: omap24xx_i2c: Adapt driver to support K3 devices

Message ID 20190508213751.23179-2-dannenberg@ti.com
State Superseded
Delegated to: Tom Rini
Headers show
Series Add EEPROM-based board detect support for TI | expand

Commit Message

Andreas Dannenberg May 8, 2019, 9:37 p.m. UTC
From: Vignesh R <vigneshr@ti.com>

K3 devices have I2C IP that is same as OMAP2+ family. Allow driver to be
compiled for ARCH_K3.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
---
 drivers/i2c/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Schocher May 9, 2019, 11:19 a.m. UTC | #1
Hello Andreas,

Am 08.05.2019 um 23:37 schrieb Andreas Dannenberg:
> From: Vignesh R <vigneshr@ti.com>
> 
> K3 devices have I2C IP that is same as OMAP2+ family. Allow driver to be
> compiled for ARCH_K3.
> 
> Signed-off-by: Vignesh R <vigneshr@ti.com>
> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
> ---
>   drivers/i2c/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
diff mbox series

Patch

diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 215624020f..4cd7e9ad82 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -327,7 +327,7 @@  endif
 
 config SYS_I2C_OMAP24XX
 	bool "TI OMAP2+ I2C driver"
-	depends on ARCH_OMAP2PLUS
+	depends on ARCH_OMAP2PLUS || ARCH_K3
 	help
 	  Add support for the OMAP2+ I2C driver.