OSDN Git Service

ARM: dts: Fill in CPU clock-frequency for exynos5410
authorAndreas Faerber <afaerber@suse.de>
Mon, 7 Jul 2014 23:17:14 +0000 (08:17 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 7 Jul 2014 23:17:14 +0000 (08:17 +0900)
It's 1.6 GHz for the Cortex-A15.

Avoids warnings like "/cpus/cpu@0 missing clock-frequency property".

Signed-off-by: Andreas Faerber <afaerber@suse.de>
Reviewed-by: Tarek Dakhran <t.dakhran@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5410.dtsi

index 3839c26..9d0b8cc 100644 (file)
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0x0>;
+                       clock-frequency = <1600000000>;
                };
 
                CPU1: cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0x1>;
+                       clock-frequency = <1600000000>;
                };
 
                CPU2: cpu@2 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0x2>;
+                       clock-frequency = <1600000000>;
                };
 
                CPU3: cpu@3 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0x3>;
+                       clock-frequency = <1600000000>;
                };
        };