From: Sam Shih Date: Wed, 19 Jan 2022 12:35:37 +0000 (+0800) Subject: arm64: dts: mediatek: update mt7986b memory node X-Git-Tag: v5.18-rc1~145^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=809967d76e919af142028fae0f024b8d6966fac8;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20220119123537.9968-3-sam.shih@mediatek.com [mb: fixed commit message] Signed-off-by: Matthias Brugger --- diff --git a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts index 5fb752edd7543..d73467ea36418 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>; }; };