diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-20 17:02:10 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-22 06:31:55 +0400 |
commit | 2340cd112933ee837aa83017a6da23c72565d501 (patch) | |
tree | f24ab504acbbe0143b83777299588615855f8ccd /arch/arm/boot/dts/sh7372.dtsi | |
parent | 93acbd2cd2482cb51bec70a1494fddf2c172c073 (diff) | |
download | linux-2340cd112933ee837aa83017a6da23c72565d501.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sh7372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sh7372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh7372.dtsi b/arch/arm/boot/dts/sh7372.dtsi index 249f65be2a50..f863a10cb1b2 100644 --- a/arch/arm/boot/dts/sh7372.dtsi +++ b/arch/arm/boot/dts/sh7372.dtsi @@ -21,6 +21,7 @@ compatible = "arm,cortex-a8"; device_type = "cpu"; reg = <0x0>; + clock-frequency = <800000000>; }; }; |