From: Sam Shih Date: Wed, 19 Jan 2022 12:35:36 +0000 (+0800) Subject: arm64: dts: mediatek: update mt7986a memory node X-Git-Tag: v6.1-rc5~1755^2~13^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbaac5b1057de34d3776df9fc904b7c7e634d945;p=platform%2Fkernel%2Flinux-starfive.git 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 Link: https://lore.kernel.org/r/20220119123537.9968-2-sam.shih@mediatek.com [mb: fixed commit message] Signed-off-by: Matthias Brugger --- diff --git a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts index 5cd760a..21e4208 100644 --- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts +++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts @@ -19,7 +19,8 @@ stdout-path = "serial0:115200n8"; }; - memory { + memory@40000000 { + device_type = "memory"; reg = <0 0x40000000 0 0x40000000>; }; };