From: Simon Horman Date: Fri, 16 May 2014 04:42:58 +0000 (+0900) Subject: ARM: shmobile: r8a7779: Add Maximum CPU Frequency to DTS X-Git-Tag: v3.14.28+ltsi~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a92fe60cd3caae0b7ce3f9db04544a4be872bf7;p=platform%2Fkernel%2Flinux-stable.git ARM: shmobile: r8a7779: Add Maximum CPU Frequency to DTS Add 1GHz to the r8a7779 DTS to describe the maximum CPU frequency. Based on work by Magnus dam for the r8a7740 SoC. Cc: Magnus Damm Signed-off-by: Simon Horman (cherry picked from commit 6b060f93fe7dedbeb067feacbc8c4780c59f5df4) Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index bdaaadcfa1f1..038c16a18373 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi @@ -26,21 +26,25 @@ device_type = "cpu"; compatible = "arm,cortex-a9"; reg = <0>; + clock-frequency = <1000000000>; }; cpu@1 { device_type = "cpu"; compatible = "arm,cortex-a9"; reg = <1>; + clock-frequency = <1000000000>; }; cpu@2 { device_type = "cpu"; compatible = "arm,cortex-a9"; reg = <2>; + clock-frequency = <1000000000>; }; cpu@3 { device_type = "cpu"; compatible = "arm,cortex-a9"; reg = <3>; + clock-frequency = <1000000000>; }; };