diff options
| author | Doug Zobel <dzobel1@motorola.com> | 2014-10-01 10:06:22 -0500 | 
|---|---|---|
| committer | Doug Zobel <dzobel1@motorola.com> | 2014-10-01 10:11:43 -0500 | 
| commit | d389342e6faafb97c8a2ce317e340fbd1908706a (patch) | |
| tree | 3e60b717ef0668d442d01afcc07fa0a024616348 | |
| parent | 23b44ccab9ae74c43cf3312b12185c1516573347 (diff) | |
| download | olio-linux-3.10-d389342e6faafb97c8a2ce317e340fbd1908706a.tar.xz olio-linux-3.10-d389342e6faafb97c8a2ce317e340fbd1908706a.zip  | |
IKXCLOCK-4024: omap: Disable core DVFS
Disable core DVFS because SDRAM timings aren't being configured when
frequency changes occur (commit 18862cbe47e37beba98f22c088fbe6fe029df889).
Bug: 17701344
Change-Id: I831782f0b8044757ef17c7eb3cff4298c1c1ab4b
| -rwxr-xr-x | arch/arm/boot/dts/omap3-minnow.dtsi | 25 | 
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/arm/boot/dts/omap3-minnow.dtsi b/arch/arm/boot/dts/omap3-minnow.dtsi index 06c04181b2a..76ebb19a666 100755 --- a/arch/arm/boot/dts/omap3-minnow.dtsi +++ b/arch/arm/boot/dts/omap3-minnow.dtsi @@ -220,31 +220,6 @@  		};  	}; -	dvfs { -		compatible = "simple-bus"; - -		core_dvfs: core_dvfs { -			compatible = "ti,omap-core-dvfs"; - -			l3_clkname = "l3_ick"; -			dpll_clkname = "dpll3_m2_ck"; -			core_dvfs-supply = <&omap_tps65912_dcdc4>; - -			operating-points = < -				/* kHz    uV */ -				100000   950000 -				200000  1150000 -			>; -			map = < -				/* cpu freq, core freq*/ -				300000 100000 -				600000 200000 -				800000 200000 -				1000000 200000 -			>; -		}; -	}; -  	dock_detect: bq5105x-detect {  		compatible = "mmi,bq5105x-detect";  		charge-gpio = <&gpio6 16 0>;	/* gpio-176 */  |