linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [POWERPC] Xilinx: add compatibility for IBM coreconnect busses.
@ 2008-05-07 20:47 Stephen Neuendorffer
  2008-05-07 22:33 ` Grant Likely
  2008-05-08  0:18 ` David Gibson
  0 siblings, 2 replies; 20+ messages in thread
From: Stephen Neuendorffer @ 2008-05-07 20:47 UTC (permalink / raw)
  To: grant.likely, linuxppc-dev

The IBM coreconnect names are pretty well defined, it appears.  In
addition, the Xilinx versions of these IPs seem to be proliferating.
Hence, in the future let's prefer to use the standard names.  I've
left the old names in for some backward compatibility for existing
device trees.

Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
---
 arch/powerpc/platforms/40x/virtex.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/40x/virtex.c b/arch/powerpc/platforms/40x/virtex.c
index 6c72994..7e1c0e3 100644
--- a/arch/powerpc/platforms/40x/virtex.c
+++ b/arch/powerpc/platforms/40x/virtex.c
@@ -16,11 +16,15 @@
 #include <asm/xilinx_intc.h>
 
 static struct of_device_id xilinx_of_bus_ids[] __initdata = {
+	{ .compatible = "ibm,plb3", },
+	{ .compatible = "ibm,plb4", },
 	{ .compatible = "xlnx,plb-v46-1.00.a", },
 	{ .compatible = "xlnx,plb-v46-1.02.a", },
 	{ .compatible = "xlnx,plb-v34-1.01.a", },
 	{ .compatible = "xlnx,plb-v34-1.02.a", },
+	{ .compatible = "ibm,opb", },
 	{ .compatible = "xlnx,opb-v20-1.10.c", },
+	{ .compatible = "ibm,dcr", },
 	{ .compatible = "xlnx,dcr-v29-1.00.a", },
 	{ .compatible = "xlnx,compound", },
 	{}
-- 
1.5.3.4

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2008-07-01  6:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 20:47 [PATCH] [POWERPC] Xilinx: add compatibility for IBM coreconnect busses Stephen Neuendorffer
2008-05-07 22:33 ` Grant Likely
2008-05-07 22:38   ` Stephen Neuendorffer
2008-05-08  0:18 ` David Gibson
2008-05-08  2:46   ` Josh Boyer
2008-05-08  3:30     ` David Gibson
2008-05-08 11:16       ` Josh Boyer
2008-05-08 16:15       ` [PATCH] [POWERPC] Xilinx: add compatibility for IBMcoreconnect busses Stephen Neuendorffer
2008-05-08 18:25         ` [PATCH] [POWERPC] Xilinx: add compatibility for 'simple-bus' Stephen Neuendorffer
2008-05-08 18:27           ` Grant Likely
     [not found]         ` <1210271125-11559-1-git-send-email-stephen.neuendorffer@xilinx.com>
2008-06-03 21:41           ` Stephen Neuendorffer
2008-06-06 15:29             ` Grant Likely
2008-06-06 16:16               ` Stephen Neuendorffer
2008-06-28 20:33                 ` Grant Likely
2008-06-30  3:42                   ` Stephen Neuendorffer
     [not found]                   ` <977C41F842E66D4CB2E41332313B615019F061@XSJ-EXCHVS1.xlnx.xilinx.com>
2008-06-30 14:39                     ` John Linn
     [not found]                   ` <20080630034548.A10A81750069@mail131-sin.bigfish.com>
2008-06-30 16:34                     ` Grant Likely
2008-06-30 16:48                       ` Stephen Neuendorffer
     [not found]                       ` <977C41F842E66D4CB2E41332313B6150062A27B7@XSJ-EXCHVS1.xlnx.xilinx.com>
2008-06-30 16:49                         ` John Linn
2008-07-01  6:16                 ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).