mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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>
This commit is contained in:
parent
1cd8521e7d
commit
5528e229f0
@ -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", },
|
||||
|
Loading…
Reference in New Issue
Block a user