From 35d24166a6c070abe9e2d5e0d2230f180e302dc5 Mon Sep 17 00:00:00 2001 From: Sudarshan Rajagopalan Date: Thu, 22 Apr 2021 11:51:56 -0700 Subject: [PATCH] ARM: dts: msm: remove mem-offline node Remove mem-offline DT node so that ABL doesn't limit the memory based on offline-sizes. This also disables memory offline feature. Change-Id: I4bb93998c5064e17a4e7ad23a978b633307c58e6 --- qcom/waipio.dtsi | 9 --------- 1 file changed, 9 deletions(-) diff --git a/qcom/waipio.dtsi b/qcom/waipio.dtsi index 8c009c56..b1ee7f37 100644 --- a/qcom/waipio.dtsi +++ b/qcom/waipio.dtsi @@ -33,15 +33,6 @@ reserved_memory: reserved-memory { }; - mem-offline { - compatible = "qcom,mem-offline"; - offline-sizes = <0x1 0x40000000 0x0 0x40000000>, - <0x1 0xc0000000 0x0 0xc0000000>, - <0x2 0xc0000000 0x1 0x40000000>; - granule = <512>; - mboxes = <&qmp_aop 0>; - }; - aliases: aliases { serial0 = &qupv3_se7_2uart; hsuart0 = &qupv3_se20_4uart;