From: Lucas Stach Date: Fri, 26 Sep 2014 13:41:03 +0000 (+0200) Subject: ARM: dts: imx53: add cpufreq-dt support X-Git-Tag: v4.14-rc1~6384^2~10^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=791f416608a5b7144e4e83e8f6e01ab42cf82857;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: imx53: add cpufreq-dt support Add all required properties for the cpufreq-dt driver. Signed-off-by: Lucas Stach Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 2a5012a..a30bddf 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -46,10 +46,21 @@ cpus { #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a8"; reg = <0x0>; + clocks = <&clks IMX5_CLK_ARM>; + clock-latency = <61036>; + voltage-tolerance = <5>; + operating-points = < + /* kHz */ + 166666 850000 + 400000 900000 + 800000 1050000 + 1000000 1200000 + 1200000 1300000 + >; }; };