diff options
author | Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> | 2012-07-02 18:52:30 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-01-09 23:08:37 -0500 |
commit | c19d82486216b1c674208f76fed6b9eb4ee45ad3 (patch) | |
tree | ddaa0f230e5be8b84e349c1aed873410e190c00a /arch/powerpc/boot | |
parent | 0388c79c99ccb43f711af57d2e14fcd6a5f45a06 (diff) |
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>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/bluestone.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts index 9d4917aebe6b..7daaca324c01 100644 --- a/arch/powerpc/boot/dts/bluestone.dts +++ b/arch/powerpc/boot/dts/bluestone.dts | |||
@@ -107,6 +107,14 @@ | |||
107 | interrupt-parent = <&UIC0>; | 107 | interrupt-parent = <&UIC0>; |
108 | }; | 108 | }; |
109 | 109 | ||
110 | OCM: ocm@400040000 { | ||
111 | compatible = "ibm,ocm"; | ||
112 | status = "ok"; | ||
113 | cell-index = <1>; | ||
114 | /* configured in U-Boot */ | ||
115 | reg = <4 0x00040000 0x8000>; /* 32K */ | ||
116 | }; | ||
117 | |||
110 | SDR0: sdr { | 118 | SDR0: sdr { |
111 | compatible = "ibm,sdr-apm821xx"; | 119 | compatible = "ibm,sdr-apm821xx"; |
112 | dcr-reg = <0x00e 0x002>; | 120 | dcr-reg = <0x00e 0x002>; |