From 8632cfd871147b730985bb96666bf2ccd0226635 Mon Sep 17 00:00:00 2001 From: Rohit Jadhav Date: Thu, 12 Dec 2024 23:21:11 -0800 Subject: [PATCH] Revert "ARM: dts: msm: Disable mem-offline node for tuna" This reverts commit 072f63f2632d2518bf09f14d1b22a47bd1bfea94. Reason for revert: ACtual fix will come through upmerge change : 5641321 Change-Id: Ia897e14d843fb0164b80e720faa88c67076f2541 Signed-off-by: Rohit Jadhav --- qcom/tuna.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index 8357c019..7d27f19e 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -46,6 +46,13 @@ ddr-regions { }; + mem-offline { + compatible = "qcom,mem-offline"; + offline-sizes = <0x2 0xc0000000 0x1 0x0>; + granule = <512>; + qcom,qmp = <&aoss_qmp>; + }; + firmware: firmware { qcom_scm: qcom_scm {}; };