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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: rtc: s3c-rtc: add specific compatibles for existing SoC

Samsung Exynos SoC reuses several devices from older designs, thus
historically we kept the old (block's) compatible only. This works fine
and there is no bug here, however guidelines expressed in
Documentation/devicetree/bindings/writing-bindings.rst state that:
1. Compatibles should be specific.
2. We should add new compatibles in case of bugs or features.

Add compatibles specific to each SoC in front of all old-SoC-like
compatibles.

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20231108104343.24192-7-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+5
+5
Documentation/devicetree/bindings/rtc/s3c-rtc.yaml
··· 17 17 - samsung,s3c2416-rtc 18 18 - samsung,s3c2443-rtc 19 19 - samsung,s3c6410-rtc 20 + - items: 21 + - enum: 22 + - samsung,exynos7-rtc 23 + - samsung,exynos850-rtc 24 + - const: samsung,s3c6410-rtc 20 25 - const: samsung,exynos3250-rtc 21 26 deprecated: true 22 27