Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+3
+3
Documentation/devicetree/bindings/arm/scu.txt
··· 10 10 Revision r2p0 11 11 - Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual 12 12 Revision r0p1 13 + - ARM11 MPCore: see DDI0360F ARM 11 MPCore Processor Technical Reference 14 + Manial Revision r2p0 13 15 14 16 - compatible : Should be: 15 17 "arm,cortex-a9-scu" 16 18 "arm,cortex-a5-scu" 19 + "arm,arm11mp-scu" 17 20 18 21 - reg : Specify the base address and the size of the SCU register window. 19 22