002-v6.11-i2c-mt7621-Add-Airoha-EN7581-i2c-support.patch 1018 B

123456789101112131415161718192021222324252627
  1. From fd6acb0d21b8683fd8804129beeb4fe629488aff Mon Sep 17 00:00:00 2001
  2. From: Lorenzo Bianconi <[email protected]>
  3. Date: Tue, 9 Jul 2024 00:42:38 +0200
  4. Subject: [PATCH] i2c: mt7621: Add Airoha EN7581 i2c support
  5. Introduce i2c support to Airoha EN7581 SoC through the i2c-mt7621
  6. driver.
  7. Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
  8. Tested-by: Ray Liu <[email protected]>
  9. Signed-off-by: Lorenzo Bianconi <[email protected]>
  10. Signed-off-by: Andi Shyti <[email protected]>
  11. ---
  12. drivers/i2c/busses/Kconfig | 2 +-
  13. 1 file changed, 1 insertion(+), 1 deletion(-)
  14. --- a/drivers/i2c/busses/Kconfig
  15. +++ b/drivers/i2c/busses/Kconfig
  16. @@ -841,7 +841,7 @@ config I2C_MT65XX
  17. config I2C_MT7621
  18. tristate "MT7621/MT7628 I2C Controller"
  19. - depends on (RALINK && (SOC_MT7620 || SOC_MT7621)) || COMPILE_TEST
  20. + depends on (RALINK && (SOC_MT7620 || SOC_MT7621)) || ARCH_AIROHA || COMPILE_TEST
  21. help
  22. Say Y here to include support for I2C controller in the
  23. MediaTek MT7621/MT7628 SoCs.