Re: [PATCH v3 6/6] dt-bindings: mailbox : arm,mhuv2: Use example with matching schema
From: Rob Herring <robh@kernel.org>
Date: 2021-06-04 22:26:39
Also in:
linux-arm-kernel
From: Rob Herring <robh@kernel.org>
Date: 2021-06-04 22:26:39
Also in:
linux-arm-kernel
On Fri, 04 Jun 2021 21:57:10 +0100, Sudeep Holla wrote:
Currently the example provided in arm,mhuv2 schema complains as below:
Documentation/devicetree/bindings/mailbox/arm,mhuv2.example.dt.yaml :0:0:
/example-0/soc/scb@2e000000: failed to match any schema with compatible:
['fujitsu,mb86s70-scb-1.0']
Fix it by using an example with a matching schema that makes use of 4
mailboxes that is well suited to demonstrate Rx and Tx channels with both
doorbell and data transfer protocols.
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sudeep Holla <redacted>
---
.../bindings/mailbox/arm,mhuv2.yaml | 25 +++++++++----------
1 file changed, 12 insertions(+), 13 deletions(-)Applied, thanks!