Skip to content

Commit f2b6b51

Browse files
krzkAndi Shyti
authored andcommitted
i2c: s3c2410: Drop S3C2410 OF support
Samsung S3C2410 SoC was removed from the Linux kernel in the commit 61b7f89 ("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 <krzysztof.kozlowski@linaro.org> Reviewed-by: Andi Shyti <andi.shyti@kernel.org> Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Link: https://lore.kernel.org/r/20250830103601.82046-3-krzysztof.kozlowski@linaro.org
1 parent 07e27ad commit f2b6b51

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/i2c/busses/i2c-s3c2410.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ static void i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c, unsigned long iicstat)
138138

139139
#ifdef CONFIG_OF
140140
static const struct of_device_id s3c24xx_i2c_match[] = {
141-
{ .compatible = "samsung,s3c2410-i2c", .data = (void *)0 },
142141
{ .compatible = "samsung,s3c2440-i2c", .data = (void *)QUIRK_S3C2440 },
143142
{ .compatible = "samsung,s3c2440-hdmiphy-i2c",
144143
.data = (void *)(QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO) },

0 commit comments

Comments
 (0)