msm: eva: updated AON mapping attribute for FW
updated AON mapping attribute for FW Change-Id: I207e7aaf0413e9d71db1d7f98f99db8d28a831a8
This commit is contained in:
@@ -1958,7 +1958,7 @@ static int __hwfence_regs_map(struct iris_hfi_device *device)
|
|||||||
rc = iommu_map(cb->domain, device->res->aon_iova,
|
rc = iommu_map(cb->domain, device->res->aon_iova,
|
||||||
device->res->aon_phyaddr,
|
device->res->aon_phyaddr,
|
||||||
device->res->aon_size,
|
device->res->aon_size,
|
||||||
IOMMU_READ | IOMMU_WRITE);
|
IOMMU_MMIO | IOMMU_READ | IOMMU_WRITE);
|
||||||
if (rc) {
|
if (rc) {
|
||||||
dprintk(CVP_ERR, "map aon fail %d %#x %#x %#x\n",
|
dprintk(CVP_ERR, "map aon fail %d %#x %#x %#x\n",
|
||||||
rc, device->res->aon_iova,
|
rc, device->res->aon_iova,
|
||||||
|
Reference in New Issue
Block a user