diff options
author | chenhui zhao <chenhui.zhao@freescale.com> | 2012-02-22 05:20:13 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 15:50:45 -0400 |
commit | 401a376e94021f2040e6cedd4cc858e0eeec5854 (patch) | |
tree | 0ae1751db345133f19ea2ab032dda410f1afbd3f /arch/powerpc | |
parent | 5d40433ee66d860f119ce2bf3181764b1fd88e2e (diff) |
powerpc/85xx: l2sram - Add compatible entry for mpc8548 L2 controller
Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/sysdev/fsl_85xx_l2ctlr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c index 1957e532e18b..cedabd0f4bfe 100644 --- a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c +++ b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c | |||
@@ -201,6 +201,9 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = { | |||
201 | { | 201 | { |
202 | .compatible = "fsl,p1022-l2-cache-controller", | 202 | .compatible = "fsl,p1022-l2-cache-controller", |
203 | }, | 203 | }, |
204 | { | ||
205 | .compatible = "fsl,mpc8548-l2-cache-controller", | ||
206 | }, | ||
204 | {}, | 207 | {}, |
205 | }; | 208 | }; |
206 | 209 | ||