From dc88416b098a1e0bde82dc4e00ed95109681ab5c Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Sat, 15 Dec 2007 19:10:56 +1100 Subject: [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 Signed-off-by: Josh Boyer --- arch/powerpc/boot/dts/kilauea.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/boot/dts/kilauea.dts b/arch/powerpc/boot/dts/kilauea.dts index 38141991310..67c7ea179a0 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). -- cgit v1.2.3