summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Wylder <jwylder@motorola.com>2014-03-31 17:36:49 -0500
committerJames Wylder <jwylder@motorola.com>2014-04-02 21:14:48 +0000
commit30d7f91bc20742fb8ef962c72cf54670ebf22032 (patch)
treef553476f182bc975ed5d637784b008c16f7e0aa7
parentd7a54ab34aa71a3b4e0b6838de4212677a7835d6 (diff)
downloadolio-linux-3.10-30d7f91bc20742fb8ef962c72cf54670ebf22032.tar.xz
olio-linux-3.10-30d7f91bc20742fb8ef962c72cf54670ebf22032.zip
IKXCLOCK-470 arm: dts: minnow: enable cpu voltage scaling
Change-Id: Ie757bbfe07eb180d272b0e54923c85af980226b1 Signed-off-by: James Wylder <jwylder@motorola.com>
-rw-r--r--arch/arm/boot/dts/omap3-minnow.dtsi12
1 files changed, 5 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/omap3-minnow.dtsi b/arch/arm/boot/dts/omap3-minnow.dtsi
index b949a31c6e6..4c6fb7f4efd 100644
--- a/arch/arm/boot/dts/omap3-minnow.dtsi
+++ b/arch/arm/boot/dts/omap3-minnow.dtsi
@@ -14,17 +14,15 @@
cpus {
cpu@0 {
device_type = "cpu";
- reg = <0>;
operating-points = <
/* kHz uV */
- 300000 970000
- 600000 1140000
- 800000 1270000
+ 300000 975000
+ 600000 1150000
+ 800000 1275000
>;
- /* FIXME: voltage scaling on suspend resume */
- /* cpu0-supply = <&sw1_iva_reg>; */
+ cpu0-supply = <&sw1_iva_reg>;
/* OPP tolerance in percentage */
- /* voltage-tolerance = <1>; */
+ voltage-tolerance = <0>;
};
};