[PATCH] dt-bindings: display: samsung: Drop S3C2410

Krzysztof Kozlowski posted 1 patch 1 month ago
.../devicetree/bindings/display/samsung/samsung,fimd.yaml        | 1 -
1 file changed, 1 deletion(-)
[PATCH] dt-bindings: display: samsung: Drop S3C2410
Posted by Krzysztof Kozlowski 1 month ago
Samsung S3C24xx family of SoCs was removed from Linux kernel in the
commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support"), in January
2023.  There are no in-kernel users of remaining S3C24xx compatibles.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/display/samsung/samsung,fimd.yaml        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/samsung/samsung,fimd.yaml b/Documentation/devicetree/bindings/display/samsung/samsung,fimd.yaml
index 075231716b2f..ff685031bb2c 100644
--- a/Documentation/devicetree/bindings/display/samsung/samsung,fimd.yaml
+++ b/Documentation/devicetree/bindings/display/samsung/samsung,fimd.yaml
@@ -15,7 +15,6 @@ maintainers:
 properties:
   compatible:
     enum:
-      - samsung,s3c2443-fimd
       - samsung,s3c6400-fimd
       - samsung,s5pv210-fimd
       - samsung,exynos3250-fimd
-- 
2.48.1
Re: [PATCH] dt-bindings: display: samsung: Drop S3C2410
Posted by Rob Herring (Arm) 1 month ago
On Sat, 30 Aug 2025 13:32:39 +0200, Krzysztof Kozlowski wrote:
> Samsung S3C24xx family of SoCs was removed from Linux kernel in the
> commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support"), in January
> 2023.  There are no in-kernel users of remaining S3C24xx compatibles.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/display/samsung/samsung,fimd.yaml        | 1 -
>  1 file changed, 1 deletion(-)
> 

Applied, thanks!