ARM: dts: Use s3c6410-rtc instead of exynos3250-rtc for exynos3250/4415
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Sat, 2 May 2015 05:33:55 +0000 (14:33 +0900)
committerKukjin Kim <kgene@kernel.org>
Sun, 17 May 2015 01:51:32 +0000 (10:51 +0900)
Mark "samsung,exynos3250-rtc" compatible as deprecated because it
duplicates the "samsung,s3c6410-rtc". Use "samsung,s3c6410-rtc" on
Exynos3250 and Exynos4415 boards.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Documentation/devicetree/bindings/rtc/s3c-rtc.txt
arch/arm/boot/dts/exynos3250.dtsi
arch/arm/boot/dts/exynos4415.dtsi

index ab757b84daa7edab473d2ec907cb0da3386d0b0a..ac2fcd6ff4b8cde39bf8446c406571fefa7684a9 100644 (file)
@@ -6,7 +6,8 @@ Required properties:
     * "samsung,s3c2416-rtc" - for controllers compatible with s3c2416 rtc.
     * "samsung,s3c2443-rtc" - for controllers compatible with s3c2443 rtc.
     * "samsung,s3c6410-rtc" - for controllers compatible with s3c6410 rtc.
-    * "samsung,exynos3250-rtc" - for controllers compatible with exynos3250 rtc.
+    * "samsung,exynos3250-rtc" - (deprecated) for controllers compatible with
+                                 exynos3250 rtc (use "samsung,s3c6410-rtc").
 - reg: physical base address of the controller and length of memory mapped
   region.
 - interrupts: Two interrupt numbers to the cpu should be specified. First
index e25088cbae9ab60492ba0c4e91672afca444ed04..4728c77ed6e4220f5b7bdbd8f2ad75269a726e75 100644 (file)
                };
 
                rtc: rtc@10070000 {
-                       compatible = "samsung,exynos3250-rtc";
+                       compatible = "samsung,s3c6410-rtc";
                        reg = <0x10070000 0x100>;
                        interrupts = <0 73 0>, <0 74 0>;
                        interrupt-parent = <&pmu_system_controller>;
index 5caea996e090371d862ee374633ace34184379ba..186cb8465683dd86a183c1962bf8cc485bbb03d0 100644 (file)
                };
 
                rtc: rtc@10070000 {
-                       compatible = "samsung,exynos3250-rtc";
+                       compatible = "samsung,s3c6410-rtc";
                        reg = <0x10070000 0x100>;
                        interrupts = <0 73 0>, <0 74 0>;
                        status = "disabled";