| .. | .. |
|---|
| 156 | 156 | dais = <&mcbsp2_port>, <&mcbsp3_port>; |
|---|
| 157 | 157 | }; |
|---|
| 158 | 158 | |
|---|
| 159 | | - pwm8: dmtimer-pwm-8 { |
|---|
| 159 | + pwm8: pwm-8 { |
|---|
| 160 | 160 | pinctrl-names = "default"; |
|---|
| 161 | 161 | pinctrl-0 = <&vibrator_direction_pin>; |
|---|
| 162 | 162 | |
|---|
| .. | .. |
|---|
| 166 | 166 | ti,clock-source = <0x01>; |
|---|
| 167 | 167 | }; |
|---|
| 168 | 168 | |
|---|
| 169 | | - pwm9: dmtimer-pwm-9 { |
|---|
| 169 | + pwm9: pwm-9 { |
|---|
| 170 | 170 | pinctrl-names = "default"; |
|---|
| 171 | 171 | pinctrl-0 = <&vibrator_enable_pin>; |
|---|
| 172 | 172 | |
|---|
| .. | .. |
|---|
| 190 | 190 | brightness-levels = <31 63 95 127 159 191 223 255>; |
|---|
| 191 | 191 | default-brightness-level = <6>; |
|---|
| 192 | 192 | }; |
|---|
| 193 | +}; |
|---|
| 194 | + |
|---|
| 195 | +&cpu_thermal { |
|---|
| 196 | + polling-delay = <10000>; /* milliseconds */ |
|---|
| 197 | +}; |
|---|
| 198 | + |
|---|
| 199 | +&cpu_alert0 { |
|---|
| 200 | + temperature = <80000>; /* millicelsius */ |
|---|
| 201 | +}; |
|---|
| 202 | + |
|---|
| 203 | +&cpu0 { |
|---|
| 204 | + /* |
|---|
| 205 | + * Note that the 1.2GiHz mode is enabled for all SoC variants for |
|---|
| 206 | + * the Motorola Android Linux v3.0.8 based kernel. |
|---|
| 207 | + */ |
|---|
| 208 | + operating-points = < |
|---|
| 209 | + /* kHz uV */ |
|---|
| 210 | + 300000 1025000 |
|---|
| 211 | + 600000 1200000 |
|---|
| 212 | + 800000 1313000 |
|---|
| 213 | + 1008000 1375000 |
|---|
| 214 | + 1200000 1375000 |
|---|
| 215 | + >; |
|---|
| 193 | 216 | }; |
|---|
| 194 | 217 | |
|---|
| 195 | 218 | &dss { |
|---|
| .. | .. |
|---|
| 384 | 407 | #address-cells = <1>; |
|---|
| 385 | 408 | #size-cells = <0>; |
|---|
| 386 | 409 | wlcore: wlcore@2 { |
|---|
| 387 | | - compatible = "ti,wl1285", "ti,wl1283"; |
|---|
| 410 | + compatible = "ti,wl1285"; |
|---|
| 388 | 411 | reg = <2>; |
|---|
| 389 | 412 | /* gpio_100 with gpmc_wait2 pad as wakeirq */ |
|---|
| 390 | 413 | interrupts-extended = <&gpio4 4 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| .. | .. |
|---|
| 716 | 739 | /* Configure pwm clock source for timers 8 & 9 */ |
|---|
| 717 | 740 | &timer8 { |
|---|
| 718 | 741 | assigned-clocks = <&abe_clkctrl OMAP4_TIMER8_CLKCTRL 24>; |
|---|
| 719 | | - assigned-clock-parents = <&sys_clkin_ck>; |
|---|
| 742 | + assigned-clock-parents = <&sys_32k_ck>; |
|---|
| 720 | 743 | }; |
|---|
| 721 | 744 | |
|---|
| 722 | 745 | &timer9 { |
|---|
| 723 | 746 | assigned-clocks = <&l4_per_clkctrl OMAP4_TIMER9_CLKCTRL 24>; |
|---|
| 724 | | - assigned-clock-parents = <&sys_clkin_ck>; |
|---|
| 747 | + assigned-clock-parents = <&sys_32k_ck>; |
|---|
| 725 | 748 | }; |
|---|
| 726 | 749 | |
|---|
| 727 | 750 | /* |
|---|