Commits
Suman Anna committed 8c202db24f3
ARM: OMAP2+: Add timer ops to rproc pdata quirks The OMAP remoteproc driver needs DMTimers to provide advanced device management features, such as clock auto-gating to the processor subsystem or remote processor suspend/resume. The OMAP DMTimer API is limited to only the OMAP machine layers in arch/arm/, so any DMTimer API needed by the OMAP remoteproc driver should have to be accessed through some OMAP rproc specific platform ops. Add the required timer ops to both the IPU and DSP rproc platform data through pdata quirks. Signed-off-by: Suman Anna <s-anna@ti.com>