summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-02-17 23:34:38 +0100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-02-17 23:34:38 +0100
commitefd0f0f385da6ee6d1a22cfe1ac94607ebe2a292 (patch)
tree6ba1a89db2eb68046c238a7fca9bae4f72d92874 /arch/powerpc/sysdev
parentpowerpc/booke: Add support for advanced debug registers (diff)
parentpowerpc/40x: Add support for PPC40x boards with > 512MB SDRAM (diff)
downloadlinux-efd0f0f385da6ee6d1a22cfe1ac94607ebe2a292.tar.xz
linux-efd0f0f385da6ee6d1a22cfe1ac94607ebe2a292.zip
Merge commit 'jwb/next' into next
Diffstat (limited to 'arch/powerpc/sysdev')
-rw-r--r--arch/powerpc/sysdev/ppc4xx_soc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/ppc4xx_soc.c b/arch/powerpc/sysdev/ppc4xx_soc.c
index 5b32adc9a9b2..5c014350bf16 100644
--- a/arch/powerpc/sysdev/ppc4xx_soc.c
+++ b/arch/powerpc/sysdev/ppc4xx_soc.c
@@ -174,7 +174,8 @@ static int __init ppc4xx_l2c_probe(void)
| L2C_CFG_CPIM | L2C_CFG_TPIM | L2C_CFG_LIM | L2C_CFG_SMCM;
/* Check for 460EX/GT special handling */
- if (of_device_is_compatible(np, "ibm,l2-cache-460ex"))
+ if (of_device_is_compatible(np, "ibm,l2-cache-460ex") ||
+ of_device_is_compatible(np, "ibm,l2-cache-460gt"))
r |= L2C_CFG_RDBW;
mtdcr(dcrbase_l2c + DCRN_L2C0_CFG, r);