diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2022-11-02 13:49:33 +0300 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2022-11-04 08:28:45 +0300 |
commit | d0c46b59ac82cb2c81c91188cb100401c1862d53 (patch) | |
tree | 3647e0a9116f2716f8d6caf4ec7cb9ef8d8a8c73 /Documentation/devicetree/bindings/opp | |
parent | c7e31e36d8a262eb0bc2daf8f9b7481c83284386 (diff) | |
download | linux-d0c46b59ac82cb2c81c91188cb100401c1862d53.tar.xz |
dt-bindings: opp: Fix usage of current in microwatt property
The bindings mentions "current" instead of "power". Fix it.
Tested-by: James Calligeros <jcalligeros99@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/opp')
-rw-r--r-- | Documentation/devicetree/bindings/opp/opp-v2-base.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml index 66d0ec763f0b..cb025b0a346d 100644 --- a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml +++ b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml @@ -108,7 +108,7 @@ patternProperties: The power for the OPP in micro-Watts. Entries for multiple regulators shall be provided in the same field - separated by angular brackets <>. If current values aren't required + separated by angular brackets <>. If power values aren't required for a regulator, then it shall be filled with 0. If power values aren't required for any of the regulators, then this field is not required. The OPP binding doesn't provide any provisions to relate the |