diff mbox series

[v2] i2c: mt7621: Add Airoha EN7581 i2c support

Message ID b5a0ec6530b76f1e89b699355b946437a2fca5b2.1720478370.git.lorenzo@kernel.org (mailing list archive)
State New
Headers show
Series [v2] i2c: mt7621: Add Airoha EN7581 i2c support | expand

Commit Message

Lorenzo Bianconi July 8, 2024, 10:42 p.m. UTC
Introduce i2c support to Airoha EN7581 SoC through the i2c-mt7621
driver.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tested-by: Ray Liu <ray.liu@airoha.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
Changes since v1:
- drop patch 2/2
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andi Shyti July 8, 2024, 11:21 p.m. UTC | #1
Hi

On Tue, 09 Jul 2024 00:42:38 +0200, Lorenzo Bianconi wrote:
> Introduce i2c support to Airoha EN7581 SoC through the i2c-mt7621
> driver.
> 
> 

Applied to i2c/i2c-host on

git://git.kernel.org/pub/scm/linux/kernel/git/local tree

Thank you,
Andi

Patches applied
===============
[1/1] i2c: mt7621: Add Airoha EN7581 i2c support
      commit: fd6acb0d21b8683fd8804129beeb4fe629488aff
diff mbox series

Patch

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index fe6e8a1bb607..4d93c00264fc 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -857,7 +857,7 @@  config I2C_MT65XX
 
 config I2C_MT7621
 	tristate "MT7621/MT7628 I2C Controller"
-	depends on (RALINK && (SOC_MT7620 || SOC_MT7621)) || COMPILE_TEST
+	depends on (RALINK && (SOC_MT7620 || SOC_MT7621)) || ARCH_AIROHA || COMPILE_TEST
 	help
 	  Say Y here to include support for I2C controller in the
 	  MediaTek MT7621/MT7628 SoCs.