mirror of https://gitee.com/openkylin/linux.git
ARM: dts: mmp3-dell-ariel: Add a name to /memory node
Ponted out by DTC: <stdout>: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name Link: https://lore.kernel.org/r/20191031163455.1711872-4-lkundrak@v3.sk Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
d074a263dd
commit
75ebe3bce0
|
@ -21,7 +21,7 @@ chosen {
|
||||||
bootargs = "earlyprintk=ttyS2,115200 console=ttyS2,115200";
|
bootargs = "earlyprintk=ttyS2,115200 console=ttyS2,115200";
|
||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory@0 {
|
||||||
linux,usable-memory = <0x0 0x7f600000>;
|
linux,usable-memory = <0x0 0x7f600000>;
|
||||||
available = <0x7f700000 0x7ff00000 0x00000000 0x7f600000>;
|
available = <0x7f700000 0x7ff00000 0x00000000 0x7f600000>;
|
||||||
reg = <0x0 0x80000000>;
|
reg = <0x0 0x80000000>;
|
||||||
|
|
Loading…
Reference in New Issue