On Thu, 26 Nov 2020 14:06:28 -0700, Mathieu Poirier wrote: > This patch adds a binding to guide the remoteproc core on how to deal with > remote processors in two cases: > > 1) When an application holding a reference to a remote processor character > device interface crashes. > > 2) when the platform driver for a remote processor is removed. > > In both cases if "autonomous-on-core-reboot" is specified in the remote > processor DT node, the remoteproc core will detach the remote processor > rather than switching it off. > > Signed-off-by: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx> > --- > .../bindings/remoteproc/remoteproc-core.yaml | 25 +++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 Documentation/devicetree/bindings/remoteproc/remoteproc-core.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/remoteproc/remoteproc-core.yaml: 'additionalProperties' is a required property /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/remoteproc/remoteproc-core.yaml: ignoring, error in schema: warning: no schema found in file: ./Documentation/devicetree/bindings/remoteproc/remoteproc-core.yaml See https://patchwork.ozlabs.org/patch/1406889 The base for the patch is generally the last rc1. Any dependencies should be noted. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.