diff mbox series

[v3,08/22] ARM: dts: imxrt1020-evk: add device_type = "memory" to memory node

Message ID 20210513101851.11223-9-giulio.benetti@benettiengineering.com
State Accepted
Commit d956990c69dd1664c6c577d8d81e459606961991
Delegated to: Stefano Babic
Headers show
Series [v3,01/22] arm: imxrt: soc: make mpu regions generic | expand

Commit Message

Giulio Benetti May 13, 2021, 10:18 a.m. UTC
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 <giulio.benetti@benettiengineering.com>
---
 arch/arm/dts/imxrt1020-evk.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic June 9, 2021, 1:44 p.m. UTC | #1
> 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 <giulio.benetti@benettiengineering.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imxrt1020-evk.dts b/arch/arm/dts/imxrt1020-evk.dts
index b527206fcf..2da79e5c20 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>;
 	};
 };