Commits
Suman Anna committed 1bc754e0f56
remoteproc/pruss: add apis to set GPI mode, MII_RT_event and XFR Certain configuration bits lie in PRUSS CFG module space which is owned by the PRUSS remoteproc driver. Provide APIs to set GPI mode, MII_RT event enable/disable and XFR (XIN XOUT) enable/disable to enable the PRUSS Ethernet usecase. NOTE: These API can probably be eliminated in a future version by representing the PRUSS CFG module as a SYSCON node. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> [balbi@ti.com: logic simplification in pruss_cfg_gpimode()] Signed-off-by: Felipe Balbi <balbi@ti.com> [s-anna@ti.com: GPCFG register definitions, code cleanup] Signed-off-by: Suman Anna <s-anna@ti.com>