mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
FROMLIST: arm64: dts: sdm845: Set the virtual address range for GMU allocations
GMU DMA allocations need to be mapped between 0x60000000 and 0x80000000 in the GMU virtual address space. Specify the dma-range so the iova allocator does the right thing. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: John Stultz <john.stultz@linaro.org> Link: https://lore.kernel.org/lkml/1582223216-23459-4-git-send-email-jcrouse@codeaurora.org/ Change-Id: I198b3ed8bad95ba38db00dd181604875b589b497
This commit is contained in:
committed by
John Stultz
parent
8cd58de551
commit
cf3d0afc47
@@ -3126,6 +3126,8 @@
|
|||||||
<&gpucc GPU_GX_GDSC>;
|
<&gpucc GPU_GX_GDSC>;
|
||||||
power-domain-names = "cx", "gx";
|
power-domain-names = "cx", "gx";
|
||||||
|
|
||||||
|
dma-ranges = <0 0x60000000 0 0x60000000 0 0x20000000>;
|
||||||
|
|
||||||
iommus = <&adreno_smmu 5>;
|
iommus = <&adreno_smmu 5>;
|
||||||
|
|
||||||
operating-points-v2 = <&gmu_opp_table>;
|
operating-points-v2 = <&gmu_opp_table>;
|
||||||
|
|||||||
Reference in New Issue
Block a user