On Wed, 19 Jan 2022 12:10:54 -0600, Rob Herring wrote: > In order to make the 'mboxes' property in the TI remoteproc examples > parseable, mailbox provider nodes are needed. Normally, the examples > have a __fixup__ node which can be used for determining each > phandle+arg entry. However, for this binding the arg cells contain a > phandle, and the __fixups__ information can't be used. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > v2: Fix the example rather than changing the schema which was correct > > .../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 8 ++++++++ > .../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 8 ++++++++ > 2 files changed, 16 insertions(+) > Applied, thanks!