From 9688f995cc813458612df0314b75f15504f9de01 Mon Sep 17 00:00:00 2001 From: Srinivas Kandagatla Date: Thu, 22 Mar 2018 18:05:17 +0800 Subject: arm64: msm8996: fix memory region overlap This patch fixes memory region overlap between adsp and gpu. Fix this by reusing the slpi memory region for gpu zap shader. Signed-off-by: Srinivas Kandagatla --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'arch/arm64/boot/dts/qcom') diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index 45018ad75427..230e1095a298 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -42,11 +42,6 @@ no-map; }; - slpi_region: slpi@90b00000 { - reg = <0x0 0x90b00000 0x0 0xa00000>; - no-map; - }; - venus_region: venus@90400000 { reg = <0x0 0x90400000 0x0 0x700000>; no-map; @@ -79,7 +74,7 @@ zap_shader_region: gpu@8f200000 { compatible = "shared-dma-pool"; - reg = <0 0x8f200000 0 0x2300000>; + reg = <0x0 0x90b00000 0x0 0xa00000>; no-map; }; }; -- cgit v1.2.3