ARM: dts: DRA7: Remove ti,timer-dsp and ti,timer-pwm properties
authorSuman Anna <s-anna@ti.com>
Mon, 16 Mar 2015 17:20:37 +0000 (12:20 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 17 Mar 2015 02:24:52 +0000 (19:24 -0700)
commit38b1565ca77f411c85427988fa30c3482d5d7e68
tree663f1cf70f6a3ea63d6242d513db5e204db41ae3
parent624ce7616d90337738dfd24c8e6ff7adf0060ad7
ARM: dts: DRA7: Remove ti,timer-dsp and ti,timer-pwm properties

Remove the 'ti,timer-dsp' and 'ti,timer-pwm' properties from the timer
nodes that still have them. This seems to be copied from OMAP5, on
which only certain timers are capable of providing PWM functionality
or be able to interrupt the DSP. All the GPTimers On DRA7 are capable
of PWM and interrupting any core (due to the presence of Crossbar).

These properties were used by the driver to add capabilities to each
timer, and support requesting timers by capability. In the DT world,
we expect any users of timers to use phandles to the respective timer,
and use the omap_dm_timer_request_by_node() API. The API to request
using capabilities, omap_dm_timer_request_by_cap() API should be
deprecated eventually.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi