Commits
Suman Anna committed 8ffd3fdfbed
ARM: OMAP2+: Extend rproc pdata-quirks for IPUs & DSP1 on DRA7 The remote processors on DRA7xx requires similar device management pdata-quirks (reset control, clocking, dmtimer API wrappers for enabling both system and watchdog timers) as the IPU and DSP processors on OMAP4/OMAP5. All these pdata ops are identical to the ones used on OMAP4/OMAP5, so extend the existing rproc pdata quirks to the most common remote processor subsystems on DRA7xx family of SoCs - IPU1, IPU2 and DSP1. The pdata quirks need to match the starting address in the auxdata for the respective processors, as the same compatible string is used for all the instances of the remote processor of the same type. The pdata quirks will be removed once the dependencies against arch/arm layers are resolved. Signed-off-by: Suman Anna <s-anna@ti.com>