diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2014-09-26 15:41:03 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-09-30 10:45:04 +0800 |
commit | f5b6349720e54c5f8690ced32dbb4782519b5da0 (patch) | |
tree | 548ef80a5f518c15057fa67222c38d16a5a865ee | |
parent | f9e11be018dd9a600d6735ae1a532c245767f67b (diff) |
ARM: dts: imx53: add cpufreq-dt support
Add all required properties for the cpufreq-dt driver.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 5040daea5504..5a6ee68e654b 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 + >; }; }; |