diff options
| author | 2021-01-21 04:41:21 +0100 | |
|---|---|---|
| committer | 2021-02-02 18:14:00 +0100 | |
| commit | 7ca1ea0db2de82e72eb6b440c09019045821bc68 (patch) | |
| tree | 51dbb7003aa632abc571e6a9bed350cdf5331289 | |
| parent | media: dt-bindings: marvell,mmp2-ccic: Allow power-domains property (diff) | |
ARM: dts: mmp2-olpc-xo-1-75: Fix memory node name
It contains a reg property. Add its base to the node name.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20210121034130.1381872-4-lkundrak@v3.sk'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
| -rw-r--r-- | arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts index 342304f5653a..e16171ddd93e 100644 --- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts +++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts @@ -32,7 +32,7 @@ }; }; - memory { + memory@0 { linux,usable-memory = <0x0 0x1f800000>; available = <0xcf000 0x1ef31000 0x1000 0xbf000>; reg = <0x0 0x20000000>; |
