diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-10-31 17:34:54 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-11-03 17:00:44 -0800 |
commit | 75ebe3bce0110c06056415a09945eb5c3ebdcf8a (patch) | |
tree | 98527df30b855d507cbb7b200e376429372fd49e /arch/arm/boot/dts/mmp3-dell-ariel.dts | |
parent | d074a263dd8394dfa29e4028ed4dc87c956af5d2 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/mmp3-dell-ariel.dts')
-rw-r--r-- | arch/arm/boot/dts/mmp3-dell-ariel.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts index 61edb4d06880..0855b5f1d1f3 100644 --- a/arch/arm/boot/dts/mmp3-dell-ariel.dts +++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts @@ -21,7 +21,7 @@ bootargs = "earlyprintk=ttyS2,115200 console=ttyS2,115200"; }; - memory { + memory@0 { linux,usable-memory = <0x0 0x7f600000>; available = <0x7f700000 0x7ff00000 0x00000000 0x7f600000>; reg = <0x0 0x80000000>; |