diff options
author | Jon Hunter <jon-hunter@ti.com> | 2013-03-19 18:38:18 +0100 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-09 00:21:31 +0200 |
commit | 002e1ec56d1171e2987c7ce5a865cf21a686a4bf (patch) | |
tree | 80ebdcbc26ebcf934599362309c1510836a9aaf6 /arch/arm/boot/dts/omap2430.dtsi | |
parent | ARM: OMAP: Add function to request timer by node (diff) | |
download | linux-002e1ec56d1171e2987c7ce5a865cf21a686a4bf.tar.xz linux-002e1ec56d1171e2987c7ce5a865cf21a686a4bf.zip |
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/omap2430.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2430.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap2430.dtsi b/arch/arm/boot/dts/omap2430.dtsi index 477b120243ca..ff93b8e07887 100644 --- a/arch/arm/boot/dts/omap2430.dtsi +++ b/arch/arm/boot/dts/omap2430.dtsi @@ -172,7 +172,7 @@ }; timer1: timer@49018000 { - compatible = "ti,omap2-timer"; + compatible = "ti,omap2420-timer"; reg = <0x49018000 0x400>; interrupts = <37>; ti,hwmods = "timer1"; |