remoteproc: ipu: Add driver to bring up ipu
authorKeerthy <j-keerthy@ti.com>
Thu, 27 Jan 2022 12:16:56 +0000 (13:16 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 8 Feb 2022 16:00:03 +0000 (11:00 -0500)
commitfc6b41fefb15bb1aa71ca17ee2d463378d0896fc
treec2bffde555db2a1b9358dc602e8de58b61351758
parenta03df8984439b54b663739b8335c977c3c88db00
remoteproc: ipu: Add driver to bring up ipu

The driver enables IPU support. Basically enables the clocks,
timers, watchdog timers and bare minimal MMU and supports
loading the firmware from mmc.

Signed-off-by: Keerthy <j-keerthy@ti.com>
[Amjad: fix compile warnings]
Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
MAINTAINERS
drivers/remoteproc/Kconfig
drivers/remoteproc/Makefile
drivers/remoteproc/ipu_rproc.c [new file with mode: 0644]