- not have a 3AA1 but internal use 3AA1 when front
- 3AA0 offset 0x0, 3AA1 offset 0x4000
- 3AA1 reg dump is out of range 3AA0 so invalid memory
PR JIRA ID: CPR-43
Change-Id: I3688c6c26751012b15c91e82c4c4f5f6aa195277
Signed-off-by: dan huh <dan.huh@samsung.com>
return -EINVAL;
}
- itf_hwip->hw_ip->regs_start = mem_res->start;
+ itf_hwip->hw_ip->regs_start = mem_res->start + LIC_3AA1_OFFSET_ADDR;
itf_hwip->hw_ip->regs_end = mem_res->end;
itf_hwip->hw_ip->regs = ioremap_nocache(mem_res->start, resource_size(mem_res)) + LIC_3AA1_OFFSET_ADDR;
if (!itf_hwip->hw_ip->regs) {