mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 03:33:58 +08:00
arm64: dts: qcom: sdm845: Sort nodes in the reserved mem by address
Let's keep the reserved-memory node tidy and neat and keep it sorted by address. This should have no functional change. Signed-off-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
b1643b2734
commit
2da5239816
@ -31,6 +31,12 @@
|
||||
no-map;
|
||||
};
|
||||
|
||||
memory@85fe0000 {
|
||||
compatible = "qcom,cmd-db";
|
||||
reg = <0x0 0x85fe0000 0x0 0x20000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
smem_mem: memory@86000000 {
|
||||
reg = <0x0 0x86000000 0x0 0x200000>;
|
||||
no-map;
|
||||
@ -40,12 +46,6 @@
|
||||
reg = <0 0x86200000 0 0x2d00000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
memory@85fe0000 {
|
||||
compatible = "qcom,cmd-db";
|
||||
reg = <0x0 0x85fe0000 0x0 0x20000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
Loading…
Reference in New Issue
Block a user