sandbox: pci: Increase the memory space
Increase the memory space so we can support the p2sb bus which needs multiples of 1MB. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
189882c933
commit
b0e2c23d3e
@ -447,7 +447,7 @@
|
|||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
#address-cells = <3>;
|
#address-cells = <3>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000
|
ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000000
|
||||||
0x01000000 0 0x20000000 0x20000000 0 0x2000>;
|
0x01000000 0 0x20000000 0x20000000 0 0x2000>;
|
||||||
pci@0,0 {
|
pci@0,0 {
|
||||||
compatible = "pci-generic";
|
compatible = "pci-generic";
|
||||||
|
Loading…
Reference in New Issue
Block a user