arm64: dts: mediatek: update mt7986a memory node

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>
This commit is contained in:
Sam Shih 2022-01-19 20:35:36 +08:00 committed by Matthias Brugger
parent 1f9986b258
commit fbaac5b105

View File

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