Commit ca34040c authored by Kumar Gala's avatar Kumar Gala

powerpc/85xx: Fixed PCI IO region sizes in mpc8572ds*.dts

The PCI IO region sizes where incorrectly set to 1M instead of 64k.
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 6071ed04
/* /*
* MPC8572 DS Device Tree Source * MPC8572 DS Device Tree Source
* *
* Copyright 2007, 2008 Freescale Semiconductor Inc. * Copyright 2007-2009 Freescale Semiconductor Inc.
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the * under the terms of the GNU General Public License as published by the
...@@ -643,7 +643,7 @@ pcie@0 { ...@@ -643,7 +643,7 @@ pcie@0 {
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x0 0x100000>; 0x0 0x10000>;
uli1575@0 { uli1575@0 {
reg = <0x0 0x0 0x0 0x0 0x0>; reg = <0x0 0x0 0x0 0x0 0x0>;
#size-cells = <2>; #size-cells = <2>;
...@@ -654,7 +654,7 @@ uli1575@0 { ...@@ -654,7 +654,7 @@ uli1575@0 {
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x0 0x100000>; 0x0 0x10000>;
isa@1e { isa@1e {
device_type = "isa"; device_type = "isa";
#interrupt-cells = <2>; #interrupt-cells = <2>;
...@@ -744,7 +744,7 @@ pcie@0 { ...@@ -744,7 +744,7 @@ pcie@0 {
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x0 0x100000>; 0x0 0x10000>;
}; };
}; };
...@@ -781,7 +781,7 @@ pcie@0 { ...@@ -781,7 +781,7 @@ pcie@0 {
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x0 0x100000>; 0x0 0x10000>;
}; };
}; };
}; };
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* This dts file allows core0 to have memory, l2, i2c, dma1, global-util, eth0, * This dts file allows core0 to have memory, l2, i2c, dma1, global-util, eth0,
* eth1, crypto, pci0, pci1. * eth1, crypto, pci0, pci1.
* *
* Copyright 2007, 2008 Freescale Semiconductor Inc. * Copyright 2007-2009 Freescale Semiconductor Inc.
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the * under the terms of the GNU General Public License as published by the
...@@ -376,7 +376,7 @@ pcie@0 { ...@@ -376,7 +376,7 @@ pcie@0 {
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x0 0x100000>; 0x0 0x10000>;
uli1575@0 { uli1575@0 {
reg = <0x0 0x0 0x0 0x0 0x0>; reg = <0x0 0x0 0x0 0x0 0x0>;
#size-cells = <2>; #size-cells = <2>;
...@@ -387,7 +387,7 @@ uli1575@0 { ...@@ -387,7 +387,7 @@ uli1575@0 {
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x0 0x100000>; 0x0 0x10000>;
isa@1e { isa@1e {
device_type = "isa"; device_type = "isa";
#interrupt-cells = <2>; #interrupt-cells = <2>;
...@@ -477,7 +477,7 @@ pcie@0 { ...@@ -477,7 +477,7 @@ pcie@0 {
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x0 0x100000>; 0x0 0x10000>;
}; };
}; };
}; };
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* Please note to add "-b 1" for core1's dts compiling. * Please note to add "-b 1" for core1's dts compiling.
* *
* Copyright 2007, 2008 Freescale Semiconductor Inc. * Copyright 2007-2009 Freescale Semiconductor Inc.
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the * under the terms of the GNU General Public License as published by the
...@@ -228,7 +228,7 @@ pcie@0 { ...@@ -228,7 +228,7 @@ pcie@0 {
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x1000000 0x0 0x0 0x1000000 0x0 0x0
0x0 0x100000>; 0x0 0x10000>;
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment