diff options
author | Mark Brown <broonie@linaro.org> | 2013-12-20 12:52:44 +0000 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-04-16 21:36:42 +0900 |
commit | 09c41c971db08c488a8315f422175d8d55d0ad39 (patch) | |
tree | c485246d9a969a13359b2efd93d14e3bb05c83af /arch | |
parent | 7b1c56a1735bda5865756720d079e5d649f4ea69 (diff) | |
download | linux-3.10-09c41c971db08c488a8315f422175d8d55d0ad39.tar.gz linux-3.10-09c41c971db08c488a8315f422175d8d55d0ad39.tar.bz2 linux-3.10-09c41c971db08c488a8315f422175d8d55d0ad39.zip |
arm64: dts: Reduce size of virtio block device for foundation model
Will Deacon observed that kvmtool uses a size of 0x200 for virtio
block memory region and that the virtio block spec only uses 31 bytes in
the device specific region at 0x100 so reduce the region to a less
wasteful 0x200.
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/foundation-v8.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/foundation-v8.dts b/arch/arm64/boot/dts/foundation-v8.dts index 519c4b2c068..4a060906809 100644 --- a/arch/arm64/boot/dts/foundation-v8.dts +++ b/arch/arm64/boot/dts/foundation-v8.dts @@ -224,7 +224,7 @@ virtio_block@0130000 { compatible = "virtio,mmio"; - reg = <0x130000 0x1000>; + reg = <0x130000 0x200>; interrupts = <42>; }; }; |