dwc3-msm: Change USB SMMU related page table range

USB is using iova space as [0x60000000, 0x90000000], whereas
smem physical address start with 0x86000000. As IPA driver
needs to map both USB iova space and smem address space into
their context bank, this results into multiple iova entries
having different physical address. Hence change USB SMMU
related page table base address from 0x60000000 to
0x90000000. Also reduced size from 0x90000000 to 0x6000000
as IPA uses SMMU fast map which doesn't support more than
32-bit address.

Change-Id: I7351a044c2a6f497c442930d002b179c857f1b20
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
1 file changed