[POWERPC] 4xx: Change Kilauea PCIe bus ranges in dts file

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, January 30, 2008 - 8:03 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dc8841...
Commit:     dc88416b098a1e0bde82dc4e00ed95109681ab5c
Parent:     8aaed98c1e28a2c803309fcb2d32761bba4bee09
Author:     Stefan Roese <sr@denx.de>
AuthorDate: Sat Dec 15 19:10:56 2007 +1100
Committer:  Josh Boyer <jwboyer@linux.vnet.ibm.com>
CommitDate: Sun Dec 23 13:36:33 2007 -0600

    [POWERPC] 4xx: Change Kilauea PCIe bus ranges in dts file
    
    Currently we have some limitations in the 4xx PCIe driver and can't
    support all possible PCIe busses. But the current limits in the
    dts file are quite low (only 16 busses per RC). This patch increases
    the number to 64 per RC.
    
    Signed-off-by: Stefan Roese <sr@denx.de>
    Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
---
 arch/powerpc/boot/dts/kilauea.dts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/boot/dts/kilauea.dts b/arch/powerpc/boot/dts/kilauea.dts
index 3814199..67c7ea1 100644
--- a/arch/powerpc/boot/dts/kilauea.dts
+++ b/arch/powerpc/boot/dts/kilauea.dts
@@ -284,8 +284,8 @@
 			/* Inbound 2GB range starting at 0 */
 			dma-ranges = <42000000 0 0 0 0 80000000>;
 
-			/* This drives busses 0x00 to 0x0f */
-			bus-range = <00 0f>;
+			/* This drives busses 0x00 to 0x3f */
+			bus-range = <00 3f>;
 
 			/* Legacy interrupts (note the weird polarity, the bridge seems
 			 * to invert PCIe legacy interrupts).
@@ -325,8 +325,8 @@
 			/* Inbound 2GB range starting at 0 */
 			dma-ranges = <42000000 0 0 0 0 80000000>;
 
-			/* This drives busses 0x10 to 0x1f */
-			bus-range = <10 1f>;
+			/* This drives busses 0x40 to 0x7f */
+			bus-range = <40 7f>;
 
 			/* Legacy interrupts (note the weird polarity, the bridge seems
 			 * to invert PCIe legacy interrupts).
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[POWERPC] 4xx: Change Kilauea PCIe bus ranges in dts file, Linux Kernel Mailing ..., (Wed Jan 30, 8:03 pm)