From 1bb52110108e7aad94ad499473a55e89d6605321 Mon Sep 17 00:00:00 2001 From: Vinay Sudra Date: Fri, 30 Sep 2022 11:00:41 +0530 Subject: [PATCH] ARM: dts: msm: Add ddr-regions node to sdmshrike for optimise Optimise for boot up time since it will search for special node ddr-regions in apps boot loader. If put the node in the beginning of the device tree can make it search faster. Change-Id: Icd77aa23adf153503150237bd28554b3997a2906 --- qcom/sdmshrike.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/sdmshrike.dtsi b/qcom/sdmshrike.dtsi index f3f17c9e..64f1eca2 100644 --- a/qcom/sdmshrike.dtsi +++ b/qcom/sdmshrike.dtsi @@ -24,6 +24,7 @@ #address-cells = <2>; #size-cells = <2>; memory { device_type = "memory"; reg = <0 0 0 0>; }; + ddr-regions { }; aliases { ufshc1 = &ufshc_mem; /* Embedded UFS slot */