From: Rob Herring <robh@kernel.org>
To: Sudeep Holla <sudeep.holla@arm.com>
Cc: Cristian Marussi <cristian.marussi@arm.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Rob Herring <robh+dt@kernel.org>,
Viresh Kumar <viresh.kumar@linaro.org>
Subject: Re: [PATCH v3 5/6] dt-bindings: mailbox : arm, mhu: Use examples with matching schema
Date: Fri, 4 Jun 2021 17:25:32 -0500 [thread overview]
Message-ID: <20210604222532.GA4043536@robh.at.kernel.org> (raw)
In-Reply-To: <20210604205710.1944363-6-sudeep.holla@arm.com>
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@kernel.org>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
> ---
> .../devicetree/bindings/mailbox/arm,mhu.yaml | 48 +++++++++++++++----
> 1 file changed, 38 insertions(+), 10 deletions(-)
>
Applied, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Sudeep Holla <sudeep.holla@arm.com>
Cc: Cristian Marussi <cristian.marussi@arm.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Rob Herring <robh+dt@kernel.org>,
Viresh Kumar <viresh.kumar@linaro.org>
Subject: Re: [PATCH v3 5/6] dt-bindings: mailbox : arm,mhu: Use examples with matching schema
Date: Fri, 4 Jun 2021 17:25:32 -0500 [thread overview]
Message-ID: <20210604222532.GA4043536@robh.at.kernel.org> (raw)
In-Reply-To: <20210604205710.1944363-6-sudeep.holla@arm.com>
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@kernel.org>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
> ---
> .../devicetree/bindings/mailbox/arm,mhu.yaml | 48 +++++++++++++++----
> 1 file changed, 38 insertions(+), 10 deletions(-)
>
Applied, thanks!
next prev parent reply other threads:[~2021-06-04 22:29 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-04 20:57 [PATCH v3 0/6] dt-bindings: firmware: Convert SCPI and SCMI to json schema Sudeep Holla
2021-06-04 20:57 ` Sudeep Holla
2021-06-04 20:57 ` [PATCH v3 1/6] dt-bindings: mailbox : arm, mhu: Fix arm, scpi example used here Sudeep Holla
2021-06-04 20:57 ` [PATCH v3 1/6] dt-bindings: mailbox : arm,mhu: Fix arm,scpi " Sudeep Holla
2021-06-04 21:59 ` Rob Herring
2021-06-04 21:59 ` Rob Herring
2021-06-04 20:57 ` [PATCH v3 2/6] dt-bindings: firmware: arm, scpi: Convert to json schema Sudeep Holla
2021-06-04 20:57 ` [PATCH v3 2/6] dt-bindings: firmware: arm,scpi: " Sudeep Holla
2021-06-04 22:11 ` Rob Herring
2021-06-04 22:11 ` Rob Herring
2021-06-04 20:57 ` [PATCH v3 3/6] dt-bindings: firmware: amlogic, scpi: " Sudeep Holla
2021-06-04 20:57 ` [PATCH v3 3/6] dt-bindings: firmware: amlogic,scpi: " Sudeep Holla
2021-06-04 22:11 ` Rob Herring
2021-06-04 22:11 ` Rob Herring
2021-06-04 20:57 ` [PATCH v3 4/6] dt-bindings: firmware: arm, scmi: " Sudeep Holla
2021-06-04 20:57 ` [PATCH v3 4/6] dt-bindings: firmware: arm,scmi: " Sudeep Holla
2021-06-04 22:12 ` Rob Herring
2021-06-04 22:12 ` Rob Herring
2021-06-04 20:57 ` [PATCH v3 5/6] dt-bindings: mailbox : arm, mhu: Use examples with matching schema Sudeep Holla
2021-06-04 20:57 ` [PATCH v3 5/6] dt-bindings: mailbox : arm,mhu: " Sudeep Holla
2021-06-04 22:25 ` Rob Herring [this message]
2021-06-04 22:25 ` Rob Herring
2021-06-04 20:57 ` [PATCH v3 6/6] dt-bindings: mailbox : arm, mhuv2: Use example " Sudeep Holla
2021-06-04 20:57 ` [PATCH v3 6/6] dt-bindings: mailbox : arm,mhuv2: " Sudeep Holla
2021-06-04 22:26 ` Rob Herring
2021-06-04 22:26 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210604222532.GA4043536@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=cristian.marussi@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=robh+dt@kernel.org \
--cc=sudeep.holla@arm.com \
--cc=viresh.kumar@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.