]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6dl: enable cpufreq support
authorAnson Huang <b20788@freescale.com>
Thu, 19 Dec 2013 15:02:10 +0000 (10:02 -0500)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 31 Dec 2013 03:09:33 +0000 (11:09 +0800)
This patch adds cpufreq dts for i.mx6dl to support cpufreq driver.

Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6dl.dtsi

index b2f2699e6dcaa0cfa3dd7bbaad1e678ee3993b5d..e2ec0fbb7e58578c8c2786e447922c6531617204 100644 (file)
                        device_type = "cpu";
                        reg = <0>;
                        next-level-cache = <&L2>;
+                       operating-points = <
+                               /* kHz    uV */
+                               996000  1275000
+                               792000  1175000
+                               396000  1075000
+                       >;
+                       fsl,soc-operating-points = <
+                               /* ARM kHz  SOC-PU uV */
+                               996000  1175000
+                               792000  1175000
+                               396000  1175000
+                       >;
+                       clock-latency = <61036>; /* two CLK32 periods */
+                       clocks = <&clks 104>, <&clks 6>, <&clks 16>,
+                                <&clks 17>, <&clks 170>;
+                       clock-names = "arm", "pll2_pfd2_396m", "step",
+                                     "pll1_sw", "pll1_sys";
+                       arm-supply = <&reg_arm>;
+                       pu-supply = <&reg_pu>;
+                       soc-supply = <&reg_soc>;
                };
 
                cpu@1 {