diff options
author | Jon Hunter <jon-hunter@ti.com> | 2013-03-19 13:38:18 -0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-08 18:21:31 -0400 |
commit | 002e1ec56d1171e2987c7ce5a865cf21a686a4bf (patch) | |
tree | 80ebdcbc26ebcf934599362309c1510836a9aaf6 /arch/arm/boot/dts/am33xx.dtsi | |
parent | 8fc7fcb593ac3c5730c8391c2d7db5b87e2d0bf2 (diff) |
ARM: dts: OMAP2+: Update DMTIMER compatibility property
Update the DMTIMER compatibility property to reflect the register level
compatibilty between devices and update the various OMAP/AM timer
bindings with the appropriate compatibility string.
By doing this we can add platform specific data applicable to specific
timer versions to the driver. For example, errata flags can be populated
for the timer versions that are impacted.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 4beb5185d1d2..df6283076e79 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -243,7 +243,7 @@ | |||
243 | }; | 243 | }; |
244 | 244 | ||
245 | timer1: timer@44e31000 { | 245 | timer1: timer@44e31000 { |
246 | compatible = "ti,omap2-timer"; | 246 | compatible = "ti,am335x-timer-1ms"; |
247 | reg = <0x44e31000 0x400>; | 247 | reg = <0x44e31000 0x400>; |
248 | interrupts = <67>; | 248 | interrupts = <67>; |
249 | ti,hwmods = "timer1"; | 249 | ti,hwmods = "timer1"; |
@@ -251,21 +251,21 @@ | |||
251 | }; | 251 | }; |
252 | 252 | ||
253 | timer2: timer@48040000 { | 253 | timer2: timer@48040000 { |
254 | compatible = "ti,omap2-timer"; | 254 | compatible = "ti,am335x-timer"; |
255 | reg = <0x48040000 0x400>; | 255 | reg = <0x48040000 0x400>; |
256 | interrupts = <68>; | 256 | interrupts = <68>; |
257 | ti,hwmods = "timer2"; | 257 | ti,hwmods = "timer2"; |
258 | }; | 258 | }; |
259 | 259 | ||
260 | timer3: timer@48042000 { | 260 | timer3: timer@48042000 { |
261 | compatible = "ti,omap2-timer"; | 261 | compatible = "ti,am335x-timer"; |
262 | reg = <0x48042000 0x400>; | 262 | reg = <0x48042000 0x400>; |
263 | interrupts = <69>; | 263 | interrupts = <69>; |
264 | ti,hwmods = "timer3"; | 264 | ti,hwmods = "timer3"; |
265 | }; | 265 | }; |
266 | 266 | ||
267 | timer4: timer@48044000 { | 267 | timer4: timer@48044000 { |
268 | compatible = "ti,omap2-timer"; | 268 | compatible = "ti,am335x-timer"; |
269 | reg = <0x48044000 0x400>; | 269 | reg = <0x48044000 0x400>; |
270 | interrupts = <92>; | 270 | interrupts = <92>; |
271 | ti,hwmods = "timer4"; | 271 | ti,hwmods = "timer4"; |
@@ -273,7 +273,7 @@ | |||
273 | }; | 273 | }; |
274 | 274 | ||
275 | timer5: timer@48046000 { | 275 | timer5: timer@48046000 { |
276 | compatible = "ti,omap2-timer"; | 276 | compatible = "ti,am335x-timer"; |
277 | reg = <0x48046000 0x400>; | 277 | reg = <0x48046000 0x400>; |
278 | interrupts = <93>; | 278 | interrupts = <93>; |
279 | ti,hwmods = "timer5"; | 279 | ti,hwmods = "timer5"; |
@@ -281,7 +281,7 @@ | |||
281 | }; | 281 | }; |
282 | 282 | ||
283 | timer6: timer@48048000 { | 283 | timer6: timer@48048000 { |
284 | compatible = "ti,omap2-timer"; | 284 | compatible = "ti,am335x-timer"; |
285 | reg = <0x48048000 0x400>; | 285 | reg = <0x48048000 0x400>; |
286 | interrupts = <94>; | 286 | interrupts = <94>; |
287 | ti,hwmods = "timer6"; | 287 | ti,hwmods = "timer6"; |
@@ -289,7 +289,7 @@ | |||
289 | }; | 289 | }; |
290 | 290 | ||
291 | timer7: timer@4804a000 { | 291 | timer7: timer@4804a000 { |
292 | compatible = "ti,omap2-timer"; | 292 | compatible = "ti,am335x-timer"; |
293 | reg = <0x4804a000 0x400>; | 293 | reg = <0x4804a000 0x400>; |
294 | interrupts = <95>; | 294 | interrupts = <95>; |
295 | ti,hwmods = "timer7"; | 295 | ti,hwmods = "timer7"; |