Commit fa081d15 authored by Juri Lelli's avatar Juri Lelli Committed by Greg Kroah-Hartman

Documentation: arm: fix wrong reference number in DT definition

Reference to cpu capacity binding has a wrong number. Fix it.
Reported-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: default avatarJuri Lelli <juri.lelli@arm.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1a3389ff
...@@ -249,7 +249,7 @@ nodes to be present and contain the properties described below. ...@@ -249,7 +249,7 @@ nodes to be present and contain the properties described below.
Usage: Optional Usage: Optional
Value type: <u32> Value type: <u32>
Definition: Definition:
# u32 value representing CPU capacity [3] in # u32 value representing CPU capacity [4] in
DMIPS/MHz, relative to highest capacity-dmips-mhz DMIPS/MHz, relative to highest capacity-dmips-mhz
in the system. in the system.
...@@ -476,5 +476,5 @@ cpus { ...@@ -476,5 +476,5 @@ cpus {
[2] arm/msm/qcom,kpss-acc.txt [2] arm/msm/qcom,kpss-acc.txt
[3] ARM Linux kernel documentation - idle states bindings [3] ARM Linux kernel documentation - idle states bindings
Documentation/devicetree/bindings/arm/idle-states.txt Documentation/devicetree/bindings/arm/idle-states.txt
[3] ARM Linux kernel documentation - cpu capacity bindings [4] ARM Linux kernel documentation - cpu capacity bindings
Documentation/devicetree/bindings/arm/cpu-capacity.txt Documentation/devicetree/bindings/arm/cpu-capacity.txt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment