* [PATCH] xsysace: add compatible string
@ 2008-11-27 15:49 ` Yuri Tikhonov
0 siblings, 0 replies; 2+ messages in thread
From: Yuri Tikhonov @ 2008-11-27 15:49 UTC (permalink / raw)
To: Paul Mackerras
Cc: Detlev Zundel, Ilya Yanok, linux-kernel, linuxppc-dev,
Wolfgang Denk
Add one more compatible string to the table for
of_platform binding, so that the platforms, which
have the SysACE chip on board (e.g. Katmai), could
describe it in their device trees correctly.
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
---
drivers/block/xsysace.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/block/xsysace.c b/drivers/block/xsysace.c
index 29e1dfa..381d686 100644
--- a/drivers/block/xsysace.c
+++ b/drivers/block/xsysace.c
@@ -1206,6 +1206,7 @@ static struct of_device_id ace_of_match[] __devinitdata = {
{ .compatible = "xlnx,opb-sysace-1.00.b", },
{ .compatible = "xlnx,opb-sysace-1.00.c", },
{ .compatible = "xlnx,xps-sysace-1.00.a", },
+ { .compatible = "xlnx,sysace", },
{},
};
MODULE_DEVICE_TABLE(of, ace_of_match);
--
1.5.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] xsysace: add compatible string
@ 2008-11-27 15:49 ` Yuri Tikhonov
0 siblings, 0 replies; 2+ messages in thread
From: Yuri Tikhonov @ 2008-11-27 15:49 UTC (permalink / raw)
To: Paul Mackerras
Cc: linux-kernel, Wolfgang Denk, Detlev Zundel, Ilya Yanok,
Grant Likely, linuxppc-dev
Add one more compatible string to the table for
of_platform binding, so that the platforms, which
have the SysACE chip on board (e.g. Katmai), could
describe it in their device trees correctly.
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
---
drivers/block/xsysace.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/block/xsysace.c b/drivers/block/xsysace.c
index 29e1dfa..381d686 100644
--- a/drivers/block/xsysace.c
+++ b/drivers/block/xsysace.c
@@ -1206,6 +1206,7 @@ static struct of_device_id ace_of_match[] __devinitdata = {
{ .compatible = "xlnx,opb-sysace-1.00.b", },
{ .compatible = "xlnx,opb-sysace-1.00.c", },
{ .compatible = "xlnx,xps-sysace-1.00.a", },
+ { .compatible = "xlnx,sysace", },
{},
};
MODULE_DEVICE_TABLE(of, ace_of_match);
--
1.5.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-27 15:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-27 15:49 [PATCH] xsysace: add compatible string Yuri Tikhonov
2008-11-27 15:49 ` Yuri Tikhonov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.