From 6f85a7d4c9a0eb4716da34669bb785cdee3c34e4 Mon Sep 17 00:00:00 2001 From: Hrishabh Rajput Date: Mon, 30 Sep 2024 15:08:17 +0530 Subject: [PATCH] ARM: dts: msm: Add chipinfo region as ext-region for cpusysvm Add chipinfo region as ext-region for cpusysvm. Change-Id: I1200495f5bb98ecbdfbba5fcdb3cb45708f63c0c Signed-off-by: Hrishabh Rajput --- qcom/tuna-reserved-memory.dtsi | 5 +++++ qcom/tuna.dtsi | 2 ++ 2 files changed, 7 insertions(+) diff --git a/qcom/tuna-reserved-memory.dtsi b/qcom/tuna-reserved-memory.dtsi index b990fbcb..1e9c039f 100644 --- a/qcom/tuna-reserved-memory.dtsi +++ b/qcom/tuna-reserved-memory.dtsi @@ -65,6 +65,11 @@ reg = <0x0 0x81ce4000 0x0 0x10000>; }; + chipinfo_mem: chipinfo_region@81cf4000 { + no-map; + reg = <0x0 0x81cf4000 0x0 0x1000>; + }; + smem_mem: smem_region@81d00000 { compatible = "qcom,smem"; reg = <0x0 0x81d00000 0x0 0x200000>; diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index ef144f2d..94d10baa 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -1798,6 +1798,8 @@ qcom,vmid = <50>; qcom,firmware-name = "cpusys_vm"; memory-region = <&cpusys_vm_mem>; + ext-region = <&chipinfo_mem>; + ext-label = <0x7>; }; qcom,pmic_glink_log {