From: Nikhil Devshatwar <[email protected]> Increase the aperture size in the IVSHMEM PCIe virtual controller to with the 64k sized BARs.
Signed-off-by: Nikhil Devshatwar <[email protected]> --- configs/arm64/dts/inmate-k3-j721e-evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/arm64/dts/inmate-k3-j721e-evm.dts b/configs/arm64/dts/inmate-k3-j721e-evm.dts index e2348590..ba4bbddc 100644 --- a/configs/arm64/dts/inmate-k3-j721e-evm.dts +++ b/configs/arm64/dts/inmate-k3-j721e-evm.dts @@ -125,7 +125,7 @@ <0 0 0 4 &gic500 0 0 GIC_SPI 166 IRQ_TYPE_EDGE_RISING>; reg = <0x0 0x76000000 0x0 0x100000>; ranges = - <0x02000000 0x00 0x10000000 0x0 0x10000000 0x00 0x10000>; + <0x02000000 0x00 0x10000000 0x0 0x10000000 0x00 0x100000>; }; cbass_main: interconnect@100000 { -- 2.17.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20200608104255.18358-4-nikhil.nd%40ti.com.
