aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
diff options
context:
space:
mode:
authorSam Shih <sam.shih@mediatek.com>2022-01-19 20:35:37 +0800
committerMatthias Brugger <matthias.bgg@gmail.com>2022-03-01 09:49:02 +0100
commit809967d76e919af142028fae0f024b8d6966fac8 (patch)
tree893e80b55128791c165cf746017e38d8d146f78f /arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
parentarm64: dts: mediatek: update mt7986a memory node (diff)
downloadlinux-dev-809967d76e919af142028fae0f024b8d6966fac8.tar.xz
linux-dev-809967d76e919af142028fae0f024b8d6966fac8.zip
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>
Diffstat (limited to 'arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts')
-rw-r--r--arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
index 5fb752edd754..d73467ea3641 100644
--- a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
+++ b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
@@ -19,7 +19,8 @@
stdout-path = "serial0:115200n8";
};
- memory {
+ memory@40000000 {
+ device_type = "memory";
reg = <0 0x40000000 0 0x40000000>;
};
};