]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: vexpress: introduce DCSCB support
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 3 May 2012 00:56:52 +0000 (20:56 -0400)
committerNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 29 May 2013 19:50:34 +0000 (15:50 -0400)
commit1e904e1bf6f1285cc2dd5696c44b7cf78cda643f
tree960d3d6b28b2a6097da4806b1059f55d4fa263ad
parentbbc8d77db655be61a21d7623428c46c578a866d3
ARM: vexpress: introduce DCSCB support

This adds basic CPU and cluster reset controls on RTSM for the
A15x4-A7x4 model configuration using the Dual Cluster System
Configuration Block (DCSCB).

The cache coherency interconnect (CCI) is not handled yet.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Documentation/devicetree/bindings/arm/rtsm-dcscb.txt [new file with mode: 0644]
arch/arm/mach-vexpress/Kconfig
arch/arm/mach-vexpress/Makefile
arch/arm/mach-vexpress/dcscb.c [new file with mode: 0644]