aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-09-25 08:56:08 -0600
committerBin Meng <bmeng.cn@gmail.com>2019-10-08 13:57:41 +0800
commitb0e2c23d3ea7786492178302758712e498bba380 (patch)
tree04204cec400c37a1248bf5d9ee18456d2dade13a /arch/sandbox
parent189882c9337bd4fa0a6b2c5de3031cd6f4b8e262 (diff)
downloadu-boot-b0e2c23d3ea7786492178302758712e498bba380.zip
u-boot-b0e2c23d3ea7786492178302758712e498bba380.tar.gz
u-boot-b0e2c23d3ea7786492178302758712e498bba380.tar.bz2
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>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/test.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 50d245a..5e859ba 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -447,7 +447,7 @@
device_type = "pci";
#address-cells = <3>;
#size-cells = <2>;
- ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000
+ ranges = <0x02000000 0 0x10000000 0x10000000 0 0x2000000
0x01000000 0 0x20000000 0x20000000 0 0x2000>;
pci@0,0 {
compatible = "pci-generic";