Skip to content

Commit d37db94

Browse files
committed
dt-bindings: pinctrl: samsung: Drop S3C2410
Samsung S3C24xx family of SoCs was removed the Linux kernel in the commit 61b7f89 ("ARM: s3c: remove all s3c24xx support"), in January 2023. There are no in-kernel users of remaining S3C24xx compatibles. Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250830111657.126190-4-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 358253f commit d37db94

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ properties:
3030
compatible:
3131
oneOf:
3232
- enum:
33-
- samsung,s3c2410-wakeup-eint
34-
- samsung,s3c2412-wakeup-eint
3533
- samsung,s3c64xx-wakeup-eint
3634
- samsung,s5pv210-wakeup-eint
3735
- samsung,exynos4210-wakeup-eint
@@ -59,27 +57,12 @@ properties:
5957
description:
6058
Interrupt used by multiplexed external wake-up interrupts.
6159
minItems: 1
62-
maxItems: 6
60+
maxItems: 4
6361

6462
required:
6563
- compatible
6664

6765
allOf:
68-
- if:
69-
properties:
70-
compatible:
71-
contains:
72-
enum:
73-
- samsung,s3c2410-wakeup-eint
74-
- samsung,s3c2412-wakeup-eint
75-
then:
76-
properties:
77-
interrupts:
78-
minItems: 6
79-
maxItems: 6
80-
required:
81-
- interrupts
82-
8366
- if:
8467
properties:
8568
compatible:

Documentation/devicetree/bindings/pinctrl/samsung,pinctrl.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ properties:
3737
enum:
3838
- axis,artpec8-pinctrl
3939
- google,gs101-pinctrl
40-
- samsung,s3c2412-pinctrl
41-
- samsung,s3c2416-pinctrl
42-
- samsung,s3c2440-pinctrl
43-
- samsung,s3c2450-pinctrl
4440
- samsung,s3c64xx-pinctrl
4541
- samsung,s5pv210-pinctrl
4642
- samsung,exynos2200-pinctrl

0 commit comments

Comments
 (0)