From: Giulio Benetti Date: Thu, 13 May 2021 10:18:37 +0000 (+0200) Subject: ARM: dts: imxrt1020-evk: add device_type = "memory" to memory node X-Git-Tag: v2021.07-rc5~13^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d956990c69dd1664c6c577d8d81e459606961991;p=pandora-u-boot.git ARM: dts: imxrt1020-evk: add device_type = "memory" to memory node Now device_type = "memory" is mandatory to allow u-boot to read memory node, so let's add it to memory node. Signed-off-by: Giulio Benetti --- diff --git a/arch/arm/dts/imxrt1020-evk.dts b/arch/arm/dts/imxrt1020-evk.dts index b527206fcfe..2da79e5c20f 100644 --- a/arch/arm/dts/imxrt1020-evk.dts +++ b/arch/arm/dts/imxrt1020-evk.dts @@ -20,6 +20,7 @@ }; memory { + device_type = "memory"; reg = <0x80000000 0x2000000>; }; };