From: Simon Glass Date: Wed, 25 Sep 2019 14:56:08 +0000 (-0600) Subject: sandbox: pci: Increase the memory space X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=b0e2c23d3ea7786492178302758712e498bba380;p=u-boot.git 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 Reviewed-by: Bin Meng --- diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 50d245ae91..5e859ba11d 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";