On Fri, 04 Jun 2021 21:57:09 +0100, Sudeep Holla wrote: > Currently the example provided in arm,mhu schema complains as below: > > Documentation/devicetree/bindings/mailbox/arm,mhu.example.dt.yaml :0:0: > /example-0/soc/scb@2e000000: failed to match any schema with compatible: > ['fujitsu,mb86s70-scb-1.0'] > > Fix the same using examples based on Juno platform. The old SCPI firmware > used MHU with standard 32-bit data transfer protocol while the new SCMI > firmware uses MHU and expects to be used in doorbell mode. Update example > with SCPI and SCMI firmware nodes to demonstrate both 32-bit data transfer > and doorbell mode of MHU operations > > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Viresh Kumar <viresh.kumar@xxxxxxxxxx> > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> > --- > .../devicetree/bindings/mailbox/arm,mhu.yaml | 48 +++++++++++++++---- > 1 file changed, 38 insertions(+), 10 deletions(-) > Applied, thanks!