diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-09-22 15:53:03 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-11-20 14:24:46 -0800 |
| commit | 4f911e64b91df9adde8137cfa408639167cf250a (patch) | |
| tree | 40b1a87ec950ea9b85c8d134704df671d13f4397 /arch/arm/boot/dts/omap3.dtsi | |
| parent | a1d50659148c062e73d526a9230802adec2941bb (diff) | |
| download | olio-linux-3.10-4f911e64b91df9adde8137cfa408639167cf250a.tar.xz olio-linux-3.10-4f911e64b91df9adde8137cfa408639167cf250a.zip | |
First steps at making cpufreq scale properly again.
Change-Id: Ibe4a4f1440d1b7dd2de9a285d728834eb0b87e66
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
| -rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index cae4e9725d0..9973c97bc09 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -208,7 +208,7 @@ <&omap3_pmx_core 26 0xd9 1>, <&omap3_pmx_core 28 0xc1 4>; }; -/* + /* uart1: serial@4806a000 { compatible = "ti,omap3-uart"; ti,hwmods = "uart1"; @@ -225,7 +225,8 @@ compatible = "ti,omap3-uart"; ti,hwmods = "uart3"; clock-frequency = <48000000>; - }; */ + }; + */ i2c1: i2c@48070000 { compatible = "ti,omap3-i2c"; |