ARM: shmobile: sh7372: Update DTS to include CPU frequency

Add CPU Frequency information to the sh7372 DTS file. This
will allow us to use the shared C code on sh7372 and Mackerel
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>
This commit is contained in:
Magnus Damm 2014-08-20 22:02:10 +09:00 committed by Simon Horman
parent 93acbd2cd2
commit 2340cd1129

View file

@ -21,6 +21,7 @@ cpu@0 {
compatible = "arm,cortex-a8"; compatible = "arm,cortex-a8";
device_type = "cpu"; device_type = "cpu";
reg = <0x0>; reg = <0x0>;
clock-frequency = <800000000>;
}; };
}; };