On Mon, 4 Feb 2019 16:22:42 +0200, Roger Quadros wrote: > From: Suman Anna <s-a...@ti.com> > > The Programmable Real-Time Unit Subsystem (PRUSS) consists of > dual 32-bit RISC cores (Programmable Real-Time Units, or PRUs) > for program execution. This patch adds a remoteproc platform > driver for managing the individual PRU RISC cores life cycle. > > Add DT binding documentation for that. > > Cc: Rob Herring <robh...@kernel.org> > Signed-off-by: Suman Anna <s-a...@ti.com> > Signed-off-by: Roger Quadros <rog...@ti.com> > --- > .../bindings/remoteproc/ti,pru-rproc.txt | 56 > ++++++++++++++++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.txt >
Reviewed-by: Rob Herring <r...@kernel.org>