[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1609088181.474070.1338168.nullmailer@robh.at.kernel.org>
Date: Sun, 27 Dec 2020 09:56:21 -0700
From: Rob Herring <robh@...nel.org>
To: Roja Rani Yarubandi <rojay@...eaurora.org>
Cc: akashast@...eaurora.org, robh+dt@...nel.org,
bjorn.andersson@...aro.org, wsa@...nel.org, ulf.hansson@...aro.org,
parashar@...eaurora.org, dianders@...omium.org,
linux-kernel@...r.kernel.org, linux-i2c@...r.kernel.org,
agross@...nel.org, linux-pm@...r.kernel.org,
linux-arm-msm@...r.kernel.org, saiprakash.ranjan@...eaurora.org,
mka@...omium.org, rnayak@...eaurora.org, swboyd@...omium.org,
devicetree@...r.kernel.org, msavaliy@....qualcomm.com
Subject: Re: [PATCH 1/3] dt-bindings: power: Introduce 'assigned-performance-states' property
On Thu, 24 Dec 2020 16:42:08 +0530, Roja Rani Yarubandi wrote:
> While most devices within power-domains which support performance states,
> scale the performance state dynamically, some devices might want to
> set a static/default performance state while the device is active.
> These devices typically would also run off a fixed clock and not support
> dynamically scaling the device's performance, also known as DVFS
> techniques.
>
> Add a property 'assigned-performance-states' which client devices can
> use to set this default performance state on their power-domains.
>
> Signed-off-by: Roja Rani Yarubandi <rojay@...eaurora.org>
> ---
> .../bindings/power/power-domain.yaml | 49 +++++++++++++++++++
> 1 file changed, 49 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/power/power-domain.yaml:72:8: [warning] wrong indentation: expected 6 but found 7 (indentation)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1420485
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit.
Powered by blists - more mailing lists