On Thu, 16 Jan 2020 15:53:19 +0200, Tero Kristo wrote: > From: Suman Anna <s-anna@xxxxxx> > > Add the device tree bindings document for the IPU and DSP > remote processor devices on OMAP4+ SoCs. > > Cc: Rob Herring <robh@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Suman Anna <s-anna@xxxxxx> > [t-kristo@xxxxxx: converted to schema] > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> > --- > v5: > - enforced ordering of reg-names > - removed ti,bootreg-shift, instead added this under ti,bootreg > property > - renamed ti,autosuspend-delay to ti,autosuspend-delay-ms > - fixed required property handling > - fixed the omap5 ipu example firmware name extension > > .../remoteproc/ti,omap-remoteproc.yaml | 322 ++++++++++++++++++ > 1 file changed, 322 insertions(+) > create mode 100644 Documentation/devicetree/bindings/remoteproc/ti,omap-remoteproc.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>