sandbox: pci: Increase the memory space
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:08 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:41 +0000 (13:57 +0800)
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>
arch/sandbox/dts/test.dts

index 50d245ae91760114b5a507aecedcb0fedb462975..5e859ba11d9fc1622557727724ca5304247c8317 100644 (file)
                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";