From: Giulio Benetti Date: Thu, 13 May 2021 10:18:44 +0000 (+0200) Subject: ARM: dts: imxrt1050-evk: add device_type = "memory" to memory node X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=6f6f03af0efe02d68f65b0b475184f654d9d2126;p=u-boot.git ARM: dts: imxrt1050-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/imxrt1050-evk.dts b/arch/arm/dts/imxrt1050-evk.dts index 6d21f2b738..2052d4eb4e 100644 --- a/arch/arm/dts/imxrt1050-evk.dts +++ b/arch/arm/dts/imxrt1050-evk.dts @@ -20,6 +20,7 @@ }; memory { + device_type = "memory"; reg = <0x80000000 0x2000000>; }; };