Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: rtc: s3c: Drop S3C2410

Samsung S3C24xx family of SoCs was removed the 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>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250830130024.142815-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Krzysztof Kozlowski and committed by
Alexandre Belloni
bf7ab18c 96933428

+3 -37
+3 -37
Documentation/devicetree/bindings/rtc/s3c-rtc.yaml
··· 13 13 compatible: 14 14 oneOf: 15 15 - enum: 16 - - samsung,s3c2410-rtc 17 - - samsung,s3c2416-rtc 18 - - samsung,s3c2443-rtc 19 16 - samsung,s3c6410-rtc 20 17 - items: 21 18 - enum: ··· 26 29 maxItems: 1 27 30 28 31 clocks: 29 - description: 30 - Must contain a list of phandle and clock specifier for the rtc 31 - clock and in the case of a s3c6410 compatible controller, also 32 - a source clock. 33 - minItems: 1 34 32 maxItems: 2 35 33 36 34 clock-names: 37 - description: 38 - Must contain "rtc" and for a s3c6410 compatible controller 39 - also "rtc_src". 40 - minItems: 1 41 - maxItems: 2 35 + items: 36 + - const: rtc 37 + - const: rtc_src 42 38 43 39 interrupts: 44 40 description: ··· 44 54 45 55 allOf: 46 56 - $ref: rtc.yaml# 47 - - if: 48 - properties: 49 - compatible: 50 - contains: 51 - enum: 52 - - samsung,s3c6410-rtc 53 - - samsung,exynos3250-rtc 54 - then: 55 - properties: 56 - clocks: 57 - minItems: 2 58 - maxItems: 2 59 - clock-names: 60 - items: 61 - - const: rtc 62 - - const: rtc_src 63 - else: 64 - properties: 65 - clocks: 66 - minItems: 1 67 - maxItems: 1 68 - clock-names: 69 - items: 70 - - const: rtc 71 57 72 58 unevaluatedProperties: false 73 59