projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5f8c1
)
drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edac
author
Shaohui Xie
<
[email protected]
>
Tue, 15 Nov 2011 22:52:22 +0000
(14:52 -0800)
committer
Kumar Gala
<
[email protected]
>
Thu, 24 Nov 2011 07:59:38 +0000
(
01:59
-0600)
compatible in dts has been changed, so the driver needs to be updated
accordingly.
Signed-off-by: Shaohui Xie <
[email protected]
>
Cc: Grant Likely <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
drivers/edac/mpc85xx_edac.c
patch
|
blob
|
history
diff --git
a/drivers/edac/mpc85xx_edac.c
b/drivers/edac/mpc85xx_edac.c
index 8af8e864a9cffbc13c91c625a837e11bb8de24fe..73464a62adf74ae1483a16ad71847c03fc03169f 100644
(file)
--- a/
drivers/edac/mpc85xx_edac.c
+++ b/
drivers/edac/mpc85xx_edac.c
@@
-1128,7
+1128,7
@@
static struct of_device_id mpc85xx_mc_err_of_match[] = {
{ .compatible = "fsl,p1020-memory-controller", },
{ .compatible = "fsl,p1021-memory-controller", },
{ .compatible = "fsl,p2020-memory-controller", },
- { .compatible = "fsl,
p4080
-memory-controller", },
+ { .compatible = "fsl,
qoriq
-memory-controller", },
{},
};
MODULE_DEVICE_TABLE(of, mpc85xx_mc_err_of_match);