Documentation: arm: fix wrong reference number in DT definition
authorJuri Lelli <[email protected]>
Wed, 31 May 2017 16:59:25 +0000 (17:59 +0100)
committerGreg Kroah-Hartman <[email protected]>
Sat, 3 Jun 2017 10:10:08 +0000 (19:10 +0900)
Reference to cpu capacity binding has a wrong number. Fix it.

Reported-by: Lorenzo Pieralisi <[email protected]>
Signed-off-by: Juri Lelli <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Russell King <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Documentation/devicetree/bindings/arm/cpus.txt

index 1030f5f50207f22baa245e9df9ca69df286c128e..2713aadb7411a1e6a8f3109cef89b030db80f96c 100644 (file)
@@ -249,7 +249,7 @@ nodes to be present and contain the properties described below.
                Usage: Optional
                Value type: <u32>
                Definition:
-                       # u32 value representing CPU capacity [3] in
+                       # u32 value representing CPU capacity [4] in
                          DMIPS/MHz, relative to highest capacity-dmips-mhz
                          in the system.
 
@@ -476,5 +476,5 @@ cpus {
 [2] arm/msm/qcom,kpss-acc.txt
 [3] ARM Linux kernel documentation - idle states bindings
     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