* [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
* Re: [PATCH] i2c: brcmstb: allow compiling on BCM4908
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
1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2022-02-11 17:12 UTC (permalink / raw)
To: Rafał Miłecki, 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
On 2/11/22 2:58 AM, Rafał Miłecki wrote:
> 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>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
--
Florian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] i2c: brcmstb: allow compiling on BCM4908
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
1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-02-11 17:35 UTC (permalink / raw)
To: Rafał Miłecki
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
[-- Attachment #1: Type: text/plain, Size: 281 bytes --]
On Fri, Feb 11, 2022 at 11:58:06AM +0100, Rafał Miłecki wrote:
> 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>
Applied to for-next, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [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;
as well as URLs for NNTP newsgroup(s).