diff mbox series

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

Message ID 20210513101851.11223-16-giulio.benetti@benettiengineering.com
State Accepted
Commit 6f6f03af0efe02d68f65b0b475184f654d9d2126
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/imxrt1050-evk.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic June 9, 2021, 1:42 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/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>;
 	};
 };