From: "Sireesh Kodali" <sireeshkodali1@gmail.com>
To: "Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
<devicetree@vger.kernel.org>, <linux-arm-msm@vger.kernel.org>,
<linux-remoteproc@vger.kernel.org>,
<~postmarketos/upstreaming@lists.sr.ht>,
<linux-kernel@vger.kernel.org>
Cc: <andersson@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>,
"Andy Gross" <agross@kernel.org>,
"Bjorn Andersson" <bjorn.andersson@linaro.org>,
"Konrad Dybcio" <konrad.dybcio@somainline.org>,
"Mathieu Poirier" <mathieu.poirier@linaro.org>,
"Rob Herring" <robh+dt@kernel.org>
Subject: Re: [PATCH v4 2/4] dt-bindings: remoteproc: qcom: Convert wcnss documentation to YAML
Date: Thu, 22 Sep 2022 11:18:49 +0530 [thread overview]
Message-ID: <CN2OZW7ML4AC.35WIWKCPJQ512@skynet-linux> (raw)
In-Reply-To: <c241920b-c94d-83d8-d195-2cf3cc044038@linaro.org>
On Thu Sep 22, 2022 at 12:46 AM IST, Krzysztof Kozlowski wrote:
> On 21/09/2022 06:36, Sireesh Kodali wrote:
> > This is a direct conversion of the existing txt documentation to YAML.
> > It is in preparation for the addition of pronto-v3 to the docs. This
> > patch doesn't document any of the existing subnodes/properties that are
> > not documented in the existing txt file. That is done in a separate
> > patch.
> >
> > Signed-off-by: Sireesh Kodali <sireeshkodali1@gmail.com>
>
> Thank you for your patch. There is something to discuss/improve.
> (...)
Thank you for the review
>
> > +
> > + memory-region:
> > + maxItems: 1
> > + description: reserved-memory for the WCNSS core
> > +
> > + smd-edge:
> > + $ref: /schemas/remoteproc/qcom,smd-edge.yaml#
> > + description:
> > + Qualcomm Shared Memory subnode which represents communication edge,
> > + channels and devices related to the ADSP.
> > +
> > + iris:
> > + type: object
> > + description:
> > + The iris subnode of the WCNSS PIL is used to describe the attached RF module
> > + and its resource dependencies.
>
> On this level of indentation (for iris):
> additionalProperties: false
Will be added in v5
>
> > +
> > + properties:
> > + compatible:
> > + enum:
> > + - qcom,wcn3620
> > + - qcom,wcn3660
> > + - qcom,wcn3660b
> > + - qcom,wcn3680
> > +
> > + clocks:
> > + minItems: 1
> > + items:
> > + - description: XO clock
> > + - description: RF clock
> > +
> > + clock-names:
> > + minItems: 1
> > + items:
> > + - const: xo
> > + - const: rf
> > +
> > + vddxo-supply:
> > + description:
> > + Reference to the regulator to be held on behalf of the booting WCNSS
> > + core
> > +
> > + vddrfa-supply:
> > + description:
> > + Reference to the regulator to be held on behalf of the booting WCNSS
> > + core
> > +
> > + vddpa-supply:
> > + description:
> > + Reference to the regulator to be held on behalf of the booting WCNSS
> > + core
> > +
> > + vdddig-supply:
> > + description:
> > + Reference to the regulator to be held on behalf of the booting WCNSS
> > + core
> > +
> > + required:
> > + - compatible
> > + - clocks
> > + - clock-names
> > + - vddxo-supply
> > + - vddrfa-supply
> > + - vddpa-supply
> > + - vdddig-supply
> > +
> > +required:
> > + - compatible
> > + - reg
> > + - reg-names
> > + - interrupts-extended
>
> You require only interrupts and interrupts-extended satisfy it, unless
> this is a result of bug in dtschema?
It should be `interrupts`, will be fixed in v5
>
> > + - interrupt-names
> > + - iris
> > + - vddpx-supply
> > + - memory-region
> > + - smd-edge
> > +
> > +additionalProperties: false
>
> Best regards,
> Krzysztof
next prev parent reply other threads:[~2022-09-22 5:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-21 4:36 [PATCH v4 0/4] remoteproc: qcom: Add support for pronto-v3 Sireesh Kodali
2022-09-21 4:36 ` [PATCH v4 1/4] remoteproc: qcom: qcom_wcnss: " Sireesh Kodali
2022-09-21 4:36 ` [PATCH v4 2/4] dt-bindings: remoteproc: qcom: Convert wcnss documentation to YAML Sireesh Kodali
2022-09-21 8:36 ` Krzysztof Kozlowski
2022-09-21 19:16 ` Krzysztof Kozlowski
2022-09-22 5:48 ` Sireesh Kodali [this message]
2022-09-21 4:36 ` [PATCH v4 3/4] dt-bindings: remoteproc: qcom: wcnss: Add qcom,pronto compatible Sireesh Kodali
2022-09-21 8:36 ` Krzysztof Kozlowski
2022-09-21 19:17 ` Krzysztof Kozlowski
2022-09-21 4:36 ` [PATCH v4 4/4] dt-bindings: remoteproc: qcom: wcnss: Add compatible for pronto v3 Sireesh Kodali
2022-09-21 8:35 ` Krzysztof Kozlowski
2022-09-21 19:18 ` Krzysztof Kozlowski
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=CN2OZW7ML4AC.35WIWKCPJQ512@skynet-linux \
--to=sireeshkodali1@gmail.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=robh+dt@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox