arm64: dts: mediatek: update mt7986b memory node

This patch updates the format of memory node in DT adding the
device_type.

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Link: https://lore.kernel.org/r/20220119123537.9968-3-sam.shih@mediatek.com
[mb: fixed commit message]
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Sam Shih
2022-01-19 20:35:37 +08:00
committed by Matthias Brugger
parent fbaac5b105
commit 809967d76e

View File

@@ -19,7 +19,8 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@40000000 {
device_type = "memory";
reg = <0 0x40000000 0 0x40000000>;
};
};