ARM: add DT bindings for the ARM11MPCore CPU cluster
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Oct 2015 12:32:59 +0000 (14:32 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 15 Dec 2015 08:45:29 +0000 (09:45 +0100)
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>
Documentation/devicetree/bindings/arm/scu.txt

index c447680519bba28871d0ee5e5ded7fa18517ac74..08a587875996b47cf25dd20f7bd7cde81f61d5ff 100644 (file)
@@ -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.
 
This page took 0.025797 seconds and 5 git commands to generate.