aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohit Vaswani <rvaswani@codeaurora.org>2013-10-31 20:26:33 -0400
committerKumar Gala <galak@codeaurora.org>2014-02-11 16:00:38 -0500
commitb00c927d06855be4f1aa3d6931cb07fd641c8d8c (patch)
treef107180d368bf19017d79054b450d242cf8eb77f
parent188611af42648299a4785cfe6901cad9ed3ce629 (diff)
devicetree: bindings: Document Krait/Scorpion cpus and enable-method
Scorpion and Krait don't use the spin-table enable-method. Instead they rely on mmio register accesses to enable power and clocks to bring CPUs out of reset. Document their enable-methods. Cc: <devicetree@vger.kernel.org> Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org> [sboyd: Split off into separate patch, renamed methods to match compatible nodes] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
-rw-r--r--Documentation/devicetree/bindings/arm/cpus.txt25
1 files changed, 24 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
index 91304353eea4..333f4aea3029 100644
--- a/Documentation/devicetree/bindings/arm/cpus.txt
+++ b/Documentation/devicetree/bindings/arm/cpus.txt
@@ -180,7 +180,11 @@ nodes to be present and contain the properties described below.
180 be one of: 180 be one of:
181 "spin-table" 181 "spin-table"
182 "psci" 182 "psci"
183 # On ARM 32-bit systems this property is optional. 183 # On ARM 32-bit systems this property is optional and
184 can be one of:
185 "qcom,gcc-msm8660"
186 "qcom,kpss-acc-v1"
187 "qcom,kpss-acc-v2"
184 188
185 - cpu-release-addr 189 - cpu-release-addr
186 Usage: required for systems that have an "enable-method" 190 Usage: required for systems that have an "enable-method"
@@ -191,6 +195,21 @@ nodes to be present and contain the properties described below.
191 property identifying a 64-bit zero-initialised 195 property identifying a 64-bit zero-initialised
192 memory location. 196 memory location.
193 197
198 - qcom,saw
199 Usage: required for systems that have an "enable-method"
200 property value of "qcom,kpss-acc-v1" or
201 "qcom,kpss-acc-v2"
202 Value type: <phandle>
203 Definition: Specifies the SAW[1] node associated with this CPU.
204
205 - qcom,acc
206 Usage: required for systems that have an "enable-method"
207 property value of "qcom,kpss-acc-v1" or
208 "qcom,kpss-acc-v2"
209 Value type: <phandle>
210 Definition: Specifies the ACC[2] node associated with this CPU.
211
212
194Example 1 (dual-cluster big.LITTLE system 32-bit): 213Example 1 (dual-cluster big.LITTLE system 32-bit):
195 214
196 cpus { 215 cpus {
@@ -382,3 +401,7 @@ cpus {
382 cpu-release-addr = <0 0x20000000>; 401 cpu-release-addr = <0 0x20000000>;
383 }; 402 };
384}; 403};
404
405--
406[1] arm/msm/qcom,saw2.txt
407[2] arm/msm/qcom,kpss-acc.txt