mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-16 21:58:27 +00:00
m1n1.hw.dart8110: Use 32-bit IOVA space by default
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
f3f883c2fc
commit
55ccea6a2d
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class DART8110(Reloadable):
|
|||
Lx_SIZE = (1 << IDX_BITS)
|
||||
IDX_MASK = Lx_SIZE - 1
|
||||
|
||||
def __init__(self, iface, regs, util=None, iova_range=(0x800000000, 0x900000000)):
|
||||
def __init__(self, iface, regs, util=None, iova_range=(0x80000000, 0x90000000)):
|
||||
self.iface = iface
|
||||
self.regs = regs
|
||||
self.u = util
|
||||
|
|
Loading…
Add table
Reference in a new issue