On Mon, 4 Feb 2019 16:22:42 +0200, Roger Quadros wrote: > From: Suman Anna <s-anna@xxxxxx> > > 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+dt@xxxxxxxxxx> > Signed-off-by: Suman Anna <s-anna@xxxxxx> > Signed-off-by: Roger Quadros <rogerq@xxxxxx> > --- > .../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 <robh@xxxxxxxxxx>