diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-02-15 07:44:42 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-03-03 18:27:12 -0500 |
commit | 46f1296fb7d234a3d218428d6c3a22dea52a7d59 (patch) | |
tree | bc2545692ee7b0bed3f6a6aeafa922dd84d48f08 | |
parent | 29626043c493a26d319a2b8c225fdc0c70e326bd (diff) |
devicetree: bindings: ARM: Use "uV" for micro-volt
The binding documentation uses both "uVolt" and "uV" for micro-volt.
Improve consistency by settling on "uV".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/cpus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt index ae9be074d09f..afcf50f050ad 100644 --- a/Documentation/devicetree/bindings/arm/cpus.txt +++ b/Documentation/devicetree/bindings/arm/cpus.txt | |||
@@ -250,7 +250,7 @@ nodes to be present and contain the properties described below. | |||
250 | Usage: optional | 250 | Usage: optional |
251 | Value type: <prop-encoded-array> | 251 | Value type: <prop-encoded-array> |
252 | Definition: A u32 value that represents the running time dynamic | 252 | Definition: A u32 value that represents the running time dynamic |
253 | power coefficient in units of mW/MHz/uVolt^2. The | 253 | power coefficient in units of mW/MHz/uV^2. The |
254 | coefficient can either be calculated from power | 254 | coefficient can either be calculated from power |
255 | measurements or derived by analysis. | 255 | measurements or derived by analysis. |
256 | 256 | ||