Commit 809967d7 authored by Sam Shih's avatar Sam Shih Committed by Matthias Brugger
Browse files

arm64: dts: mediatek: update mt7986b memory node



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

Signed-off-by: default avatarSam 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: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent fbaac5b1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ chosen {
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@40000000 {
		device_type = "memory";
		reg = <0 0x40000000 0 0x40000000>;
	};
};