diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2007-10-02 09:48:07 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-04 16:47:28 -0400 |
commit | 6b9c67681b8d08301cdc31b0503023e0208cc1d8 (patch) | |
tree | 965f0607a7292ced2cab0377f2438f0bb9dfed96 /arch/powerpc/boot | |
parent | c0e4eb2d8a8a094db5295a42d84aef08dea8aea4 (diff) |
[POWERPC] mpc8568mds.dts: fix PCIe I/O address space location and size
According to u-boot/board/mpc8568mds/init.S:
LAW(Local Access Window) configuration:
2) 0xa000_0000 0xbfff_ffff PCIe MEM 512MB
4) 0xe280_0000 0xe2ff_ffff PCIe I/O 8M
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 76d23ee643d0..6923e42af4fd 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts | |||
@@ -226,8 +226,8 @@ | |||
226 | interrupt-parent = <&mpic>; | 226 | interrupt-parent = <&mpic>; |
227 | interrupts = <1a 2>; | 227 | interrupts = <1a 2>; |
228 | bus-range = <0 ff>; | 228 | bus-range = <0 ff>; |
229 | ranges = <02000000 0 a0000000 a0000000 0 20000000 | 229 | ranges = <02000000 0 a0000000 a0000000 0 10000000 |
230 | 01000000 0 00000000 e3000000 0 08000000>; | 230 | 01000000 0 00000000 e2800000 0 00800000>; |
231 | clock-frequency = <1fca055>; | 231 | clock-frequency = <1fca055>; |
232 | #interrupt-cells = <1>; | 232 | #interrupt-cells = <1>; |
233 | #size-cells = <2>; | 233 | #size-cells = <2>; |