arm64: dts: mediatek: update mt7986a memory node
authorSam Shih <sam.shih@mediatek.com>
Wed, 19 Jan 2022 12:35:36 +0000 (20:35 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Tue, 1 Mar 2022 08:47:58 +0000 (09:47 +0100)
This patch updates the format of memory node in DT adding the correct
device_type.

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Link: https://lore.kernel.org/r/20220119123537.9968-2-sam.shih@mediatek.com
[mb: fixed commit message]
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts

index 5cd760a..21e4208 100644 (file)
@@ -19,7 +19,8 @@
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@40000000 {
+               device_type = "memory";
                reg = <0 0x40000000 0 0x40000000>;
        };
 };