On Tue, Dec 03, 2013 at 11:42:18AM +0000, Will Deacon wrote:
On Mon, Dec 02, 2013 at 04:24:35PM +0000, Mark Brown wrote:
virtio_block@0130000 {
compatible = "virtio,mmio";
reg = <0x130000 0x1000>;
4k? That seems pretty big to me...
Yeah, it looks like a page size to me though it does also seem like the sort of nice round number devices tend to offer. The binding document is depressingly silent on the topic of the size of the region but the only existing in tree user (the ARMv8 foundation model DTS) also picks the same number.
interrupts = <0x2a>;
Any reason this is in hex?
That's what it was in Mark's original patch, easy enough to update.