Re: [PATCH 1/2] i2c: s3c2410: Drop S3C2410 OF support
From: Andi Shyti <andi.shyti@kernel.org>
Date: 2025-09-03 10:32:21
Also in:
linux-devicetree, linux-i2c, linux-samsung-soc, lkml
From: Andi Shyti <andi.shyti@kernel.org>
Date: 2025-09-03 10:32:21
Also in:
linux-devicetree, linux-i2c, linux-samsung-soc, lkml
Hi Krzysztof, On Sat, Aug 30, 2025 at 12:36:02PM +0200, Krzysztof Kozlowski wrote:
Samsung S3C2410 SoC was removed from the Linux kernel in the
commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support"), in January
2023. There are no in-kernel users of "samsung,s3c2410-i2c" compatible.
However, there is still a user of "s3c2410-i2c" platform device ID,
S3C64xx platform, so that part needs to stay.
Signed-off-by: Krzysztof Kozlowski <redacted>As an ex-Samsung active developer (and always hoping to be back someday): Reviewed-by: Andi Shyti <andi.shyti@kernel.org> Thanks, Andi