Skip to content

Commit

Permalink
[POWERPC] 4xx: Change Kilauea PCIe bus ranges in dts file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Dec 23, 2007
1 parent 8aaed98 commit dc88416
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/powerpc/boot/dts/kilauea.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit dc88416

Please sign in to comment.