]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: shmobile: sh73a0: Update DTS to include CPU frequency
authorMagnus Damm <damm+renesas@opensource.se>
Wed, 20 Aug 2014 13:02:19 +0000 (22:02 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 22 Aug 2014 02:31:56 +0000 (11:31 +0900)
Add CPU Frequency information to the sh73a0 DTS file. This
will allow us to use the shared C code on sh73a0 and KZM9G
which reads out the clock frequency from DT and calculates the
delay settings from there.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/sh73a0.dtsi

index 910b79079d5a26d2740296df0a2ebae264962794..175729e59170b9bd8b50da758cd83b8318c5bd57 100644 (file)
@@ -23,11 +23,13 @@ cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <0>;
+                       clock-frequency = <1196000000>;
                };
                cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <1>;
+                       clock-frequency = <1196000000>;
                };
        };