summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sh7372.dtsi
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-08-20 22:02:10 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-08-22 11:31:55 +0900
commit2340cd112933ee837aa83017a6da23c72565d501 (patch)
treef24ab504acbbe0143b83777299588615855f8ccd /arch/arm/boot/dts/sh7372.dtsi
parent93acbd2cd2482cb51bec70a1494fddf2c172c073 (diff)
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.dtsi1
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>;
};
};