powerpc/44x: Support OCM(On Chip Memory) for APM821xx SoC and Bluestone board
authorVinh Nguyen Huu Tuong <vhtnguyen@apm.com>
Mon, 2 Jul 2012 22:52:30 +0000 (22:52 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 10 Jan 2013 04:08:37 +0000 (15:08 +1100)
commitc19d82486216b1c674208f76fed6b9eb4ee45ad3
treeddaa0f230e5be8b84e349c1aed873410e190c00a
parent0388c79c99ccb43f711af57d2e14fcd6a5f45a06
powerpc/44x: Support OCM(On Chip Memory) for APM821xx SoC and Bluestone board

This patch consists of:
- Add driver for OCM component
- Export OCM Information at /sys/kernel/debug/ppc4xx_ocm/info

Signed-off-by: Vinh Nguyen Huu Tuong <vhtnguyen@apm.com>
Acked-by: Josh Boyer <jwboyer@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/boot/dts/bluestone.dts
arch/powerpc/include/asm/ppc4xx_ocm.h [new file with mode: 0644]
arch/powerpc/platforms/44x/Kconfig
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/ppc4xx_ocm.c [new file with mode: 0644]