public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: brcmstb: allow compiling on BCM4908
@ 2022-02-11 10:58 Rafał Miłecki
  2022-02-11 17:12 ` Florian Fainelli
  2022-02-11 17:35 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Rafał Miłecki @ 2022-02-11 10:58 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, Krzysztof Kozlowski, Rob Herring, Yicong Yang,
	Sam Protsenko, Geert Uytterhoeven, Jan Dabros, Sven Peter,
	Jie Deng, Bence Csókás, Lukas Bulwahn,
	bcm-kernel-feedback-list, Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

BCM4908 SoCs use the same I2C hardware block as STB and BCM63xx devices.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 drivers/i2c/busses/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 5ea26a7aa1d5..1fbb5f1fa7b1 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -477,8 +477,8 @@ config I2C_BCM_KONA
 
 config I2C_BRCMSTB
 	tristate "BRCM Settop/DSL I2C controller"
-	depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC || \
-		   ARCH_BCM_63XX || COMPILE_TEST
+	depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCM_63XX || \
+		   ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
 	default y
 	help
 	  If you say yes to this option, support will be included for the
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-11 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-11 10:58 [PATCH] i2c: brcmstb: allow compiling on BCM4908 Rafał Miłecki
2022-02-11 17:12 ` Florian Fainelli
2022-02-11 17:35 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox