From 50316aac14c234bdb2ad827398cc83cf913c5962 Mon Sep 17 00:00:00 2001 From: Vinay Sudra Date: Tue, 6 Sep 2022 17:06:41 +0530 Subject: [PATCH] ARM: dts: msm: Add ddr-regions node 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: Ibc1483a6a0d5a65bd119372a9e6a6b3a4dd44145 --- qcom/sm8150.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/sm8150.dtsi b/qcom/sm8150.dtsi index 24c58512..f8f273a3 100644 --- a/qcom/sm8150.dtsi +++ b/qcom/sm8150.dtsi @@ -25,6 +25,7 @@ #address-cells = <2>; #size-cells = <2>; memory { device_type = "memory"; reg = <0 0 0 0>; }; + ddr-regions { }; aliases { mmc1 = &sdhc_2; /* SDC2 SD card slot */