Commit 33648de0 authored by Mark Brown's avatar Mark Brown Committed by Catalin Marinas

ARM: topology: Make it clear that all CPUs need to be described

The ARMv8 code will reject incomplete topologies that omit some CPUs (and it's
not clear that it's ever sensible to do so). Update the binding document to
make this clear.

Since we're reformatting the text also fix incorrect grammar in the
final "Any other configuration..." section by removing "consider".
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Acked-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 196adf2f
...@@ -75,9 +75,10 @@ The cpu-map node can only contain three types of child nodes: ...@@ -75,9 +75,10 @@ The cpu-map node can only contain three types of child nodes:
whose bindings are described in paragraph 3. whose bindings are described in paragraph 3.
The nodes describing the CPU topology (cluster/core/thread) can only be The nodes describing the CPU topology (cluster/core/thread) can only
defined within the cpu-map node. be defined within the cpu-map node and every core/thread in the system
Any other configuration is consider invalid and therefore must be ignored. must be defined within the topology. Any other configuration is
invalid and therefore must be ignored.
=========================================== ===========================================
2.1 - cpu-map child nodes naming convention 2.1 - cpu-map child nodes naming convention
......
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