From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Stephen Boyd <swboyd@chromium.org>,
David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org
Subject: Re: [PATCH 3/4] dt-bindings: display/msm/gmu: account for different GMU variants
Date: Wed, 6 Jul 2022 17:52:57 +0200 [thread overview]
Message-ID: <7b504ecb-b05a-549e-e2ce-18c539f68655@linaro.org> (raw)
In-Reply-To: <20220706145222.1565238-4-dmitry.baryshkov@linaro.org>
On 06/07/2022 16:52, Dmitry Baryshkov wrote:
> Make display/msm/gmu.yaml describe all existing GMU variants rather than
> just the 630.2 (SDM845) version of it.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> .../devicetree/bindings/display/msm/gmu.yaml | 166 +++++++++++++++---
> 1 file changed, 146 insertions(+), 20 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/display/msm/gmu.yaml b/Documentation/devicetree/bindings/display/msm/gmu.yaml
> index fe55611d2603..67fdeeabae0c 100644
> --- a/Documentation/devicetree/bindings/display/msm/gmu.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/gmu.yaml
> @@ -20,35 +20,24 @@ description: |
> properties:
> compatible:
> items:
> - - enum:
> - - qcom,adreno-gmu-630.2
> + - pattern: '^qcom,adreno-gmu-6[0-9][0-9]\.[0-9]$'
> - const: qcom,adreno-gmu
>
> reg:
> - items:
> - - description: Core GMU registers
> - - description: GMU PDC registers
> - - description: GMU PDC sequence registers
> + minItems: 3
> + maxItems: 4
>
> reg-names:
> - items:
> - - const: gmu
> - - const: gmu_pdc
> - - const: gmu_pdc_seq
> + minItems: 3
> + maxItems: 4
>
> clocks:
> - items:
> - - description: GMU clock
> - - description: GPU CX clock
> - - description: GPU AXI clock
> - - description: GPU MEMNOC clock
> + minItems: 4
> + maxItems: 7
>
> clock-names:
> - items:
> - - const: gmu
> - - const: cxo
> - - const: axi
> - - const: memnoc
> + minItems: 4
> + maxItems: 7
>
> interrupts:
> items:
> @@ -76,6 +65,9 @@ properties:
>
> operating-points-v2: true
>
> + opp-table:
> + type: object
instead: opp-table:true
> +
Best regards,
Krzysztof
next prev parent reply other threads:[~2022-07-06 15:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-06 14:52 [PATCH 0/4] dt-bindings: display/msm: schema fixes for gpu, gmu and mdp4 Dmitry Baryshkov
2022-07-06 14:52 ` [PATCH 1/4] dt-bindings: display/msm/gpu: allow specifying several IOMMU nodes Dmitry Baryshkov
2022-07-06 15:46 ` Krzysztof Kozlowski
2022-07-06 14:52 ` [PATCH 2/4] dt-bindings: display/msm/gpu: document using the amd,imageon adreno too Dmitry Baryshkov
2022-07-06 15:50 ` Krzysztof Kozlowski
2022-07-06 16:00 ` Dmitry Baryshkov
2022-07-06 16:19 ` Krzysztof Kozlowski
2022-07-06 16:58 ` Dmitry Baryshkov
2022-07-06 14:52 ` [PATCH 3/4] dt-bindings: display/msm/gmu: account for different GMU variants Dmitry Baryshkov
2022-07-06 15:52 ` Krzysztof Kozlowski [this message]
2022-08-22 17:58 ` Dmitry Baryshkov
2022-08-23 10:26 ` Krzysztof Kozlowski
2022-07-06 14:52 ` [PATCH 4/4] dt-bindings: display/msm/mdp4: require 4 IOMMUs Dmitry Baryshkov
2022-07-06 15:53 ` 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=7b504ecb-b05a-549e-e2ce-18c539f68655@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=agross@kernel.org \
--cc=airlied@linux.ie \
--cc=bjorn.andersson@linaro.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=quic_abhinavk@quicinc.com \
--cc=robdclark@gmail.com \
--cc=robh+dt@kernel.org \
--cc=sean@poorly.run \
--cc=swboyd@chromium.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox