diff options
| author | Anton Vorontsov <avorontsov@mvista.com> | 2010-07-20 13:24:28 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-07-20 16:25:40 -0700 | 
| commit | 5528e229f0f709e4f3d61dab73e553eea10758a9 (patch) | |
| tree | 973838112e9086824aa25de7fb70ad2e7e5a07b0 /drivers/edac/mpc85xx_edac.c | |
| parent | 1cd8521e7d77def75fdb1cb35ecd135385e4be4f (diff) | |
| download | linux-5528e229f0f709e4f3d61dab73e553eea10758a9.tar.bz2 | |
edac: mpc85xx: add support for MPC8569 EDAC controllers
Simply add a proper ID into the device table.
Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Cc: Doug Thompson <dougthompson@xmission.com>
Cc: Peter Tyser <ptyser@xes-inc.com>
Cc: Dave Jiang <djiang@mvista.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/edac/mpc85xx_edac.c')
| -rw-r--r-- | drivers/edac/mpc85xx_edac.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/edac/mpc85xx_edac.c b/drivers/edac/mpc85xx_edac.c index 52ca09bf4726..f39b00a46eda 100644 --- a/drivers/edac/mpc85xx_edac.c +++ b/drivers/edac/mpc85xx_edac.c @@ -1120,6 +1120,7 @@ static struct of_device_id mpc85xx_mc_err_of_match[] = {  	{ .compatible = "fsl,mpc8555-memory-controller", },  	{ .compatible = "fsl,mpc8560-memory-controller", },  	{ .compatible = "fsl,mpc8568-memory-controller", }, +	{ .compatible = "fsl,mpc8569-memory-controller", },  	{ .compatible = "fsl,mpc8572-memory-controller", },  	{ .compatible = "fsl,mpc8349-memory-controller", },  	{ .compatible = "fsl,p2020-memory-controller", }, |