mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
9131cb44ff
Introduce EN7581 SoC support with currently rfb board supported. This is a new 64bit SoC from Airoha that is currently almost fully supported upstream with only the DTS missing. Setting source-only waiting for the full upstream support to be completed. Link: https://github.com/openwrt/openwrt/pull/16730 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
28 lines
1018 B
Diff
28 lines
1018 B
Diff
From fd6acb0d21b8683fd8804129beeb4fe629488aff Mon Sep 17 00:00:00 2001
|
|
From: Lorenzo Bianconi <lorenzo@kernel.org>
|
|
Date: Tue, 9 Jul 2024 00:42:38 +0200
|
|
Subject: [PATCH] i2c: mt7621: Add Airoha EN7581 i2c support
|
|
|
|
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>
|
|
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
|
|
---
|
|
drivers/i2c/busses/Kconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/i2c/busses/Kconfig
|
|
+++ b/drivers/i2c/busses/Kconfig
|
|
@@ -839,7 +839,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.
|