summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorChao Bi <chaobi@codeaurora.org>2019-12-03 12:16:19 +0800
committerChao Bi <chaobi@codeaurora.org>2019-12-05 16:55:13 +0800
commite445e5b99ea5647dfa3b8fc57fdf4b308b523789 (patch)
tree78ad29fc73a1d8ca8587f5399eca16af0d0ba3ea /arch/arm
parentfbbb7d9af6faf01b3fe05f9a91d1a0b56049fc0a (diff)
ARM: dts: msm: remove CARVEOUT ION for msm8996 ivi multi-gvm vplatform
CARVEOUT ION memory is not needed for lv gvm in multi-mode. Change-Id: Id45da104da170680c0daa607c29b4ca6ca6f5779 Signed-off-by: Chao Bi <chaobi@codeaurora.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-lv-mt.dts16
1 files changed, 10 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-lv-mt.dts b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-lv-mt.dts
index 8b2373e2c079..c9e0bc54e469 100644
--- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-lv-mt.dts
+++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-lv-mt.dts
@@ -1,4 +1,4 @@
-/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -83,14 +83,18 @@
};
};
+&ion {
+ /delete-node/ qcom,ion-heap@25;
+
+ system_heap: qcom,ion-heap@25 {
+ reg = <25>;
+ qcom,ion-heap-type = "SYSTEM";
+ };
+};
+
&reserved_memory {
pmem_shared: pmem_shared_region@d0000000 {
reg = <0 0xd0000000 0 0x20000000>;
label = "pmem_shared_mem";
};
-
- ion_system: ion_system_region@100000000 {
- reg = <0x1 0x60000000 0 0x10000000>;
- label = "ion_system_mem";
- };
};