summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij2015-10-07 14:32:59 +0200
committerLinus Walleij2015-12-15 09:45:29 +0100
commitd4eaf73b629fafda9c1a14fd72900dd0cfb610b3 (patch)
treedf005f221acd88ef6eff9d4f9a8e76a4b185566d
parentLinux 4.4-rc1 (diff)
downloadkernel-qcow2-linux-d4eaf73b629fafda9c1a14fd72900dd0cfb610b3.tar.gz
kernel-qcow2-linux-d4eaf73b629fafda9c1a14fd72900dd0cfb610b3.tar.xz
kernel-qcow2-linux-d4eaf73b629fafda9c1a14fd72900dd0cfb610b3.zip
ARM: add DT bindings for the ARM11MPCore CPU cluster
The ARM11MPCore has a Snoop Control Unit, but references to it were missing from the DT specification. Define a compatible string for this unit. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/arm/scu.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/scu.txt b/Documentation/devicetree/bindings/arm/scu.txt
index c447680519bb..08a587875996 100644
--- a/Documentation/devicetree/bindings/arm/scu.txt
+++ b/Documentation/devicetree/bindings/arm/scu.txt
@@ -10,10 +10,13 @@ References:
Revision r2p0
- Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual
Revision r0p1
+- ARM11 MPCore: see DDI0360F ARM 11 MPCore Processor Technical Reference
+ Manial Revision r2p0
- compatible : Should be:
"arm,cortex-a9-scu"
"arm,cortex-a5-scu"
+ "arm,arm11mp-scu"
- reg : Specify the base address and the size of the SCU register window.