diff options
author | Zenghui Yu <yuzenghui@huawei.com> | 2022-02-08 08:03:00 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-02-11 17:36:58 +0100 |
commit | c2687295df00ec7baf6a8c59b340264474e98183 (patch) | |
tree | 71b60075a9f6b7b56faffa7f33a39561e877d6aa /Documentation/devicetree/bindings/arm/cpu-capacity.txt | |
parent | dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node (diff) | |
download | linux-c2687295df00ec7baf6a8c59b340264474e98183.tar.xz linux-c2687295df00ec7baf6a8c59b340264474e98183.zip |
dt-bindings: arm: Trivial typo fixes in cpu-capacity.txt
Correct the spelling of 'cluster1@max-freq' and fix the wrong
capacity-dmips-mhz value 576 (which should be 578 instead).
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220208070300.1610-1-yuzenghui@huawei.com
Diffstat (limited to 'Documentation/devicetree/bindings/arm/cpu-capacity.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/cpu-capacity.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpu-capacity.txt b/Documentation/devicetree/bindings/arm/cpu-capacity.txt index 380e21c5fc7e..cc5e190390b7 100644 --- a/Documentation/devicetree/bindings/arm/cpu-capacity.txt +++ b/Documentation/devicetree/bindings/arm/cpu-capacity.txt @@ -62,8 +62,8 @@ Example 1 (ARM 64-bit, 6-cpu system, two clusters): The capacities-dmips-mhz or DMIPS/MHz values (scaled to 1024) are 1024 and 578 for cluster0 and cluster1. Further normalization is done by the operating system based on cluster0@max-freq=1100 and -custer1@max-freq=850, final capacities are 1024 for cluster0 and -446 for cluster1 (576*850/1100). +cluster1@max-freq=850, final capacities are 1024 for cluster0 and +446 for cluster1 (578*850/1100). cpus { #address-cells = <2>; |