diff options
author | Mark Brown <broonie@linaro.org> | 2014-03-28 14:21:07 +0000 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-04-02 12:14:16 +0100 |
commit | 33648de0b664b2aee48bc6eeea21e107c5757cb5 (patch) | |
tree | f445c70a924db09259c566833be143697813fee5 /Documentation | |
parent | 196adf2f3015eacac0567278ba538e3ffdd16d0e (diff) | |
download | linux-33648de0b664b2aee48bc6eeea21e107c5757cb5.tar.gz linux-33648de0b664b2aee48bc6eeea21e107c5757cb5.tar.bz2 linux-33648de0b664b2aee48bc6eeea21e107c5757cb5.zip |
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: Mark Brown <broonie@linaro.org>
Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/topology.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/arm/topology.txt b/Documentation/devicetree/bindings/arm/topology.txt index 4aa20e7a424e..1061faf5f602 100644 --- a/Documentation/devicetree/bindings/arm/topology.txt +++ b/Documentation/devicetree/bindings/arm/topology.txt @@ -75,9 +75,10 @@ The cpu-map node can only contain three types of child nodes: whose bindings are described in paragraph 3. -The nodes describing the CPU topology (cluster/core/thread) can only be -defined within the cpu-map node. -Any other configuration is consider invalid and therefore must be ignored. +The nodes describing the CPU topology (cluster/core/thread) can only +be defined within the cpu-map node and every core/thread in the system +must be defined within the topology. Any other configuration is +invalid and therefore must be ignored. =========================================== 2.1 - cpu-map child nodes naming convention |