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
This commit is contained in:
Vinay Sudra
2022-09-06 17:06:41 +05:30
committed by Gerrit - the friendly Code Review server
parent 5e099baabc
commit 50316aac14

View File

@@ -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 */